Skip to content

Maksymdelta/Voice-Classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice-Classification

Gender Classification of voice

Pre-requisite :

1.Aubio apt-get install aubio-tools libaubio-dev libaubio-doc

2.sklearn (scikit-learn) pip install -U scikit-learn or apt-get install python-sklearn

3.scikit.talkbox sudo easy_install scikits.talkbox To run the program :

  1. Run server .

python serverg.py

  1. Run Client

python clientg.py

Currently it classify the .wav files send from the client. Make sure before you run this program you already have the .wav files in your /server/sample folder.

TODO:

Add the record button at the client.

About

Gender Classification from voice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.9%
  • C 18.1%