# openbr **Repository Path**: mirrors/openbr ## Basic Information - **Project Name**: openbr - **Description**: Open Source Biometrics, Face Recognition - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2017-04-02 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **www.openbiometrics.org** 1) Identify the latest stable [release tag](https://github.com/biometrics/openbr/releases) such as "v1.1.0" 2) Download all OpenBR source code and switch to that release tag: $ git clone https://github.com/biometrics/openbr.git $ cd openbr $ git checkout (eg: git checkout v1.1.0) $ git submodule init $ git submodule update 3) Build OpenBR by following the **[Build Instructions](http://openbiometrics.org/docs/install/)** for your OS.