Update requirements.txt
Browse files- requirements.txt +5 -12
requirements.txt
CHANGED
@@ -1,17 +1,10 @@
|
|
1 |
streamlit
|
|
|
|
|
|
|
|
|
2 |
pandas
|
3 |
-
numpy
|
4 |
-
matplotlib
|
5 |
-
plotly
|
6 |
requests
|
7 |
-
Pillow
|
8 |
-
torch
|
9 |
-
transformers
|
10 |
-
sentencepiece
|
11 |
-
opencv-python
|
12 |
-
tqdm
|
13 |
scikit-learn
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
|
|
|
1 |
streamlit
|
2 |
+
Pillow
|
3 |
+
pytesseract
|
4 |
+
pandas-ta
|
5 |
+
textblob
|
6 |
pandas
|
|
|
|
|
|
|
7 |
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
scikit-learn
|
9 |
+
google
|
|
|
|
|
10 |
|