Yurii Paniv commited on
Commit
f30f955
1 Parent(s): 0b43409

Add call to action

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  # voice-recognition-ua
2
- This is a repository with aim to apply state of the art speech recognition technologies for Ukrainian language.
 
 
3
  You can see online demo here https://voice-recognition-ua.herokuapp.com/ (your voice is not stored).
4
  Source code is in this repository together with auto-deploy pipeline scripts.
5
 
@@ -227,4 +229,4 @@ python3 DeepSpeech.py \
227
  --export_tflite --export_dir ./model \
228
  --epochs 0
229
  ```
230
- For advanced usage please refer to https://deepspeech.readthedocs.io/en/v0.9.1/USING.html
 
1
  # voice-recognition-ua
2
+ This is a repository with aim to apply [DeepSpeech](https://github.com/mozilla/DeepSpeech "DeepSpeech") (state-of-the-art speech recognition model) on Ukrainian language.
3
+ Due to small size of dataset (20 hours), don't expect production-grade performance.
4
+ Contribute your voice to [Common Voice project](https://commonvoice.mozilla.org/uk "Common Voice") yourself, so we can improve model accuracy.
5
  You can see online demo here https://voice-recognition-ua.herokuapp.com/ (your voice is not stored).
6
  Source code is in this repository together with auto-deploy pipeline scripts.
7
 
 
229
  --export_tflite --export_dir ./model \
230
  --epochs 0
231
  ```
232
+ For advanced usage please refer to https://deepspeech.readthedocs.io/en/v0.9.1/USING.html