How to set up and run code:
- Clone this git repository
- Install python and all required dependencies
- Install ollama and the llama3.1:8b model (or a model of your choosing, but you will need to change line 102)
- In a terminal window run the command "ollama serve"
- Optional: Run code with --help argument (python ai_weather.py --help) to see a list of arguments and descriptions
- Run script (python ai_weather.py --latitude --longitude --previous_days <prev_days> --time )