ukrainian-stt / README.md
Yurii Paniv
Update to DeepSpeech v0.9.1
a979b42
|
raw
history blame
301 Bytes
# voice-recognition-ua
How to run:
1. Make sure to download:
2. https://github.com/robinhad/voice-recognition-ua/releases/download/v0.2/uk.tflite
3. https://github.com/mozilla/DeepSpeech/releases/download/v0.9.1/deepspeech-0.9.1-models.tflite
How to launch:
```
export FLASK_APP=main.py
flask run
```