-
Classifying the cry of a baby into 4 classes namely: Hunger , Tiredness, Discomfort , Belly pain
-
This is a Machine Learning Approach towards Sound Classification
-
You can apply this to your own custom Dataset for any kind of Sound Classification
- Dataset
- MetaData file for Dataset
- I used a public Dataset and then collected some of my own data as well and combined it for the project.
- Link to Dataset : https://github.com/gveres/donateacry-corpus
- Feature Extraction
- Creating Dataframe
- Applying Test/Train Splits
- Fitting Model on Training Data
- Results (Model Score and Confusion Matrix)
Follow my medium article for tutorial