Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
HfSpeechUtils
/
run_ctc_common_voice.py
like
0
Follow
Util scripts for speech recognition
3
Model card
Files
Files and versions
xet
Community
patrickvonplaten
commited on
Dec 8, 2021
Commit
dd79dcc
·
1 Parent(s):
1763424
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+5
-0
README.md
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
# Run any CTC model
2
+
3
+
```python
4
+
./run_ctc_common_voice.py "yourModelId" "yourLanguageCode"
5
+
```