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?
- Deploy the App
- Further Description at:
- For V1: Historical Weather, with MeteoStat
- For V2: Historical and Forecasted Weather
- For V3: Adding AI capabilities - Chat with Weather Data DF via LangChain
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
-
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:
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.