Skip to content

IndieD3v/Weather_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather_Predictor using Machine Learning [REAL TIME]

This is a predictor which predicts weather by reading the given input data

and recongnising patterns of the data and making predictions on gven that

Steps

To directly use .open weather_predictor.py file

To make diff model follow the steps

open training_model.py and make changes to the model.

after training. dump the model

and load it to the weather_predictor.py file by

joblib.load('trained_model.joblib')

Modules Used

Pandas [pip install pandas]

requests [pip install requests]

Sklearn [pip install sklearn]

Joblib [pip install joblib]

Open Weather API was used to fetch data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages