Skip to content

shamnad-sherief/multipleLinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages