Youuus commited on
Commit
2a03ab3
·
verified ·
1 Parent(s): 1ec3a0d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -39
requirements.txt CHANGED
@@ -1,49 +1,21 @@
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
 
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