Skip to content

alffy007/Code-with-Google-Maps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRIPN


Markdownify
TRIPN

Smart plan maker by the user choice!!

About

This project was created for with Maps Hackathon

Video Presentation:

Apk Download:

Team Name:

Mark-10

Team Members:

Team Leader Email

[email protected]

Problem StatementSolutionTech-Stacks usedBackend Repo

Screenshot

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."

Solution: Elevate your outings, make traveling easy, and reclaim time for unforgettable adventures.

Our product will have the following features:

1. Plan trip base on user need

-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.

2. Different Rrestaurants and other services are shown in the plans.

  • 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.

Railway for Hosting

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.

This is How it works


Screenshot

Google APi Key Used/h3>

Screenshot

ScreenShots of our app

Screenshot Screenshot Screenshot

TECH STACKS USED

1. Flutter
2.ChatGPT with LangChain
4. Flask Rest API (Backend for API calls)
5. Railway

FUTURE SCOPE

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.

Step-by-Step Code Execution Instructions:

backend

  1. Create a virtual environment:

    cd backend
    python -m venv env
    source env/Scripts/./Activate.ps1
  2. Install the dependencies

    pip install -r requirements.txt
    
  3. Start the development server:

    python main.py
    
  4. 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"}  

About

Mark-10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 34.6%
  • Python 23.1%
  • C++ 20.6%
  • CMake 16.8%
  • Swift 1.9%
  • HTML 1.6%
  • Other 1.4%