Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Communicating with the project bot with SDK and API is available only with a special license, see License Types

SDK

In order for SDK to work properly, it is necessary to setup the IP address (the default is 127.0.0.1).

Find below links to our GitHub page, where you can find SDKs in different programming languages. The instructions on how to use them can be found in the README section for each GitHub project.

https://github.com/pekat-vision/pekat-vision-sdk-pythonhttps://github.com/pekat-vision/pekat-vision-sdk-dotnethttps://github.com/pekat-vision/pekat-vision-sdk-ansi-c

Even more extensive python SDK doccumentation can be accessed through the following link:

https://pekat-vision.github.io/pekat-vision-sdk-python/

API

Starter (Project Manager) API

Our APIs page displays simple API examples, find below the access link:

https://pekatvisionstarter.docs.apiary.io/#

The API examples allow you to:

  • Start a project

  • Stop running project

  • Get list of all projects

REST API

Can be used to send images to a running PEKAT project for analysis and get the results back. More information on page REST API - Send Images to PEKAT.

Generally it’s easier to work with the existing SDK, which is basically an abstraction of the REST API. However, the API can be very useful when you don’t have

  • No labels