Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vyashemang/flask-salary-predictor

This is project predicts the salary of the employ based on the experience.
https://github.com/vyashemang/flask-salary-predictor

flask flask-salary-predictor machine-learning sklearn

Last synced: 2 months ago
JSON representation

This is project predicts the salary of the employ based on the experience.

Awesome Lists containing this project

README

        

# flask-salary-predictor
This is project predicts the salary of the employee based on the experience.

# Model
model.py trains and saves the model to the disk.
model.pkb the pickle model

# App
app.py contains all the requiered for flask and to manage APIs.

Procedure--
Open command Prompt and go to given directory and then run python app.py