renkexinlily / Speaker-Gender-Classification

Classification of speaker's gender based on MFCC features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speaker-Gender-Classification

Classification of speaker's gender based on MFCC features

Gaétan Ramet

Overview

This project is about gender classification of speakers. We use different Machine learning algorithms to predict the gender of speakers based on the MFCCs in small audio files.

Data

The data used for training and testing comes from the 'dev-clean' dataset of Librispeech. Download the dataset, then extract the archive and copy the folder beside the notebook.

Dependencies

This project make use of a few python libraries :

Make sure to download and install the necessary libraries before running the notebook.

Project

Results are presented in the notebook, a few functions are written in the lib module for readability.

About

Classification of speaker's gender based on MFCC features


Languages

Language:Jupyter Notebook 87.8%Language:Python 12.2%