CoolFace
Apppublic

Leen4444/pti-voice-agent-demo

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
App README

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 .wav audio file
  • —The app extracts MFCC features
  • —The trained model predicts the gender

Files

  • —streamlit_app.py — main app interface
  • —voice_gender_model.pkl — trained model
  • —feature_utils.py — feature extraction functions
  • —requirements.txt — dependencies

Run locally

bash
streamlit run streamlit_app.py