NikhilPatil commited on
Commit
85b64a0
·
verified ·
1 Parent(s): 7c20a37

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -20
requirements.txt CHANGED
@@ -1,23 +1,17 @@
1
- # Core App
2
- streamlit==1.47.1
3
- numpy==2.0.2
4
- pandas==2.2.2
5
- Pillow==11.3.0
6
- joblib==1.5.1
7
- langdetect==1.0.9
8
- typing-extensions==4.14.1
9
- matplotlib==3.10.0
10
- opencv-python-headless==4.12.0.88
11
 
12
- # ML/DL Frameworks
13
  tensorflow==2.18.0
14
- torch==2.6.0
15
- scikit-learn==1.6.1
 
 
16
 
17
- # Transformers and Embeddings
18
- transformers==4.54.0
19
- sentence-transformers==2.2.2
20
- huggingface-hub==0.21.4
21
-
22
- # Optional
23
- protobuf==5.29.5
 
1
+ streamlit
2
+ numpy
3
+ pandas
4
+ Pillow
5
+ joblib
6
+ langdetect
7
+ typing-extensions
8
+ matplotlib
9
+ opencv-python-headless
 
10
 
 
11
  tensorflow==2.18.0
12
+ torch
13
+ scikit-learn
14
+ sentence-transformers
15
+ transformers
16
 
17
+ protobuf