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: 11 months ago
JSON representation
This is project predicts the salary of the employ based on the experience.
- Host: GitHub
- URL: https://github.com/vyashemang/flask-salary-predictor
- Owner: vyashemang
- Created: 2018-11-30T08:03:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T13:19:55.000Z (over 5 years ago)
- Last Synced: 2025-06-08T11:04:33.939Z (about 1 year ago)
- Topics: flask, flask-salary-predictor, machine-learning, sklearn
- Language: CSS
- Homepage: https://towardsdatascience.com/deploy-a-machine-learning-model-using-flask-da580f84e60c
- Size: 11.7 KB
- Stars: 93
- Watchers: 5
- Forks: 139
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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