This is a Travel Planner App built with Streamlit that generates personalized travel itineraries based on user input
Project description
trip Travelplanner app
This is a Travel Planner App built with Streamlit that generates personalized travel itineraries based on user input. The app takes a user's travel request (destination and duration) and provides detailed information, including weather data, itinerary recommendations, accommodations, local attractions, and more.
Example Usage Here’s an example of how you can use the Travel Planner agent in your own code:
from trip_travel_planner import TravelPlannerAgent
openai_api_key = "your_openai_api_key"
weather_api_key = "your_weather_api_key"
geolocation_api_key = "your_geolocation_api_key"
planner = TravelPlannerAgent(weather_api_key, geolocation_api_key, openai_api_key)
prompt = "travel plan to Paris for 5 days"
travel_plan = planner.generate_travel_plan(prompt)
print(travel_plan)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wygr-0.0.8.tar.gz.
File metadata
- Download URL: wygr-0.0.8.tar.gz
- Upload date:
- Size: 7.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c26182eaf62be4b2af6fdf7e19cd099b4af99c763c985d044c1476be801a0716
|
|
| MD5 |
2cd62181abf753011ef14f6637e7d8cc
|
|
| BLAKE2b-256 |
16fb3f0a8617ddbcde7b8e2a70fc1740fbd4d94e438050a49aa63b4fcabb00ad
|
File details
Details for the file wygr-0.0.8-py3-none-any.whl.
File metadata
- Download URL: wygr-0.0.8-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
513b1d3bcf3330a55ac6de34648ac61438bdad752b6a5c8c407bb5577a4ecb96
|
|
| MD5 |
224767b08415a62804eae5b8dd02fe79
|
|
| BLAKE2b-256 |
640741df897a7696dae5804448e31759dced84eb2507a276d162cfb539f7e5f9
|