This is project predicts the salary of the employee based on the experience.
model.py trains and saves the model to the disk.
server.py contains all the requiered for flask and to manage APIs.
request.py contains the python code to process POST request to server.