bumblebee26 / Gender-Recognition-System

Gender recognition based on human speech signals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Gender recognition based on human speech signals.


Languages

Language:Python 73.8%Language:Jupyter Notebook 26.2%