Clone the repo:
git clone https://github.com/shamnad-sherief/multipleLinearRegression.git
Navigate to the project folder
cd salarypredictor
Create a Virtual Environment (Optional)
python -m venv env
Activate the virtual environment
Linux
source env/bin/activate
Windows
env\Scripts\activate
Install dependencies
pip install -r requirements.txt
Running with flask
Linux
export FLASK_APP=form
flask run
Windows
set FLASK_APP=form
flask run
Go to http://127.0.0.1:5000
in your browser after successfull completion