This repo holds the source code of the entire Recommender System, I coded for my native project: KitabGhar
- Popularity-based Recommendations
- Item-Item based Collaborative Filtering Recommendations
- User-User based Collaborative Filtering Recommendations
- Python 3
- API written in Flask
- KitabGhar supports MySQL, so Python-MySQL connectivity achieved using mysqlclient
- Unit tests written using PyTest
Please find the build instructions associated with the Recommend API at Run-API.md
Please find blog post about Collaborative Filtering written by me at Tech Blog