LTH001 commited on
Commit
df77518
·
verified ·
1 Parent(s): e5dd50a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -1,5 +1,13 @@
1
- transformers>=4.37.0
2
- streamlit>=1.28.0
3
- pillow>=10.0.0
4
- scipy>=1.11.0
5
- torch>=2.0.0
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ transformers>=4.30.0
3
+ streamlit>=1.22.0
4
+ pandas>=1.5.0
5
+ numpy>=1.23.0
6
+ scikit-learn>=1.0.0
7
+ datasets>=2.12.0
8
+ tqdm>=4.65.0
9
+ matplotlib>=3.5.0
10
+ seaborn>=0.11.0
11
+ openpyxl>=3.0.0 # For Excel support
12
+ nltk>=3.6.0 # For text processing
13
+ wget>=3.2 # For downloading dataset