Metadata-Version: 2.1
Name: superintendent
Version: 0.4.0
Summary: Interactive machine learning supervision.
Home-page: https://github.com/janfreyberg/superintendent
Author: Jan Freyberg
Author-email: jan@asidatascience.com
License: UNKNOWN
Download-URL: https://github.com/janfreyberg/superintendent/0.4.0.tar.gz
Description: # Superintendent
        
        [![Build Status](https://travis-ci.org/janfreyberg/superintendent.svg?branch=master)](https://travis-ci.org/janfreyberg/superintendent)
        [![PyPI version](https://badge.fury.io/py/superintendent.svg)](https://badge.fury.io/py/superintendent)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/janfreyberg/superintendent/master)
        [![Coverage Status](https://coveralls.io/repos/github/janfreyberg/superintendent/badge.svg)](https://coveralls.io/github/janfreyberg/superintendent)
        
        
        ---
        
        ![](logo.png)
        
        **`superintendent`** provides an `ipywidget`-based interactive labelling tool for your data. It allows you to flexibly label all kinds of data. It also allows you to combine your data-labelling task with a statistical or machine learning model to enable quick and practical active learning.
        
        ## Installation
        
        ```
        pip install superintendent
        ```
        
        If you want to also use the keyboard shortcuts for labelling faster, you will
        also have to enable the ipyevents jupyter extension:
        
        ```
        jupyter nbextension enable --py --sys-prefix ipyevents
        ```
        
        If you also want to run the examples, you need three additional packages: `requests`, `bs4` and `wordcloud`. You can install them via pip by running:
        
        ```
        pip install superintendent[examples]
        ```
        
        If you want to contribute to `superintendent`, you will need to install the test dependencies as well. You can do so with `pip install superintendent[tests,examples]`
        
Keywords: widgets,labelling,annotation
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: documentation
Provides-Extra: tests
Provides-Extra: examples
