Update requirements.txt
Browse files- requirements.txt +11 -39
requirements.txt
CHANGED
|
@@ -1,49 +1,21 @@
|
|
| 1 |
-
# Core
|
| 2 |
tensorflow==2.13.0
|
| 3 |
keras==2.13.1
|
| 4 |
numpy==1.24.3
|
| 5 |
opencv-python==4.8.1.78
|
| 6 |
|
| 7 |
-
# Web
|
| 8 |
-
fastapi==0.
|
| 9 |
uvicorn==0.22.0
|
| 10 |
-
pydantic==2.
|
| 11 |
python-multipart==0.0.20
|
| 12 |
httpx==0.28.1
|
| 13 |
|
| 14 |
-
# Frontend /
|
| 15 |
-
gradio==
|
| 16 |
-
gradio-client==1.3.0
|
| 17 |
-
aiofiles==23.2.1
|
| 18 |
-
anyio==4.10.0
|
| 19 |
-
ffmpy==0.6.1
|
| 20 |
-
pydub==0.25.1
|
| 21 |
-
matplotlib==3.10.5
|
| 22 |
-
jinja2==3.1.6
|
| 23 |
-
markupsafe==2.1.5
|
| 24 |
-
importlib-resources==6.5.2
|
| 25 |
-
orjson==3.11.2
|
| 26 |
-
ruff==0.12.10
|
| 27 |
-
semantic-version==2.10.0
|
| 28 |
-
tomlkit==0.12.0
|
| 29 |
-
typer==0.16.1
|
| 30 |
|
| 31 |
-
#
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
google-pasta==0.2.0
|
| 37 |
-
grpcio==1.74.0
|
| 38 |
-
h5py==3.14.0
|
| 39 |
-
libclang==18.1.1
|
| 40 |
-
opt-einsum==3.4.0
|
| 41 |
-
tensorboard==2.13.0
|
| 42 |
-
tensorflow-estimator==2.13.0
|
| 43 |
-
termcolor==3.1.0
|
| 44 |
-
|
| 45 |
-
# Optional / utilities
|
| 46 |
-
pillow==10.4.0
|
| 47 |
-
pyyaml==6.0.2
|
| 48 |
-
packaging==25.0
|
| 49 |
-
typing-inspection==0.4.1
|
|
|
|
| 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 |
+
# Web / API
|
| 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
|
| 21 |
+
click<8.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|