https://github.com/skalskip/gradio_image_annotator
A component that allows you to annotate an image with points and boxes.
https://github.com/skalskip/gradio_image_annotator
Last synced: 3 months ago
JSON representation
A component that allows you to annotate an image with points and boxes.
- Host: GitHub
- URL: https://github.com/skalskip/gradio_image_annotator
- Owner: SkalskiP
- Created: 2023-12-10T21:11:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T19:31:31.000Z (over 1 year ago)
- Last Synced: 2025-03-19T22:13:12.596Z (3 months ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gradio_image_annotator
A Custom Gradio component.## Example usage
```python
import gradio as gr
from gradio_image_annotator import image_annotator
```