Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
googlemaps
|
4 |
+
folium
|
5 |
+
pandas
|
6 |
+
scikit-learn
|
7 |
+
nltk==3.8.1
|
8 |
+
numpy==1.23.5
|
9 |
+
tflearn==0.5.0
|
10 |
+
tensorflow==2.9.1
|
11 |
+
gradio==3.23.0
|
12 |
+
Pillow==8.4.0 # Compatible with Image.ANTIALIAS
|