Skip to main content

🐦 pigeon - Quickly annotate data on Jupyter
========================

Pigeon is a simple widget that lets you quickly annotate a dataset of
unlabeled examples from the comfort of your Jupyter notebook.

Pigeon currently supports annotation for classification tasks (set of
labels), regression tasks (int/float range), or captioning tasks
(variable-length text). Anything that can be displayed on Jupyter
(text, images, audio, graphs, etc.) can be displayed by pigeon
by providing the appropriate :code:`display_fn` argument.

Examples
-----

- Text classification

Code:

.. code-block:: python

from pigeon import annotate
annotations = annotate(
['I love this movie', 'I was really disappointed by the book'],
options=['positive', 'negative']
)


Preview:

.. image:: http://i.imgur.com/00ry4Li.gif

- Image classification

Code:

.. code-block:: python

from pigeon import annotate
from IPython.display import display, Image

annotations = annotate(
['assets/img_example1.jpg', 'assets/img_example2.jpg'],
options=['cat', 'dog', 'horse'],
display_fn=lambda filename: display(Image(filename))
)

Preview:

.. image:: http://i.imgur.com/PiE3eDt.gif

Release files for pigeon-jupyter 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pigeon-jupyter 0.1.0
File Size Uploaded
pigeon-jupyter-0.1.0.tar.gz 3.8 kB Details

Release files / pigeon-jupyter-0.1.0.tar.gz

Download URL pigeon-jupyter-0.1.0.tar.gz
Size 3.8 kB
Tags Source
SHA-256 checksum
How to use checksums
8cb03d902250e10998d82d5c62bc06267121c38b284a624f0349d8e0838f2235
BLAKE2b-256 checksum
How to use checksums
d1c70a19ff2f31d242804e6f521c35b388475766565503b318e0462b2a4b6731
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page