Usage¶
CLI¶
thalianacv predict <image>
thalianacv predict-batch <dir>
thalianacv models list
Todo
Document all CLI flags, options, and output formats with examples.
Python API¶
Todo
Document how to call thalianacv.core.predict() directly from Python,
including a minimal working example and description of PredictionResult.
HTTP API¶
Send a POST request to /predict with an image file. See the API reference
for full endpoint documentation.
Todo
Document all HTTP endpoints, request/response schemas, and authentication.