# Linux

This guide introduces RECOGNITO Linux-Face Recognition SDK (updated version) for onboarding & eKYC cases.

&#x20;After completing this guide, you will have downloaded SDK, run the Demo, tested each SDK APIs, and successfully integrated SDK into Your Application!

## Feature & Options

<table><thead><tr><th width="319">Features &#x26; Options</th><th align="center">Linux-Face Recognition SDK (updated version)</th></tr></thead><tbody><tr><td><strong>Programming Language</strong></td><td align="center">C++/Python</td></tr><tr><td><strong>Face Detection</strong></td><td align="center">Single Face [Multiple Faces Detection Expandable]</td></tr><tr><td><strong>Face Feature Extraction</strong></td><td align="center">Yes, 2048bytes (512 x Float32, Little endian)</td></tr><tr><td><strong>Face Liveness Detection</strong></td><td align="center">No</td></tr><tr><td><strong>Face Attribute Analysis</strong></td><td align="center">No</td></tr><tr><td><strong>1:N Identifiability</strong></td><td align="center">Expandable</td></tr><tr><td><strong>Inference Time</strong><br>(1 face template extraction)</td><td align="center">&#x3C; 280ms, Intel(R) Xeon(R) Gold 5315Y CPU @ 3.20GHz CPU: 8, RAM: 40 GB</td></tr></tbody></table>

{% hint style="info" %}
[How to implement 1:N identification with RECOGNITO SDK?](/how-to-implement-1-n-identification-with-recognito-sdk.md)
{% endhint %}

## Recommended System Requirements

* **Operating System:** Ubuntu 20.04 or 22.04
* **CPU:** 8 cores
* **RAM:** 8 GB
* **HDD:** 8 GB


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.recognito.vision/face-recognition-sdk/integration-guide/linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
