A ML based elective recommendation webapp.
Install the required packages
pip3 install --upgrade pip
pip3 install -r requirements.txt
cd into ElectiveRecommender/webapp and run
python3 manage.py runserver
On your browser enter 127.0.0.1:8000/elective and explore the webapp.
This project was done as a part of Web Technologies II course at PES University