An intelligent tourist system designed to give personalized tourist spot recommendations.
This project was undertaken for course 18CSC206J.
Tourly is a website designed to give the user tourist spot recommendations based on their personal interest.
We collect information throught a 'preference' form and then give you recommendated spots!
- OpenTripMap: This API is used to get recommendations for tourist places.
- Mapbox: This API has been used to embed map in the website and provide navigation.
- Clone the repository by pasting the following command in terminal
git clone https://github.com/sashrika15/tourly.git
- Change directory to /tourly
cd tourly
- Install requirements
pip install -r requirements.txt
- Run main file
python main.py
- Open any web browser and paste the following
localhost:5000
- Home
- About
- Login
- New User
- Profile
- Preference
- Dashboard
- Map
- Add decription for tourist spots
- Add navigation for the recommended tourist spots
- Please open an issue if there are any problems.