Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vyashemang/flask-salary-predictor
- Owner: vyashemang
- Created: 2018-11-30T08:03:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T13:19:55.000Z (almost 4 years ago)
- Last Synced: 2024-09-28T05:14:37.274Z (3 months 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: 92
- Watchers: 6
- Forks: 141
- 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