hermit-in/my-anpr-api
0
FastANPR (YOLOv8 + PaddleOCR) API
This is a FastAPI server that provides an endpoint for license plate recognition.
API Endpoint
- URL:
/recognise - Method:
POST - Body (JSON):
{
"image": "<base64_encoded_image_string>"
}
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
