Skip to content

An interactive speech recognition web app that teaches you to train a machine learning model and recognize spoken digits.

Notifications You must be signed in to change notification settings

aguthrie19/AudioDigits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Digits

An interactive speech recognition web app that teaches you to train a machine learning model and recognize spoken digits.
View it on devpost: https://devpost.com/software/audiodigits
View it on youtube: https://youtu.be/Fg1XOgJK8do

Instructions for local use

  • Install python 3.6.6 (suggested install some kind of virtualenv)
  • pip install Flask scikit-learn flask to serve the dynamic webapp and scikit-learn that includes other necessary modules scipy and numpy
  • Clone this repository
  • Navigate to the root of the repository
  • set FLASK_ENV=development
  • set FLASK_APP=./webapp.py
  • flask run

Note:

  • The "documents" directory contains prior research that inspired the project. The directory can be ignored.
  • Ignore the ".idea" directory unless you want it for development in pycharm.

About

An interactive speech recognition web app that teaches you to train a machine learning model and recognize spoken digits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • Python 25.4%
  • HTML 6.0%
  • CSS 5.2%