Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.36 KB

Pixlytics-Android

Pixlytics is an SDK to give you the possibility to detect items thanks on artificial inteligence recognition. The system works with a list of items stored on server which can be managed from the SDK itself.artificial. Then we can generate a trained model from this list and use it to operate recognition of items. All this operations are made with requests to Pixlytics server but the recognition can also be made with Offline mode.

Installation

allprojects {
    repositories {
        // ...
        maven { url "http://artifactory.wassa.io/artifactory/public" }
    }
}

dependencies {
    implementation("io.wassa.libraries:pixlytics-sdk:$PIX_VERSION")
}

Usage

Attention : To use the SDK, you need a license key that you can get on the Pixlytics website

The sample code is commented and show usage exemples of the SDK.

The main sdk entry points are RecognitionSession and Pixlytics. You have to keep reference of the instance to use the service.

Documentation

You can find a more detailled documentation of the SDK at the following address. If you need to contact us, send an email at [email protected]

Requirements

  • Android 6

License

Pixlytics is available under a commercial license. See the LICENSE file for more info.

Author

Wassa, [email protected]