Getting Started
Getting started with `create-lilypad-module`
Installation
First, you'll need to install the package:
pip install create-lilypad-moduleIf you've previously installed create-lilypad-module, you should to ensure that you're using the latest version:
pip install --upgrade create-lilypad-moduleNow run create-lilypad-module:
create-lilypad-moduleThe CLI will ask for the name of your project. Alternatively, you can run:
create-lilypad-module project_name
cd project_nameOutput
project_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?

