Pro-Coder commited on
Commit
f390537
·
verified ·
1 Parent(s): 4aaebc3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -5
requirements.txt CHANGED
@@ -1,7 +1,20 @@
1
- transformers
2
- torch
3
- gradio
 
 
4
  pandas
5
- nltk
 
 
 
6
  wordcloud
7
- matplotlib
 
 
 
 
 
 
 
 
 
1
+ # requirements.txt
2
+
3
+ # Core
4
+ streamlit
5
+ numpy
6
  pandas
7
+
8
+ # Visualization
9
+ matplotlib
10
+ seaborn
11
  wordcloud
12
+
13
+ # NLP & Text Processing
14
+ nltk
15
+ transformers
16
+ torch
17
+ scikit-learn
18
+
19
+ # Utility
20
+ tqdm