This repository contains a simple implementation of linear regression using Python. The model implemented achieves the feat of predicting temperature humidity and dewpoint of today using linear regression and also predicts precipitation status for next day.
@dhyeyraval
@RACHITALAAD
@jenilparmar
Make sure you have Python installed. You'll also need the following libraries:
NumPy
pandas
scikit-learn
Flask
You can install them using pip:
pip install numpy pandas scikit-learn flask
git clone https://github.com/MEET2231/MA_PROJECT.git