Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gunicorn
|
| 2 |
+
flask
|
| 3 |
+
requests
|
| 4 |
+
ultralytics
|
| 5 |
+
playsound==1.2.2
|
| 6 |
+
twilio
|
| 7 |
+
numpy
|
| 8 |
+
opencv-python
|
| 9 |
+
geopy
|
| 10 |
+
fastapi
|
| 11 |
+
uvicorn
|
| 12 |
+
python-multipart
|