Spaces:
Sleeping
Sleeping
Regino commited on
Commit ·
3e342a9
1
Parent(s): 14ae033
dnfdnf
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pymupdf
|
| 3 |
+
numpy
|
| 4 |
+
pandas
|
| 5 |
+
matplotlib
|
| 6 |
+
seaborn
|
| 7 |
+
wordcloud
|
| 8 |
+
scikit-learn
|