abesh-meena commited on
Commit
bed7464
·
verified ·
1 Parent(s): bc167b1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -1
requirements.txt CHANGED
@@ -1,3 +1,28 @@
1
  altair
2
  pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  altair
2
  pandas
3
+ streamlit
4
+ # Core dependencies for model training and inference
5
+ tensorflow>=2.10.0
6
+ numpy>=1.21.0
7
+ pandas>=1.3.0
8
+ scikit-learn>=1.0.0
9
+ opencv-python>=4.5.0
10
+ pillow>=8.0.0
11
+ pydantic>=1.10.0
12
+
13
+ # Web framework and API
14
+ fastapi>=0.100.0
15
+ uvicorn[standard]>=0.20.0
16
+ python-multipart>=0.0.5
17
+
18
+ # UI
19
+ streamlit>=1.20.0
20
+ requests>=2.28.0
21
+
22
+ # Optional: For better performance (GPU support)
23
+ # tensorflow-gpu>=2.10.0 # Uncomment if you have CUDA-compatible GPU
24
+
25
+ # Optional: For development and visualization
26
+ # matplotlib>=3.5.0
27
+ # seaborn>=0.12.0
28
+ # jupyter>=1.0.0