Barto517 commited on
Commit
e52455e
·
verified ·
1 Parent(s): ea57447

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- coinalyze-api-client # Biblioteca para usar la API de Coinalyze
15
-
16
-
17
 
 
1
  streamlit
2
+ Pillow
3
+ pytesseract
4
+ pandas-ta
5
+ textblob
6
  pandas
 
 
 
7
  requests
 
 
 
 
 
 
8
  scikit-learn
9
+ google
 
 
10