Micro Project 3rd Sem
The application developed in this project is a form fillup system for an organisation (college in this case).
GUI Interface(Main).yis the driver program and the GUI for this application.- Filling up the form and pressing submit would create a record in
p.csvfile. - Additional Feature: An prediction algorithm is also built in the application that analyse the details of the applicant and predicts their success of getting in the organisation.
GUI Interface(Main).py- Main Driving Program of the applicationprediction.py- Prediction AlgorithmSimple LR- The model that predicts the success ratep.csv- data of applicants
Python
Pandas
Matplotlib
Tkinter
csv
