An open API service indexing awesome lists of open source software.

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.

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
```