Skip to content

A webapplication backed with linear-regression model to predict salary based on user input.

Notifications You must be signed in to change notification settings

amaanabbasi/Salary-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salary-Prediction

  • A web-application
  • Takes in three user inputs (Experience, Test and Interview score).
  • Outputs a prediction about the user's salary (Linear Regression).

Heroku live

Getting started

  • Create and activate virtual environment.

python3 -m venv venv

source venv/bin/activate

  • Installing dependencies

pip install -r requirements.txt

  • Run the application locally:

cd src

python3 app.py

  • src -> Source code for the live webapplication
  • machine-learning-model.ipynb -> contains the code for data cleaning and training.

About

A webapplication backed with linear-regression model to predict salary based on user input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published