Hemang Vyas commited on
Commit
f17d7af
1 Parent(s): c843a3d

Create read.me

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # flask-salary-predictor
2
+ This is project predicts the salary of the employee based on the experience.
3
+
4
+ # Model
5
+ model.py trains and saves the model to the disk.
6
+
7
+ # Server
8
+ server.py contains all the requiered for flask and to manage APIs.
9
+
10
+ # Request
11
+ request.py contains the python code to process POST request to server.