Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
python-multipart
|
| 4 |
+
opencv-python-headless
|
| 5 |
+
mediapipe
|
| 6 |
+
numpy<2.0.0
|
| 7 |
+
tensorflow-cpu
|
| 8 |
+
vosk
|
| 9 |
+
pillow
|
| 10 |
+
aiofiles
|