Skip to content

parmishh/Lets-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Itinerary

forthebadge made-with-python
Video-Demo:

Travel.Itinerary.-.Google.Chrome.2024-08-28.17-43-01.1.mp4

Problem statement

Need to develop a web application that generates personalized travel itineraries based on user preferences such as Location, budget, interests, and trip duration. Functionally, an ideal solution should offer a user-friendly interface for inputting preferences and deliver detailed, dynamic itineraries tailored to individual users.

Solution

Simple website where user can enter his/her preferences like Start/End location, Trip duration, Maximum Budget and Theme/Interests. We use Google Palm API to generate a travel itinerary personalized according to user preferences. Aditionally we have weather, Map info and User can Download the entire itinerary options. I have kept the iterface simple and user friendly, the interface is made using Html and CSS.

Features

  • Allows User to choose preferences like: Start/End location, Trip duration, Maximum Budget and Theme/Interests.
  • Weather information for the locations for the entire duration of the trip
  • Download option, to download entire itinerary
  • Map information for the trip.(Currently hard coded due to unavaliable API keys)

Working

The entered details/preferences are provided to Google's Palm model using API, which then generates Travel itinerary according to the preferences. I used Visual Crossing Weather API for providing weather conditions during the travel duration. And google iframe tag to embeed google map on the website, apart from that the download feature is implemented using html2pdf.js.

How to Setup this Project

  1. Clone the repository:

    https://github.com/parmishh/Lets-go
    cd Lets-go
  2. Install required packages:

    pip install -r requirements.txt
  3. Write API keys: In a .env file.

WEATHER_API_KEY='Your Visual Crossing Weather API Key'
PALM_API_KEY='Your Google Palm API Key'

and save it in the root directory of the project.

Run the following command to start the application:

python wsgi.py

Outputs

 parmishh  parmishh
 parmishh  parmishh

Releases

No releases published

Packages

No packages published