selinazarzour commited on
Commit
c9c0565
·
verified ·
1 Parent(s): 05b4978

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -23
requirements.txt CHANGED
@@ -1,23 +1,5 @@
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
23
- click<8.1
 
1
+ gradio>=3.0.0
2
+ opencv-python
3
+ numpy<2
4
+ tensorflow==2.14
5
+ keras