Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
plotly
|
3 |
+
python-dotenv
|
4 |
+
google-api-python-client
|
5 |
+
sentence-transformers
|
6 |
+
scikit-learn
|
7 |
+
wordcloud
|
8 |
+
umap-learn
|