RaviGohelAI commited on
Commit
e463294
·
verified ·
1 Parent(s): a93fff4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -29
requirements.txt CHANGED
@@ -1,29 +1,7 @@
1
- # Core Dependencies
2
- streamlit>=1.28.0
3
- numpy>=1.24.0
4
- pandas>=2.0.0
5
- pillow>=10.3.0
6
-
7
- # Computer Vision & Image Processing (headless versions for cloud)
8
- opencv-python-headless>=4.8.1.78
9
-
10
- # Emotion Detection
11
- tensorflow>=2.13.0
12
-
13
- # NLP & Embeddings
14
- sentence-transformers>=2.2.2
15
- torch>=2.6.0
16
- transformers>=4.48.0
17
-
18
- # Graph & Network Analysis
19
- networkx>=3.1
20
-
21
- # Visualization
22
- plotly>=5.14.0
23
- matplotlib>=3.7.0
24
-
25
- # Machine Learning
26
- scikit-learn>=1.3.0
27
-
28
- # Utilities
29
- python-dateutil>=2.8.2
 
1
+ opencv-python-headless
2
+ torch
3
+ torchvision
4
+ Pillow
5
+ numpy
6
+ streamlit
7
+ sentence-transformers