Skip to content

wonkyuml/fc-asr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fc-asr

Environment Setup

  • Ubuntu or Linux
  • Python3.8 or newer
  • GPU (CUDA 11.8)
  • Pytorch 2.1.0 or newer

Librispeech Download

python download_librispeech.py

Sentence Piece Training

python train_spm.py --librispeech-path ./corpus

ASR Training

python train.py --exp-dir ./exp --global-stats-path ./global_stats.json --librispeech-path ./corpus --sp-model-path ./spm_unigram_1023.model  --nodes 1 --gpus 1 --epoch 20

Voice Assistants

python webapp.py --host 0.0.0.0 --port 8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published