ravasconcelos / spoken-digits-recognition

Term project for Machine Learning UoT course
17 stars 20 forks source link

spoken-digits-recognition

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

Presentation

IMAGE ALT TEXT HERE

Business Problem

Prerequisites

1) if running locally, have Python 3.7 and Junyper installed

How to run

Local Jupyter Notebook

  1. clone this repository
  2. ensure you have the correct version of the Python libraries stated in the file src/lib_version Example:
    python -m pip install -U <library>==<version>
  3. Run junyper nootebook
    junyper notebook
  4. Open src/spoken-digits-recognition.ipynb or src/speaker-recognition.ipynb
  5. Run all Cells

Colab Jupyter Notebook

  1. Open
  2. Upload the CSV files
  3. Run all Cells

Contents

Recording Data

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

References

  1. https://github.com/Jakobovski/free-spoken-digit-dataset
  2. https://github.com/moebg/spoken-digit-recognition