Spaces:
Sleeping
Sleeping
- .gitignore +4 -0
- requirements.txt +17 -0
.gitignore
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
analysis/palm.ipynb
|
2 |
+
#data/job_posting_cleaned.csv
|
3 |
+
#data/job_postings.csv
|
4 |
+
backend/configs.py
|
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
streamlit
|
3 |
+
geopandas
|
4 |
+
leafmap
|
5 |
+
shapely
|
6 |
+
geopy
|
7 |
+
google-generativeai
|
8 |
+
scipy
|
9 |
+
scikit-learn
|
10 |
+
regex
|
11 |
+
fuzzywuzzy
|
12 |
+
datetime
|
13 |
+
nltk
|
14 |
+
statsmodels
|
15 |
+
matplotlib
|
16 |
+
pmdarima
|
17 |
+
openpyxl
|