Skip to main content

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

Apache License 2.0

Acknowledgement

We thank the repositories: SAM, Gradio Box and Gradio.

Project details


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

gradio_image_prompter-0.1.0-py3-none-any.whl (96.2 kB view details)

Uploaded Python 3

File details

Details for the file gradio_image_prompter-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for gradio_image_prompter-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c0ccaec3b319783b129e87f1d9bf79482a55441fe9ede0ba69e004e51a4a258
MD5 45ebfd05e2cb0e3fd461c235cf5db9d9
BLAKE2b-256 7e373f2f3542e5245f71665b48b14ca4d77f7ea51196105eb759bbe6c7ddb7aa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page