Clone the repo:
git clone https://github.com/shamnad-sherief/multipleLinearRegression.gitNavigate to the project folder
cd salarypredictorCreate a Virtual Environment (Optional)
python -m venv envActivate 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 runWindows
set FLASK_APP=form
flask runGo to http://127.0.0.1:5000 in your browser after successfull completion