File size: 300 Bytes
13aac28
ecc051b
 
 
 
 
 
13aac28
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# 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
```