A destination recommender system that takes the user's origin point and the month during which they will be traveling as input, and recommends them the top ten destinations they can travel to.
2nd position at Enter the Travel-Verse Hackathon by Airline Reporting Corporation(ARC) organized on HackerEarth.
We employed different pre-processing techniques to clean the dataset. Then we created the recommendation matrix from the remaining data which we used for our recommendation system. We created a small Tkinter GUI in python to test our system.
- Unzip TravelVerse.zip
- Run TravelVerse.py
Note:
- TravelVerse.py may take a few minutes to run since it loads the entire recommendation matrix on memory.
- TravelVerse.zip contains data required to run the recommender system.
- This data was obtained by running PreProcessing.py in batches on the dataset.
With the help of our system, travel agencies can understand their customers better and launch attractive holiday packages accordingly. For example, a travel agency offering holiday packages from Mumbai can use our system to analyze monthly trends and offer month-specific holiday packages to target a larger customer base and maximize their profits. Normal users can also use this system to plan their next vacation.
- This system can be hosted on a cloud platform where it can process data continuously and provide recommendations based on the most recent trends, providing reliability and adaptability.
- It can be modified to work as an API service, then it can be attached to a variety of web and mobile applications which require this kind of system.