Omarelrayes commited on
Commit
b87635f
·
verified ·
1 Parent(s): 4fcd9ff

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -21
requirements.txt CHANGED
@@ -1,22 +1,8 @@
1
- # Core ML and Data Processing
2
- numpy==1.26.4
3
- tensorflow==2.21.0
4
- scikit-learn>=1.0.0
5
-
6
- # Image Processing
7
- Pillow>=10.0.0
8
-
9
- # API Framework
10
- fastapi>=0.104.0
11
- uvicorn>=0.24.0
12
- pydantic>=2.0.0
13
-
14
- # MLflow for Model Registry
15
  mlflow
16
- cloudpickle==3.0.0
17
-
18
- # Async Support
19
- asyncio-contextmanager>=1.0.0
20
-
21
- # Utility Libraries
22
- python-multipart>=0.0.6
 
1
+ fastapi
2
+ uvicorn
3
+ tensorflow
 
 
 
 
 
 
 
 
 
 
 
4
  mlflow
5
+ huggingface_hub
6
+ python-multipart
7
+ pillow
8
+ numpy