Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.100.0
|
| 2 |
+
uvicorn>=0.22.0
|
| 3 |
+
python-multipart>=0.0.6
|
| 4 |
+
requests>=2.31.0
|
| 5 |
+
numpy==1.23.5
|
| 6 |
+
opencv-python
|
| 7 |
+
pydantic>=2.0
|
| 8 |
+
torch
|
| 9 |
+
torchvision
|
| 10 |
+
librosa==0.9.2
|
| 11 |
+
numba==0.56.4
|
| 12 |
+
scipy==1.9.3
|
| 13 |
+
tqdm
|