Getting Started
This guide walks you through running twampyre with the new hierarchical configuration model.
- Install dependencies
bash pip install -r requirements.txt - Start twampyre
bash python -m twampyre.main --config configs/twampyre/vision.yml --verbose - Access the API at
http://localhost:8000to monitor health and metrics.
The configuration will be reloaded automatically whenever the file changes.