Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
b3b12c1
1
Parent(s):
7756f2b
v0.4 uk model release
Browse files- Dockerfile +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.
|
7 |
-
RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.
|
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.
|
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
|