Pre-release
Pre-release
Pre-release
Pre-release of PennAI.
Includes svd, knn, average, and random recommenders.
Installation:
- Download pennai-0_12.zip and unzip
- From the command line, navigate to the pennai directory and load the images into docker with the following commands:
docker load --input .\images\pennai_lab.tar
docker load --input .\images\pennai_machine.tar
docker load --input .\images\pennai_dbmongo.tar
Running:
From the pennai directory, run the command docker-compose up
to start the PennAI server. See the quickstart for more instructions.