PiedPiper / backend /scripts /__init__.py
RajatA98's picture
Initial PiedPiper Space build - Dockerfile + backend + 160-track catalog
fe19082 verified
Raw
History Blame Contribute Delete
272 Bytes
"""Offline scripts that ship with the backend package — corpus ingest and eval.
Installed via `backend/pyproject.toml`'s `packages = ["backend"]` and runnable as:
python -m backend.scripts.rebuild_corpus
after `pip install -e "backend/[runtime,ingest,dev]"`.
"""