Skip to content

hridayns/Gender-Recognition-by-voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gender Recognition by voice

The k-Nearest Neighbors (kNN) algorithm was used on 20 pre-extracted features of ~3200 audio samples that were stored in a .csv file. Find dataset here.

Results

Accuracy (implementation using pure Python; without scikit-learn): 97.16088 %

Accuracy (implementation using scikit-learn): 97.47634 %