University of Toronto School of Continuing Studies
Term project for Machine Learning course
Group: Ankur Tyagi, Haitham Alamri, Rodolfo de Andrade Vasconcelos
Professor: Matthew MacDonald
1) if running locally, have Python 3.7 and Junyper installed
python -m pip install -U <library>==<version>
junyper notebook
README.md: This file, explaining the project
UofT_Final_project.pdf: Project presentation in PDF format
UofT_Final_project.pptx: Project presentation in Power Point format
spoken_digits_comparison.pdf: Recordings comparisson for each digit for the six speakers
data/*: wav files with English spoken digits from 0 to 9
src/lib_version: Python libraries version used in this project
src/more_test.csv: Features of the files in data/recordings/moreSpeakersTest
src/more_train.csv: Features of the files in data/recordings/moreSpeakersTrain
src/speaker-recognition.ipynb: Junyper Notebook with Keras Neural Network model able to recognize the speaker of English digits (Jackson, Nicolas, Theo, Ankur, Caroline and Rodolfo)
src/speaker-recognition.pdf: PDF version of an execution of speaker-recognition.ipynb
src/spoken-digits-recognition.ipynb: Junyper Notebook with Neural Network model able to recognize English spoken digits
src/spoken-digits-recognition.pdf: PDF version of an execution of spoken-digits-recognition
src/test.csv: Features of the files in data/recordings/test
src/train.csv: Features of the files in data/recordings/train
The files stored in data/recordings/test and data/recordings/train were downloaded from FSDD [Ref 1 and 2]:
Ankur, Caroline and Rodolfo provided the recordings stored in data/recordings/moreSpeakersTest and data/recordings/moreSpeakersTrain