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.
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.......
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.......