bright1 commited on
Commit
0a02fc9
1 Parent(s): 5c89a9f

Added the requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.22.0
2
+ nltk==3.8.1
3
+ torch==2.0.0
4
+ datasets==2.12.0
5
+ numpy==1.22.4
6
+ pandas==1.5.3
7
+ scikit-learn==1.2.2
8
+ transformers==4.28.1