eh serve¶
Run the evaluation HTTP server.
Usage¶
Options¶
| Option | Default | Description |
|---|---|---|
--model PATH |
(bundled) | Path to .npz eigenspace model |
--host HOST |
127.0.0.1 |
Bind address |
--port PORT |
8080 |
Bind port |
Example¶
Requires the serve extra: pip install "eigenhelm[serve]"
See HTTP API for endpoint documentation.