You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is our IEEE Expound Hackathon'19 Project. We bagged the 3rd Position in the competition.
Team Members:
Harshal Shree - Frontend Web And ML
Yash Jain - Backend Web And ML
Rishikesh - Backend Web
To run the website, run the following command on your terminal (django should be installed on your laptop/computer) :
python3 manage.py runserver
About
Web Application where companies can upload their employee's data excel sheet and in return get a new excel sheet with a new column "Performance Rating" added to their uploaded excel sheet. The performance rating is predicted based on a trained ML Model which uses Random Forest Classification for prediction.