An open-source full-stack Machine Learning Platform build on Modal.
- Install the
uv
python manager https://docs.astral.sh/uv/getting-started/installation/ - Create a modal account https://modal.com/
- Configure your modal account
uv run modal config
- Add the
src/
folder to your PYTHONPATH. E.g.export PYTHONPATH=<path/to/this/repo>/src
uv run modal serve -m src.yapml.yapml
uv run modal deploy -m src.yapml.yapml
uv run pytest
uv run pyright
uv run ruff check