CoolFace
Apppublic

Drinkle/check-character

sourceHugging Faceupdated 2y agoView on Hugging Face
2likes
App README

Character Checker

This is a web service that performs character detection and pose estimation on uploaded images. It uses TorchServe to run the detection and pose estimation models, with a Gradio interface for easy interaction.

Features

  • —Character detection using drawnhumanoiddetector model
  • —Pose estimation using drawnhumanoidpose_estimator model
  • —Simple web interface for image upload and result visualization
  • —JSON output with detection and pose estimation results

Usage

  1. 1.Visit the Space URL
  2. 2.Upload an image containing a character
  3. 3.The service will return detection and pose estimation results in JSON format

Technical Details

  • —Built with TorchServe for model serving
  • —Gradio for web interface
  • —Uses MMPose and MMDetection frameworks
  • —Runs in a Docker container

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference