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 hashes)

Uploaded Python 3

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