assignement-1-git-task2-github-pages

You can find the complete code here.

Rainfall-Prediction-In-Australia-Deployment

Kaggle Python 3.6

• 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.

Problem statement:

A ML project with EDA and model that helps in predicting next-day rain by training classification models on the target variable RainTomorrow.

Dataset

You can find the dataset here.

Dependencies:

setup

To create a project from scratch use following steps - -

Activate Virtual Environment

$ .venv/bin/activate 
          OR
$ .\venv\Scripts\activate

Install Libraries using below command

$ pip install -r requirements.txt

• If you want to view the deployed model, click on the following link: Deployed at: https://rainfall-prediction-australia.herokuapp.com/