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

Watchers

Forks

Releases

No releases published

Packages

No packages published