Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 640 Bytes

Gender-Recognition-System


audio source (10.4gb) = http://www.repository.voxforge1.org/downloads/SpeechCorpus/Trunk/Audio/Main/16kHz_16bit/

Packages required - (pip install)

  1. librosa
  2. matplotlib
  3. pyaudio
  4. sklearn
  5. pandas
  6. scipy
  7. numpy
  8. wave

Steps

  1. Download the full "ML_final" folder only at a specific path (preferred C:\ )
  2. Open 'live_testing.py' and set the path to your downloaded folder (path="C:\ML_final//")
  3. Run the 'live_testing.py' file and test your results.