<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 :)
Raw data
{
"_id": null,
"home_page": "https://github.com/dioptra-ai/collector-py",
"name": "dioptra",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5.3",
"maintainer_email": "",
"keywords": "dioptra",
"author": "dioptra.ai",
"author_email": "info@dioptra.ai",
"download_url": "https://files.pythonhosted.org/packages/88/32/8370e0f4346b391874cb004eecdec4bd2c2223e87ebc2204b47baac28250/dioptra-1.0.29.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n <img src=\"https://dioptra-resources.s3.us-east-2.amazonaws.com/public_assets/dioptra/images/dioptra_logo_with_text.png\" width=\"400\" /><br><br>\n</div>\n\n---\n\n## About\n\nDioptra 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.\n\n## Quickstart\n\n\n### 1. Create your account\nSign up for a free account by reaching out to <info@dioptra.ai>.\n\n\n### 2. Get your service API key\nWhen you create an account, we generate a service API key.\n\n\n### 3. Instrument your code\n\n\n### Install Library\n\nInstall the Dioptra library in an environment using Python > 3.5.3.\n```sh\n$ pip3 install dioptra\n```\n\nOr clone the repo:\n```sh\n$ git clone https://github.com/dioptra-ai/collector-py.git\n$ python3 setup.py install\n```\n\n### Runnin the example\n\nYou can run the provided example to get a sense of how Dioptra works\n\n```sh\n$ export DIOPTRA_API_KEY=<your_api_key>\n$ python3 examples/image_classification.py\n```\n\nAnd log in to the dioptra app to see what happens :)\n\n\n\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Client library to log data to Dioptra API",
"version": "1.0.29",
"project_urls": {
"Homepage": "https://github.com/dioptra-ai/collector-py",
"dioptra.ai": "https://www.dioptra.ai"
},
"split_keywords": [
"dioptra"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "824313b5bb28085159fbf551112c403f3453d2469d36e495cbd6c56b757210e3",
"md5": "39c0247e7dcebd2ed584d492fce81669",
"sha256": "4f0f39f0597824f2ebcfe4997aa8d176bca2ae594e7c77511b59bce699402195"
},
"downloads": -1,
"filename": "dioptra-1.0.29-py3-none-any.whl",
"has_sig": false,
"md5_digest": "39c0247e7dcebd2ed584d492fce81669",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5.3",
"size": 32968,
"upload_time": "2023-06-21T17:21:03",
"upload_time_iso_8601": "2023-06-21T17:21:03.213843Z",
"url": "https://files.pythonhosted.org/packages/82/43/13b5bb28085159fbf551112c403f3453d2469d36e495cbd6c56b757210e3/dioptra-1.0.29-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88328370e0f4346b391874cb004eecdec4bd2c2223e87ebc2204b47baac28250",
"md5": "c01b5d8ab7242a20fa7c36e711658c4d",
"sha256": "27b5bcf606d1529000e1d0a2603ecf9693e3bb46b4512429bd0642c3beabdbe1"
},
"downloads": -1,
"filename": "dioptra-1.0.29.tar.gz",
"has_sig": false,
"md5_digest": "c01b5d8ab7242a20fa7c36e711658c4d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5.3",
"size": 21717,
"upload_time": "2023-06-21T17:21:05",
"upload_time_iso_8601": "2023-06-21T17:21:05.115600Z",
"url": "https://files.pythonhosted.org/packages/88/32/8370e0f4346b391874cb004eecdec4bd2c2223e87ebc2204b47baac28250/dioptra-1.0.29.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-21 17:21:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dioptra-ai",
"github_project": "collector-py",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "dioptra"
}