Metadata-Version: 2.1
Name: overture-sdk
Version: 0.0.8
Summary: Python bindings for the Overture API
Home-page: UNKNOWN
Author: Dario Incalza
Author-email: dario@overture.ai
License: UNKNOWN
Project-URL: Documentation, https://documentation.overture.ai
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Requires-Dist: requests[security] (>=2.20); python_version < "3.0"
Requires-Dist: requests (>=2.20); python_version >= "3.0"

# Project Description

Python bindings for the Overture REST API.

## Setup

Installation can be done by using the pip tool:

```
$ pip install --upgrade overture-sdk
```

## Getting Started

### Get an account

You can start by creating an account on the Overture platform if you don't already have one, by registering at [https://app.overture.ai/pages/register](https://app.overture.ai/pages/register)

### Train and Deploy

Start by training and deploying your custom computer vision neural network. Follow the documentation at [https://documentation.overture.ai](https://documentation.overture.ai).


## Bugs

Bugs can be reported to dario@overture.ai .

