Spaces:
Runtime error
Runtime error
| title: Check Character | |
| emoji: 📊 | |
| colorFrom: red | |
| colorTo: gray | |
| sdk: docker | |
| pinned: false | |
| short_description: Character Detection and Pose Estimation Service | |
| # 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 drawn_humanoid_detector model | |
| - Pose estimation using drawn_humanoid_pose_estimator model | |
| - Simple web interface for image upload and result visualization | |
| - JSON output with detection and pose estimation results | |
| ## Usage | |
| 1. Visit the Space URL | |
| 2. Upload an image containing a character | |
| 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 | |