Skip to content

Pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@hjwilli hjwilli released this 14 May 13:45
· 1642 commits to production since this release

Pre-release of PennAI.

Includes svd, knn, average, and random recommenders.

Installation:

  1. Download pennai-0_12.zip and unzip
  2. 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.