Installation
Install the Recplain system and then use it as a web server or import it into your code and call the methods directly.
pip install
Install the Recsplain system from PyPI using pip.
pip install recsplain
After you install the package, use it by either:
Running a server to call the functions from the rest API or
By importing into your code using Python bindings
Run Server
To use the system as a web server, enter the following command in your terminal.
python -m recsplain
Browse to http://127.0.0.1:5000/docs.
You should see a swagger interface for the REST API.