This project utilizes machine learning to predict extreme weather events and analyze traffic congestion in Southeast Asia. The repository includes data analysis, model training, and visualization scripts to forecast weather conditions for the next 30 days and enhance transportation efficiency.
Closes #19
Changed the open_meteo.py download script to do some preprocessing. We are now dealing with CSV instead of JSON. Files on the data folder are no longer ignored, as some people were having trouble running the scripts to download data.
Closes #19 Changed the
open_meteo.py
download script to do some preprocessing. We are now dealing with CSV instead of JSON. Files on thedata
folder are no longer ignored, as some people were having trouble running the scripts to download data.