Skip to content

wassafr/Pixlytics-DemoApp-Android

Repository files navigation

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 support@wassa.io

Requirements

  • Android 6

License

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

Author

Wassa, contact@wassa.fr

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages