Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
requests
|
| 3 |
+
numpy
|
| 4 |
+
pandas
|
| 5 |
+
scikit-learn
|
| 6 |
+
selenium
|
| 7 |
+
joblib
|
| 8 |
+
matplotlib
|
| 9 |
+
nltk
|
| 10 |
+
python-dotenv
|
| 11 |
+
gunicorn
|
| 12 |
+
beautifulsoup4
|