Data annotation done right: easy, fun, hyper-productive, and inducing insight.
Project description
Imagine editing a picture layer by layer, not pixel by pixel, nor by splashing paint.
We can apply this idea to datasets.
Hover
is a machine teaching library that enables intuitive and effecient supervision. In other words, it provides a map where you hover over and label your data... differently. For instance, you can:
- :seedling: annotate an intuitively selected group of data points at a time
- :ferris_wheel: throw a model in the loop and exploit active learning
- :whale: cross-check with Snorkel-based distant supervision
Check out @phurwicz/hover-binder for a complete list of demo apps.
:flags: Latest Announcements
- Dec 12 Common usage workflows are now available in
hover.recipes
. Much cleaner code! - Dec 6 Video tutorials coming soon! The first one is projected to be available by Dec 15.
:flight_departure: Quick Start
Hover
uses bokeh
to build its annotation interface:
# app-annotator.py
from hover.core.explorer import BokehCorpusAnnotator
from bokeh.io import curdoc
# df is a pandas dataframe with 2D embedding
# which hover can help you compute
annotator = BokehCorpusAnnotator({"raw": df})
annotator.plot()
curdoc().add_root(annotator.view())
curdoc().title = "Simple-Annotator"
bokeh serve app-annotator.py
The most exciting features of Hover
employ lots of Python callbacks, for which bokeh serve
comes into play.
:package: Installation
Python: 3.6+
OS: tested on Mac & Linux
To get the latest release version, you can use pip
:
pip install hover
Installation through conda
is not yet available. Please open an issue if you would like conda
or conda-forge
support.
:flamingo: Features
Here we attempt a quick comparison with a few other packages that do machine teaching:
Package | Hover |
Prodigy |
Snorkel |
---|---|---|---|
Core idea | supervise like editing a picture | scriptable active learning | programmatic distant supervision |
Annotates per | batch of just the size you find right | piece predicted to be the most valuable | the whole dataset as long as it fits in |
Supports | all classification (text only atm) | text & images, audio, vidio, & more | text classification (for the most part) |
Status | open-source | proprietary | open-source |
Devs | indie | Explosion AI | Stanford / Snorkel AI |
Related | many imports of the awesome Bokeh |
builds on the Thinc /SpaCy stack |
Variants: Snorkel Drybell , MeTaL , DeepDive |
Vanilla usage | define a vectorizer and annotate away | choose a base model and annotate away | define labeling functions and apply away |
Advanced usage | combine w/ active learning & snorkel | patterns / transformers / custom models | transforming / slicing functions |
Hardcore usage | exploit hover.core templates |
custom @prodigy.recipe | the upcoming Snorkel Flow |
Hover
claims the best deal of scale vs. precision thanks to
- the flexibility to use, or not use, any technique beyond annotating on a "map";
- the speed, or coarseness, of annotation being literally at your fingertips;
- the interaction between multiple "maps" that each serves a different but connected purpose.
:book: Resources
Documentation
- Contains API references of the most crucial components.
- A lot more is on the way! (video tutorials, for example)
Dependencies
./requirements-test.txt
lists additional dependencies for the test suite../requirements-dev.txt
lists recommended packages for developers.
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 Distribution
Built Distribution
File details
Details for the file hover-0.3.0.tar.gz
.
File metadata
- Download URL: hover-0.3.0.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c1327ee31b7fcb6e52767e1be6b303432fa7be786b80bdbf7a928fa742bd9a5 |
|
MD5 | 3e0fe911966c2b580753deb46693a2d3 |
|
BLAKE2b-256 | 891b16d61e8bf40104cd0438f48c9ed233fa92165716e7bebaa308af5f47a0ad |
File details
Details for the file hover-0.3.0-py2-none-any.whl
.
File metadata
- Download URL: hover-0.3.0-py2-none-any.whl
- Upload date:
- Size: 37.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d198b6abaac16ff967a60f59cd3714586db911601223727863df4424fd7e47d6 |
|
MD5 | 4349b3630d2fbfe1396c46414fb88adc |
|
BLAKE2b-256 | bde479546f548573d396e15fcc5f5431cb8f974ef14039460b0383f96a893c9f |