This project was created for with Maps Hackathon
Mark-10
Problem Statement • Solution • Tech-Stacks used • Backend Repo •
The Problem We Solve: Time is precious; let's automate your adventures, no travel time calculations needed..
"Planning outings is time-consuming, and people often face the challenge of choosing destinations and calculating travel times. We need an AI solution to recommend suitable places to visit based on a user's available time and preferences, simplifying planning and enabling users to maximize their leisure time."
Our product will have the following features:
-Trip Planning: The core feature allows users to plan their trips based on their preferences and needs. This feature will consider factors like available time, interests, and location.
- The app will provide a diverse range of recommendations, including restaurants and other services, to enhance the user's travel experience.
3.Include brief descriptions with each recommendation to give users more information about the suggested places, helping them make informed decisions.
- To help users make informed decisions, the app will include brief descriptions of the suggested places. These descriptions will offer valuable information about the recommended locations, making it easier for users to choose their destinations.
Tripn Descriptions:
An AI-driven service app for generates personalized trip plans, showcasing various restaurants and services, while also providing informative place descriptions for user convenience.
Furthermore, for hosting our project, we chose Railway. Railway is a cloud platform that simplifies the deployment and management of web applications. By utilizing Railway for hosting, we were able to easily deploy our project and make it accessible to users over the internet. Railway's user-friendly interface and seamless setup process allowed us to integrate our project with their platform effortlessly. With Railway, we benefit from reliable hosting infrastructure and automatic scaling, ensuring that our application can handle incoming traffic effectively.
Travel Made Simple: With TripN, just tell us what you need, and we'll plan and book everything – from transport to accommodation. Your perfect trip, hassle-free. Meet TripN, your virtual travel companion. Just like a trusted friend, it offers guidance, advice, and information for a stress-free and enjoyable journey.
-
Create a virtual environment:
cd backend python -m venv env source env/Scripts/./Activate.ps1
-
Install the dependencies
pip install -r requirements.txt
-
Start the development server:
python main.py
-
Access the API in your browser at http://127.0.0.1:6000/text.
example of post request:
{"text":"I have no office today where can I go from 8 am to 5 pm. I wanna chill",
"address": "Govt.Model Engineering College, Thrikakara",
"latitude": "10.02817195",
"longitude": "76.32843611331214"}