Getting Started
Getting started with `create-lilypad-module`
Installation
First, you'll need to install the package:
pip install create-lilypad-module
If you've previously installed create-lilypad-module
, you should to ensure that you're using the latest version:
pip install --upgrade create-lilypad-module
Now run create-lilypad-module
:
create-lilypad-module
The CLI will ask for the name of your project. Alternatively, you can run:
create-lilypad-module project_name
cd project_name
Output
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.txt
Last updated
Was this helpful?