LIbre Recommender SYstem API

guilmour 910efd40b0 Update 'README.md' 5 years ago
docs 29a059324c Upload files to 'docs' 5 years ago
LICENSE 16ee1dda94 Initial commit 5 years ago
README.md 910efd40b0 Update 'README.md' 5 years ago

README.md

LirsyAPI

Libre Recommender System API

Deploying

Clone the repository

git clone https://notabug.org/guilmour/LirsyAPI.git
cd code

Initiate Docker/SCONE Container

sudo docker login
sudo docker run --device=/dev/isgx --rm -it -v "$PWD":/usr/src/myapp -w /usr/src/myapp sconecuratedimages/apps:python-3.5.4-alpine3.6 sh

Install extra dependecies on the container

apk update &&
apk add --no-cache bats libbsd openssl musl-dev build-base  &&
pip install numpy==1.14.5 &&
apk add freetype libgfortran libgcc libpng libstdc++ musl openblas tcl tk &&
pip install scikit-surprise==1.0.5 &&
apk add nano

Run the script with SCONE

SCONE_HEAP=16384M SCONE_VERSION=1 SCONE_MODE=HW SCONE_ALPINE=1 time python surprise-item-item-rs.py &> out_knnwithmeansHW.txt

Basic Architecture of the API