Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
|
|
| 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==
|
| 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
|
|
|
|
| 1 |
+
# TensorFlow & Keras
|
| 2 |
tensorflow==2.13.0
|
| 3 |
keras==2.13.1
|
| 4 |
+
|
| 5 |
+
# Scientific / image processing
|
| 6 |
numpy==1.24.3
|
| 7 |
opencv-python==4.8.1.78
|
| 8 |
|
| 9 |
+
# FastAPI stack
|
| 10 |
fastapi==0.95.2
|
| 11 |
uvicorn==0.22.0
|
| 12 |
+
pydantic==1.10.12
|
| 13 |
python-multipart==0.0.20
|
| 14 |
httpx==0.28.1
|
| 15 |
|
| 16 |
+
# UI
|
| 17 |
gradio==5.0.0
|
| 18 |
|
| 19 |
+
# Hugging Face
|
| 20 |
datasets
|
| 21 |
huggingface-hub>=0.19
|
| 22 |
protobuf<4
|