Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 611 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 611 Bytes

Model-Deployment-by-using-Flask

How to deploy your machine learning model by using Flask Framework

Scripts files details

  • model.py - script file to develop and train our model
  • server.py - script file to handle POST requests and return the results
  • request.py - script file to send requests with the features to the server and receive the results.

Directories details

  • models - directory to store model created
  • templates - directory to render HTML files
  • data - directory to keep data for training the model

The model can predict your salary according to your years of experience.