Drinkle/check-character
2
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
- Visit the Space URL
- Upload an image containing a character
- 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
