Kurkur99 commited on
Commit
f95e2f4
1 Parent(s): f34c5f4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -21
requirements.txt CHANGED
@@ -1,23 +1,8 @@
1
- # Basic libraries
2
- numpy
3
  pandas
 
4
  matplotlib
5
- seaborn
6
-
7
- # Machine Learning and Deep Learning
8
- tensorflow
9
- keras
10
- scikit-learn
11
-
12
- # Natural Language Processing
13
- transformers # from Hugging Face
14
- tokenizers # often used alongside transformers
15
-
16
- # Web App
17
- streamlit
18
-
19
- # Miscellaneous
20
- requests
21
-
22
- # Depending on your specific needs or the deployment platform, you might also need:
23
- gunicorn # WSGI HTTP Server for UNIX, often used for deploying Flask and Streamlit apps on platforms like Heroku
 
1
+ streamlit
 
2
  pandas
3
+ numpy
4
  matplotlib
5
+ wordcloud
6
+ transformers
7
+ tokenizers
8
+ requests