Skip to content

anushakamath97/ElectiveRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elective Recommender

A ML based elective recommendation webapp.

Pre-requisites

Install the required packages

pip3 install --upgrade pip
pip3 install -r requirements.txt

Usage

cd into ElectiveRecommender/webapp and run

python3 manage.py runserver

On your browser enter 127.0.0.1:8000/elective and explore the webapp.

Acknowledgement

This project was done as a part of Web Technologies II course at PES University