Getting Started
Models
User Guide
SCRIBE can be installed using pip:
pip install scribe
For development installation:
git clone https://github.com/your-username/scribe.git cd scribe pip install -e ".[dev]"