CoolFace
Modelpublic

mastari/text-removal-endpoint

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
Model Card

Text Removal Inference Endpoint (Image Version)

Removes overlaid text or captions from images using OpenCV's EAST text detector and inpainting.


๐Ÿš€ Usage

Input JSON

json
{
  "inputs": {
    "image": "<base64-encoded PNG or JPG>"
  }
}