Installation
Using pip
You can install TRecSys in several ways using pip. Choose one of the following.
Install from PyPl.
Install from GitHub.
Run Server
After installing, run a server. .. code:
python -m TRecSys
Browse to http://127.0.0.1:5000/docs.
You should see a swagger interface for the REST API.
The package is accessible via rest or python bindings.