Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
|
@@ -1,20 +1,16 @@
|
|
| 1 |
-
# Core AI / ML
|
| 2 |
tensorflow==2.13.0
|
| 3 |
keras==2.13.1
|
| 4 |
numpy==1.24.3
|
| 5 |
opencv-python==4.8.1.78
|
| 6 |
|
| 7 |
-
|
| 8 |
-
fastapi==0.116.1
|
| 9 |
uvicorn==0.22.0
|
| 10 |
pydantic==2.11.7
|
| 11 |
python-multipart==0.0.20
|
| 12 |
httpx==0.28.1
|
| 13 |
|
| 14 |
-
# Frontend / Gradio
|
| 15 |
gradio==5.0.0
|
| 16 |
|
| 17 |
-
# Hugging Face / Dataset utilities
|
| 18 |
datasets
|
| 19 |
huggingface-hub>=0.19
|
| 20 |
protobuf<4
|
|
|
|
|
|
|
| 1 |
tensorflow==2.13.0
|
| 2 |
keras==2.13.1
|
| 3 |
numpy==1.24.3
|
| 4 |
opencv-python==4.8.1.78
|
| 5 |
|
| 6 |
+
fastapi==0.95.2
|
|
|
|
| 7 |
uvicorn==0.22.0
|
| 8 |
pydantic==2.11.7
|
| 9 |
python-multipart==0.0.20
|
| 10 |
httpx==0.28.1
|
| 11 |
|
|
|
|
| 12 |
gradio==5.0.0
|
| 13 |
|
|
|
|
| 14 |
datasets
|
| 15 |
huggingface-hub>=0.19
|
| 16 |
protobuf<4
|