/rssa-api

Primary LanguagePython

RSSA API

Note: I am not maintaining this repository any longer. I started a new project to simplify the code and serve all the different version of RSSA related recommender systems.

New repository: https://github.com/ShahanM/rssaapi

This project was originally created by Aru Bhoop as an API for Lijie Guo's recommender system algorithms (rssa_algs.) The code in the src/algs/ is from the original algorithm project with minor changes (bug fixes and deployment related optimization.) Also, any major changes to the algorithm code that is reflected in the deployed API can be found in the deploy_v_X_X branch.

The Flask API and database content are curated for the RSSA React project.

Configuration and setup process for the algorithms and the front-end React project can be found in their respective repositories.