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.
allprojects {
repositories {
// ...
maven { url "http://artifactory.wassa.io/artifactory/public" }
}
}
dependencies {
implementation("io.wassa.libraries:pixlytics-sdk:$PIX_VERSION")
}
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.
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
- Android 6
Pixlytics is available under a commercial license. See the LICENSE file for more info.
Wassa, contact@wassa.fr