Skip to content

Interactive Trip Planning with Weather information (Historical and Forecasted) as per the selected location. Powered by Python and DASH.

License

Notifications You must be signed in to change notification settings

JAlcocerT/Py_Trip_Planner

Repository files navigation

Python Trip Planner

Plan your Trips according to Weather Patters

Using historical weather data together with location data in a DASH App to answer your question: How is the expected weather at a particular period of the year in my destination?

Trip Planner Graph

Quick Setup

Important

Prepare the OPENAI_API key for v3

Using Python Venv...👇  
#sudo apt install python3.12-venv
python3 -m venv trip_planner_venv

#Unix
source trip_planner_venv/bin/activate
#.\trip_planner_venv\Scripts\activate #Windows

pip install -r requirements.txt


source .env
#export OPENAI_API_KEY="your-api-key-here"
#set OPENAI_API_KEY=your-api-key-here
#$env:OPENAI_API_KEY="your-api-key-here"
echo $GROQ_API_KEY $OPENAI_API_KEY $ANTHROPIC_API_KEY

streamlit run Z_ST_AIssistant_v2.py

# git add .
# git commit -m "better st offer analyzer"
# git push

Powered Thanks To ❤️

And more...

Ways to Contribute 📢

  • Please feel free to fork the code - try it out for yourself and improve or add others tabs. The data that is queried give many possibilities to create awsome interactive visualizations.

  • Support the Projects that made possible this App, thanks to their fantastic job, this have been possible.

  • Support extra evening code sessions:

License 📜

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) version 3.0:

Freedom to use: You can use the software for any purpose, without any restrictions. Freedom to study and modify: You can examine the source code, learn from it, and modify it to suit your needs. Freedom to share: You can share the original software or your modified versions with others, so they can benefit from it too. Copyleft: When you distribute the software or any derivative works, you must do so under the same GPL-3.0 license. This ensures that the software and its derivatives remain free and open-source.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.