kiprec is a Python library for course recommendations in the context of vocational education. It contains multiple recommenders employing various Machine Learning approaches. Namely:
- Topic Recommender
- Preference-based Recommender
To install use following command in the project folder:
pip install -e .
For usage see testit.py
file. (Instructions will be updated.)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.