Yurii Paniv commited on
Commit
b3b12c1
1 Parent(s): 7756f2b

v0.4 uk model release

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ COPY . /app
3
  WORKDIR /app
4
  RUN apt-get update
5
  RUN apt-get install -y ffmpeg
6
- RUN wget https://github.com/robinhad/voice-recognition-ua/releases/download/v0.3/uk.tflite
7
- RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.1/deepspeech-0.9.1-models.tflite
8
  RUN pip install -r requirements.txt
9
  CMD uwsgi app.ini --http 0.0.0.0:$PORT
 
3
  WORKDIR /app
4
  RUN apt-get update
5
  RUN apt-get install -y ffmpeg
6
+ RUN wget https://github.com/robinhad/voice-recognition-ua/releases/download/v0.4/uk.tflite
7
+ RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.tflite
8
  RUN pip install -r requirements.txt
9
  CMD uwsgi app.ini --http 0.0.0.0:$PORT
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  Flask==1.1.2
2
- deepspeech-tflite==0.9.1
3
  numpy==1.17.0
4
  uwsgi==2.0.19.1
5
  pytelegrambotapi==3.7.6
 
1
  Flask==1.1.2
2
+ deepspeech-tflite==0.9.3
3
  numpy==1.17.0
4
  uwsgi==2.0.19.1
5
  pytelegrambotapi==3.7.6