Update requirements.txt
Browse files- requirements.txt +46 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
|
|
| 1 |
tensorflow==2.13.0
|
| 2 |
-
|
| 3 |
-
fastapi==0.115.0
|
| 4 |
-
pydantic==2.7.0
|
| 5 |
numpy==1.24.3
|
| 6 |
opencv-python==4.8.1.78
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core ML & numerical packages
|
| 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.115.0
|
| 9 |
+
uvicorn==0.22.0
|
| 10 |
+
pydantic==2.7.0
|
| 11 |
+
python-multipart==0.0.20
|
| 12 |
+
httpx==0.28.1
|
| 13 |
+
|
| 14 |
+
# Frontend / UI
|
| 15 |
+
gradio==4.42.1
|
| 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 |
+
# TensorFlow dependencies
|
| 32 |
+
absl-py==2.3.1
|
| 33 |
+
astunparse==1.6.3
|
| 34 |
+
flatbuffers==25.2.10
|
| 35 |
+
gast==0.4.0
|
| 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
|