cog

Build and push Docker containers for machine learning models

brewmacoslinux
Try with needOr install directly
Source

About

Containers for machine learning

Commands

cog

Examples

Initialize a new Cog project in current directory$ cog init
Build a Docker container from cog.yaml configuration$ cog build -t my-model:latest
Run a prediction using the built container$ cog predict -i input.jpg