sinsniwal / PathPilot-recommendation-system

The Learning Path Recommendation System is designed to provide students with personalized course recommendations by considering factors such as enrollment data from previous terms, the student's learning profile, feedback from other students, and their schedule and commitments.
MIT License
2 stars 0 forks source link

[WIP] Base recommender #26

Closed Dhairya-Arora01 closed 11 months ago

Dhairya-Arora01 commented 11 months ago

Description

Basic recommendation api

fixes #25

Type of change

Please delete options that are not relevant.

Anything else you would like to add

Not using the pickle file as it would require the base class to be imported to work correctly. Thus it will be inefficient. Instead I have put the recommendation model/system in the utils.py.......