Installation¶
Requirements¶
- Python
3.10+ uv- CUDA-capable environment for practical model training
This project should be installed in editable mode. Avoid import workarounds such as sys.path.append(...).
Steps¶
Optional Dependency Groups¶
.[dev]: formatting, typing, tests, and coverage.[docs]: MkDocs and API reference generation.[dl]: deep learning stack.[verification]: scientific verification and notebook tooling.[all]: convenience bundle for the main scientific extras
Sanity Checks¶
Verify that the package and the CLI entry point can be imported:
Local Docs Preview¶
Then open http://127.0.0.1:8000.
Production Build¶
The static site is emitted to site/.