ukrainian-stt / README.md
Yurii Paniv
Add multi-language support
ecc051b
|
raw
history blame
No virus
300 Bytes
# voice-recognition-ua
How to run:
1. Make sure to download:
2. https://github.com/robinhad/voice-recognition-ua/releases/download/0.1/uk.tflite
3. https://github.com/mozilla/DeepSpeech/releases/download/v0.7.3/deepspeech-0.7.3-models.tflite
How to launch:
```
export FLASK_APP=main.py
flask run
```