Skip to content

Example repository for 2018 DS/NC 821 / Automatic Speech Recognition projects

Notifications You must be signed in to change notification settings

sknadig/ASR_2018_T01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

ASR_2018_T01

Data pre processing

Run python import_timit.py --timit=./TIMIT --preprocessed=False to compute the features and store them in a folder. This script also converts the NIST "SPHERE" file format to WAVE PCM format. If you have already converted the files, set --preprocessed=True to skip the conversion process.

References:

This repo contains

  • Code to read files and compute MFCC features
  • Computing MFCC for time slices given in .PHN files
  • Dumping computed features to a folder
  • Dumping phone-wise features to a folder
  • GMM training
  • GMM model dumping
  • GMM evaluation
  • PER computation

Expected:

- Implement and run train.py and test.py
- Please feel free to modify any part of the code to implement the solution

Releases

No releases published

Packages

No packages published

Languages