Folder Structure
The folder structure output from using `create-lilypad-module`
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.txtLast updated
Was this helpful?

