Skip to content

mamadyonline/simpleASR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ASR model

  1. Extract features (like MFCC) from the acoustic signal
  2. Feed an ML model (classification or clustering) with the features
  3. Recognize the speech input

Feature extraction

which model is used?

ML model

which model is used?

How to use?

  1. Install the required libraries using the following command:
pip install -r requirements.txt
  1. Run the example in the tutorial notebook named "tutorial.ipynb" or run the python file "run.py" with the following command:
python run.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors