Skip to content
Haroldo Shigueaki Teruya edited this page Aug 4, 2021 · 4 revisions

Perse SDK Android

The Perse library SDK:

  • Top notch facial detection model;
  • Anti-spoofing;
  • Feedback on image quality;
  • Compare the similarity between two faces;
  • Doesn't store any photos;
  • Camera integration and abstraction;

This SDK provides a Camera Component and abstracts the communication with the Perse's API endpoints and also convert the response from json to a pre-defined responses.

Just need the API and not the camera integration?

See the Perse SDK Lite Android version.

Want to test the endpoints?

You can test our endpoints using this Swagger UI Playground.

Want to test a web live demo?

You can test our web live demos in the CyberLabs.AI CodePen or in the Perse Oficial Docs. Do not forget your API Key.

Want to try a backend client?

We have some examples in Python, Go and JavaScript. You can see documented here.