PigeonXT is an extention to the original Pigeon, created by Anastasis Germanidis. PigeonXT is a simple widget that lets you quickly annotate a dataset of unlabeled examples from the comfort of your Jupyter notebook.
PigeonXT currently support the following annotation tasks:
binary / multi-class classification
multi-label classification
regression tasks
captioning tasks
Anything that can be displayed on Jupyter (text, images, audio, graphs, etc.) can be displayed by pigeon by providing the appropriate display_fn argument.
Additionally, custom hooks can be attached to each row update (example_process_fn), or when the annotating task is complete(final_process_fn).