Getting Started

This guide walks you through running twampyre with the new hierarchical configuration model.

  1. Install dependencies bash pip install -r requirements.txt
  2. Start twampyre bash python -m twampyre.main --config configs/twampyre/vision.yml --verbose
  3. Access the API at http://localhost:8000 to monitor health and metrics.

The configuration will be reloaded automatically whenever the file changes.