Usage ===== CLI --- .. code-block:: bash thalianacv predict thalianacv predict-batch 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.