Commit ·
be1447b
1
Parent(s): 605cae1
Create model_card.md
Browse files- model_card.md +23 -0
model_card.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- machine-learning
|
| 4 |
+
- data-visualization
|
| 5 |
+
- geospatial
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# CIDM TEAM A Location Recommender
|
| 9 |
+
|
| 10 |
+
This script uses machine learning to recommend locations based on swiped images and visualizes them on a map.
|
| 11 |
+
|
| 12 |
+
## Usage
|
| 13 |
+
|
| 14 |
+
1. Open the Jupyter Notebook in the [Hugging Face Spaces](https://huggingface.co/spaces) environment.
|
| 15 |
+
2. Execute the cells one by one.
|
| 16 |
+
3. View the generated map to see recommended locations and the closest one.
|
| 17 |
+
|
| 18 |
+
## Dependencies
|
| 19 |
+
|
| 20 |
+
- pandas
|
| 21 |
+
- scikit-learn
|
| 22 |
+
- plotly
|
| 23 |
+
- geopy
|