This project repository include below files/folders.
1.Admission_Predict_Ver1.1.csv : This is the data file in data folder. It consist of 500 records with below fileds.
1. GRE Score
2. TOEFL Score
3. University Rating
4. SOP
5. LOR
6. CGPA
7. Research
8. Chance of Admit
2. templates folder : This is the templates folder with UI screen designs both for search and results screens.
3. static folder : This folder consist of UI style/design CSS file and also background image used in UI.
4. lib folder : This folder is required for running the application.
5. bin folder : This folder is required for running the application.
6. app.py : This file is the key driving file of the application. To launch the application locally this file need to be triggered.
7. flask_chance_of_admit.py : This is the python file, compute the target value for the given new input.
8. finalized_model.sav : This file consist of final model saved.
9. Procfile : This file is required for hosting the application in web.
10. pyvenv.cfg: This is system generated file when application is created in flask.
11. requirements.txt : This file consist of all required python packages which will be auto installed when application is launched.