A gradio component to upload images and process point/box prompts.
Project description
Image Prompter for Gradio
A gradio component to upload images and process point/box prompts.
This custom component is developed for Tokenize Anything gradio demo.
Installation
Preliminaries
gradio
>= 4.0.0
Installing Package
pip install gradio-image-prompter
Quick Start
Development
cd gradio-image-prompter
gradio cc install
gradio cc dev
Example
import gradio as gr
from gradio_image_prompter import ImagePrompter
demo = gr.Interface(
lambda prompts: (prompts["image"], prompts["points"]),
ImagePrompter(show_label=False),
[gr.Image(show_label=False), gr.Dataframe(label="Points")],
)
demo.launch()
License
Acknowledgement
We thank the repositories: SAM, Gradio Box and Gradio.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file gradio_image_prompter-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: gradio_image_prompter-0.1.0-py3-none-any.whl
- Upload date:
- Size: 96.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c0ccaec3b319783b129e87f1d9bf79482a55441fe9ede0ba69e004e51a4a258 |
|
MD5 | 45ebfd05e2cb0e3fd461c235cf5db9d9 |
|
BLAKE2b-256 | 7e373f2f3542e5245f71665b48b14ca4d77f7ea51196105eb759bbe6c7ddb7aa |