A simple project to evaluate likely.js with data from Movielens datasets.
You can find likely.js here and the datasets used can be found here.
You can run this project directly using node or use the docker image furnished.
You can find node here.
Type npm i
to get dependencies. You then you just need to type npm start
to run the project.
You can deploy it with, or without github.
In this case, uncomment the lines from 22 to 28 in the Dockerfile, and comment the lines from 8 to 15.
Docker will clone the github repository, build the dependencies, and make a npm start
.
Comment the lines from 22 to 28, and uncomment the lines from 8 to 15. Docker will copy the files from the project directory in the container.
Now just type make build
You only have to make make run
, and you will see the output in the stdout.
You can use make clean
to destroy the docker container, and make cleanImage
to delete the docker image.