Skip to content

The Student Travel Planner, built using AI Cloud Studio with Gemini Pro, is an AI-based tool that creates personalized, budget-friendly itineraries for students. It analyzes user inputs like destination, budget, and interests to generate optimized day-by-day travel plans through a smart and user-friendly interface.

Notifications You must be signed in to change notification settings

sangeethavani971/Travel-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Planner

Files:

  • travel_planner.py: Simple travel itinerary generator and a runnable example.
  • test_travel_planner.py: Small unittest suite.

Run the example script:

python .\travel_planner.py

Run tests:

python -m unittest test_travel_planner.py

Run the Flask UI (development server):

python -m venv .venv; .\.venv\Scripts\Activate.ps1; pip install -r requirements.txt; python app.py

About

The Student Travel Planner, built using AI Cloud Studio with Gemini Pro, is an AI-based tool that creates personalized, budget-friendly itineraries for students. It analyzes user inputs like destination, budget, and interests to generate optimized day-by-day travel plans through a smart and user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages