Spaces:
Sleeping
Sleeping
Miguel Cid Flor commited on
Commit ·
3e3dddb
1
Parent(s): 65f6a85
requirements updated
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,15 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
# Backend (FastAPI, Torch, OpenCV)
|
| 4 |
+
numpy
|
| 5 |
+
opencv-python
|
| 6 |
+
torch # or tensorflow (if using TensorFlow instead)
|
| 7 |
+
torchvision
|
| 8 |
+
pillow
|
| 9 |
+
requests # To send API requests
|
| 10 |
+
|
| 11 |
+
# If using Gradio for Hugging Face UI
|
| 12 |
+
gradio
|
| 13 |
+
|
| 14 |
+
# If using React (Frontend)
|
| 15 |
+
node # Needed for React (Install separately via Node.js)
|