A Python-based project that ranks the best weekend travel destinations from a given source city using distance, Google ratings, and popularity.
- Python
- Pandas
- Geopy
- Jupyter Notebook
Weekend gateway tracker.ipynbโ Main notebookTop Indian Places to Visit.csvโ DatasetREADME.mdโ Project documentation
The dataset contains information about popular tourist destinations in India, including:
- State
- City
- Tourist Place Name
- Type
- Google Review Rating
- Number of Google Reviews (in lakhs)
The algorithm:
- Takes a source city as input
- Calculates distance to all destinations
- Normalizes distance, rating, and popularity
- Computes a weighted final score
- Ranks destinations based on the score