What it is about?
Touvelo travel app
Business context
An app that automates finding the perfect itinerary for your trip
The problem
A potential tourist who wants to go somewhere can choose only the most popular tourist attractions. Attractions that promote themselves the best.
In practice, there are many more such attractions in a specific place.
The challenge that the application solves is to provide tourists with a configurator in which they can plan their ideal trip based on a database of attractions and an algorithm with rules for matching attractions.
The Solution
We have implemented an application that includes:
- database of all attractions in Poland
- trip configurator
- An algorithm that proposes the perfect trip plan
Additionally, the application enables:
- saving trips
- login and registration
Result
The tourist selects several parameters such as:
- date
- place
- preferred type and type of attraction
- the preferred pace of sightseeing
Then the application generates the perfect plan tailored to his preferences.
Numbers
- Application completed in 4 months
- 1,700 attractions in the database
- The tour selection process is limited to 2 minutes.
- The algorithm proposes values in 30 seconds.
- The app supports hundreds of participants and is ready to serve thousands of participants.
Technologies used
-Bubble.io (platform for building applications and integrating with the algorithm) - Python (custom algorithm) -Heroku.com (hosting custom algorithm) - Sendgrid (email communication)