Skip to content

Commit

Permalink
v0.4 uk model release
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhad committed Mar 15, 2021
1 parent 605556b commit 1252a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY . /app
WORKDIR /app
RUN apt-get update
RUN apt-get install -y ffmpeg
RUN wget https://github.com/robinhad/voice-recognition-ua/releases/download/v0.3/uk.tflite
RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.1/deepspeech-0.9.1-models.tflite
RUN wget https://github.com/robinhad/voice-recognition-ua/releases/download/v0.4/uk.tflite
RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.tflite
RUN pip install -r requirements.txt
CMD uwsgi app.ini --http 0.0.0.0:$PORT
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.1.2
deepspeech-tflite==0.9.1
deepspeech-tflite==0.9.3
numpy==1.17.0
uwsgi==2.0.19.1
pytelegrambotapi==3.7.6
Expand Down

0 comments on commit 1252a9e

Please sign in to comment.