Getting Started
Getting started with `create-lilypad-module`
Installation
pip install create-lilypad-modulepip install --upgrade create-lilypad-modulecreate-lilypad-modulecreate-lilypad-module project_name
cd project_nameproject_name
βββ config
β βββ constants.py
βββ scripts
β βββ docker_build.py
β βββ download_models.py
β βββ run_module.py
βββ src
β βββ run_inference.py
βββ .dockerignore
βββ .env
βββ .gitignore
βββ Dockerfile
βββ lilypad_module.json.tmpl
βββ README.md
βββ requirements.txtLast updated
Was this helpful?

