Metadata-Version: 2.1
Name: dioptra
Version: 1.0.0rc6
Summary: Client library to log data to Dioptra API
Home-page: https://github.com/dioptra-ai/collector-py
Author: dioptra.ai
Author-email: info@dioptra.ai
License: BSD
Project-URL: dioptra.ai, https://www.dioptra.ai
Keywords: dioptra
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5.3
Description-Content-Type: text/markdown
Requires-Dist: schema (>=0.7.4)
Requires-Dist: requests (>=2.25.0)
Requires-Dist: requests-futures (>=1.0.0)
Requires-Dist: tqdm (>=4.60.0)
Requires-Dist: boto3 (>=1.18.0)
Requires-Dist: fire (>=0.4.0)
Requires-Dist: orjson (>=3.6.4)
Requires-Dist: smart-open (>=5.2.1)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: mgzip (==0.2.1)
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: lz4 (>=3.1.3)
Requires-Dist: Pillow (>=7.0.0)
Requires-Dist: google-cloud-storage (==2.7.0)

<div align="center">
  <img src="https://dioptra-resources.s3.us-east-2.amazonaws.com/public_assets/dioptra/images/dioptra_logo_with_text.png" width="400" /><br><br>
</div>

---

## About

Dioptra is a ML intelligence platform. It provides real time observability of models in production as well as error analysis frameworks to understand model performance and inform retraining strategies.

## Quickstart


### 1. Create your account
Sign up for a free account by reaching out to <info@dioptra.ai>.


### 2. Get your service API key
When you create an account, we generate a service API key.


### 3. Instrument your code


### Install Library

Install the Dioptra library in an environment using Python > 3.5.3.
```sh
$ pip3 install dioptra
```

Or clone the repo:
```sh
$ git clone https://github.com/dioptra-ai/collector-py.git
$ python3 setup.py install
```

### Runnin the example

You can run the provided example to get a sense of how Dioptra works

```sh
$ export DIOPTRA_API_KEY=<your_api_key>
$ python3 examples/image_classification.py
```

And log in to the dioptra app to see what happens :)



