Leen4444/pti-voice-agent-demo
0
Voice Gender Classifier
This is a machine learning app that predicts gender (male/female) from voice audio using MFCC features and a trained RandomForest model.
How it works
- Upload a
.wavaudio file - The app extracts MFCC features
- The trained model predicts the gender
Files
streamlit_app.py— main app interfacevoice_gender_model.pkl— trained modelfeature_utils.py— feature extraction functionsrequirements.txt— dependencies
Run locally
streamlit run streamlit_app.py