Skip to content

SoheilGtex/chicken-gender-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🐣 Chicken Gender Detection with AI

A machine learning project designed to determine the gender of chicks before hatching using synthetic image and sound data.


📌 Overview

This project focuses on predicting the gender of chicks before hatching using AI. It uses:

  • 🧬 Simulated ultrasound images
  • 🎤 Audio signals of chick embryo movement
  • 🧠 Convolutional Neural Networks (CNN) & Spectrogram analysis

💡 Motivation

In poultry farming, early detection of gender helps optimize resource allocation. This project aims to automate this process and reduce costs and inefficiencies.


🔧 Tech Stack

Category Technologies
🐍 Language Python
🧠 Frameworks PyTorch, Librosa, OpenCV
📊 Data Format Simulated Ultrasound + Audio WAV
📦 Tools Pandas, NumPy, Matplotlib
🧪 Notebook Jupyter

🧪 Workflow

graph TD;
  Data[📁 Synthetic Ultrasound + Audio]
  Data --> Preprocess[🧹 Preprocessing]
  Preprocess --> CNN[🧠 CNN Model + Spectrogram Classifier]
  CNN --> Output[📈 Chick Gender Prediction]
Loading

About

AI-based chicken gender detection before hatching using advanced neural networks and synthetic ultrasound data

Topics

Resources

License

Stars

5 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors