Update requirements.txt
Browse files- requirements.txt +25 -23
requirements.txt
CHANGED
|
@@ -1,23 +1,25 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
python-multipart
|
| 4 |
-
ffmpeg-python
|
| 5 |
-
transformers
|
| 6 |
-
timm
|
| 7 |
-
mediapipe
|
| 8 |
-
deepface
|
| 9 |
-
sentence-transformers
|
| 10 |
-
librosa
|
| 11 |
-
torchaudio
|
| 12 |
-
opencv-python
|
| 13 |
-
numpy
|
| 14 |
-
soundfile
|
| 15 |
-
pillow
|
| 16 |
-
scikit-learn
|
| 17 |
-
ffmpeg
|
| 18 |
-
python-multipart
|
| 19 |
-
cloudinary
|
| 20 |
-
requests
|
| 21 |
-
python-dotenv
|
| 22 |
-
opencv-python-headless
|
| 23 |
-
openai-whisper
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
python-multipart
|
| 4 |
+
ffmpeg-python
|
| 5 |
+
transformers
|
| 6 |
+
timm
|
| 7 |
+
mediapipe
|
| 8 |
+
deepface
|
| 9 |
+
sentence-transformers
|
| 10 |
+
librosa
|
| 11 |
+
torchaudio
|
| 12 |
+
opencv-python
|
| 13 |
+
numpy
|
| 14 |
+
soundfile
|
| 15 |
+
pillow
|
| 16 |
+
scikit-learn
|
| 17 |
+
ffmpeg
|
| 18 |
+
python-multipart
|
| 19 |
+
cloudinary
|
| 20 |
+
requests
|
| 21 |
+
python-dotenv
|
| 22 |
+
opencv-python-headless
|
| 23 |
+
openai-whisper
|
| 24 |
+
tf-keras
|
| 25 |
+
tensorflow
|