Metadata-Version: 2.1
Name: chosco
Version: 0.3.0
Summary: Package on top of ipywidgets to label media resources on Notebook pages.
Home-page: https://github.com/alice-biometrics/chosco
Author: ALiCE Biometrics
Author-email: support@alicebiometrics.com
License: MIT
Keywords: notebook,ipywidgets,labeler
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-storage (==1.44.0)
Requires-Dist: numpy (==1.22.2)
Requires-Dist: ipywidgets (==7.6.5)
Requires-Dist: loguru

# chosco 🏷️ [![ci](https://github.com/alice-biometrics/fuchicar/workflows/ci/badge.svg)](https://github.com/alice-biometrics/fuchicar/actions)

<img src="https://github.com/alice-biometrics/custom-emojis/blob/master/images/alice_header.png" width=auto>

Package on top of `ipywidgets` to label media resources on `Notebook` pages.


## Table of Contents
- [Installation :computer:](#installation-computer)
- [Development :construction_worker:](#development-construction_worker)
- [Testing :white_check_mark:](#testing-white_check_mark)
- [Contact :mailbox_with_mail:](#contact-mailbox_with_mail)


## Installation :computer:

```console
>> pip install chosco
```

## Development :construction_worker:

Use [lume :fire:](https://github.com/alice-biometrics/lume) to install dependencies:

Example:

```console
>> python3 -m venv venv
>> source venv/bin/activate
(venv) >> pip install lume
(venv) >> lume -install
```

## Testing :white_check_mark:

### Unit, Integration and Acceptance

```console
(venv) >> lume -test
```

## Notebooks

Run jupyter server:

```console
(venv) >> jupyter notebook
``` 

Go to dummy example [here](http://localhost:8888/notebooks/notebooks/dummy_annotation.ipynb)

## Contact :mailbox_with_mail:

support@alicebiometrics.com



