CoolFace
Apppublic

hermit-in/my-anpr-api

sourceHugging Faceagpl-3.0updated 11mo agoView on Hugging Face
0likes
App README

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):
json
  {
    "image": "<base64_encoded_image_string>"
  }
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference