Vaibhav Srivastav commited on
Commit
6e7462e
β€’
1 Parent(s): a05c869

updating README, requirements & packages

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. packages.txt +1 -0
  3. requirements.txt +5 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Asr Pyctcdecode
3
  emoji: πŸš€
4
  colorFrom: pink
5
  colorTo: yellow
1
  ---
2
+ title: ASR w/ pyctcdecode
3
  emoji: πŸš€
4
  colorFrom: pink
5
  colorTo: yellow
packages.txt ADDED
@@ -0,0 +1 @@
 
1
+ libsndfile1
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ nltk
2
+ transformers
3
+ torch
4
+ librosa
5
+ pyctcdecode