This project focuses on weather prediction using a neural network model. It includes data processing, model training, and prediction based on Arduino sensor data. The project is not to be seen as a reliable tool to plan what you should wear today.
-
Clone the repository:
git clone https://github.com/GransMango/weather-prediction-project.git cd weather-prediction-project
-
Install dependencies
pip install -r requirements.txt
-
Execute main program
python main.py
- Process and normalize sensor data.
- Prepare data for training.
- Build and train a neural network model.
- Save the trained model.
- Load the trained model.
- Make weather predictions based on new sensor data.
Data/
: Data to use to train model.Model/
: Saved trained models.main.py
: Main script for weather prediction.