/CourseReco-engine

recommender engine for the Course Recommender project

Primary LanguagePythonMIT LicenseMIT

CourseReco-engine

recommender engine for the Course Recommender project

Installation

just clone this repo

git clone https://github.com/HackerHub-ucdavis/CourseReco-engine

Run

python start_engine.py

CLI arguments

python start_engine.py -h

ToDo

  • compute similarity matrix only once when the engine starts
  • Integration with SchedGo
  • error management (liked_key may not exists), and logs
  • complete unit tests
  • better recommendation methods