You can find the complete code here.
• This repository consists of files required for end to end implementation of Rain Prediction in Australia Machine Learning Web App created with Flask on Heroku platform.
A ML project with EDA and model that helps in predicting next-day rain by training classification models on the target variable RainTomorrow.
You can find the dataset here.
To create a project from scratch use following steps - -
$ python3 -m venv venv
Activate Virtual Environment
$ .venv/bin/activate
OR
$ .\venv\Scripts\activate
Install Libraries using below command
$ pip install -r requirements.txt
Run jupyter notebook to get the pickle file inside Model directory.
Now run app.py on terminal to start local server.
$ python app.py
• If you want to view the deployed model, click on the following link: Deployed at: https://rainfall-prediction-australia.herokuapp.com/