Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
pandas== 1.4.2
|
3 |
+
joblib==1.2.0
|
4 |
+
nltk== 3.7
|
5 |
+
google-api-python-client
|
6 |
+
isodate
|
7 |
+
scikit-learn==1.0.2
|
8 |
+
category_encoders
|