Install Animius
There are two main ways to install Animius: through pip and through Docker.
Download a package
Install Animius with Python’s pip package manager. See the GPU guide for CUDA®-enabled cards.
# Install Tensorflow for CPU-only pip install tensorflow==1.12.0 # Install Tensorflow with GPU Support pip install tensorflow-gpu==1.12.0 # Install Animius pip install animius
Run an Animius container
The Animius Docker images are already configured to run Animius. A Docker container runs in a virtual environment and is the easiest way to set up GPU support for Linux.
docker pull gundammc/animius # Download latest release with CPU only docker pull gundammc/animius:latest-gpu # with GPU support
Build Your first virtual Assistant
Create and deploy your own custom virtual assistant using Animius.