{"id":28470911,"url":"https://github.com/faceplugin-ltd/open-source-face-recognition-sdk","last_synced_at":"2026-03-07T13:32:23.900Z","repository":{"id":286047434,"uuid":"917979862","full_name":"Faceplugin-ltd/Open-Source-Face-Recognition-SDK","owner":"Faceplugin-ltd","description":"The world's 1st open source face recognition SDK for Windows and Linux (Face detection, Face landmark extraction, Face feature extraction, Face template mathcing)","archived":false,"fork":false,"pushed_at":"2025-06-30T15:27:43.000Z","size":1464,"stargazers_count":17,"open_issues_count":1,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T19:55:16.610Z","etag":null,"topics":["deep-learning","face-detection","face-landmark-detection","face-recognition","identity-verification","machine-learning","open-source","python"],"latest_commit_sha":null,"homepage":"https://faceplugin.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Faceplugin-ltd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-17T02:26:21.000Z","updated_at":"2025-07-15T06:01:07.000Z","dependencies_parsed_at":"2025-07-21T19:50:59.950Z","dependency_job_id":null,"html_url":"https://github.com/Faceplugin-ltd/Open-Source-Face-Recognition-SDK","commit_stats":null,"previous_names":["faceplugin-ltd/open-source-face-recognition-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Faceplugin-ltd/Open-Source-Face-Recognition-SDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faceplugin-ltd%2FOpen-Source-Face-Recognition-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faceplugin-ltd%2FOpen-Source-Face-Recognition-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faceplugin-ltd%2FOpen-Source-Face-Recognition-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faceplugin-ltd%2FOpen-Source-Face-Recognition-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Faceplugin-ltd","download_url":"https://codeload.github.com/Faceplugin-ltd/Open-Source-Face-Recognition-SDK/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faceplugin-ltd%2FOpen-Source-Face-Recognition-SDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30215663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:25:55.541Z","status":"ssl_error","status_checked_at":"2026-03-07T13:25:38.596Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","face-detection","face-landmark-detection","face-recognition","identity-verification","machine-learning","open-source","python"],"created_at":"2025-06-07T10:06:52.121Z","updated_at":"2026-03-07T13:32:23.873Z","avatar_url":"https://github.com/Faceplugin-ltd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg alt=\"\" src=\"https://github.com/Faceplugin-ltd/FaceRecognition-Javascript/assets/160750757/657130a9-50f2-486d-b6d5-b78bcec5e6e2.png\" width=200/\u003e\n\u003c/div\u003e\n\n# Face Recognition SDK for Windows and Linux - Fully On Premise\n## Overview\nThe world's 1st **Completely Free and Open Source** `Face Recognition SDK` from [Faceplugin](https://faceplugin.com/) for developers to integrate face recognition capabilities into applications. Supports real-time, high-accuracy face recognition with deep learning models.\n\u003cbr\u003eThis is `on-premise face recognition SDK` which means everything is processed in your phone and **NO** data leaves the device\n\u003cbr\u003eYou can use this SDK on Windows and Linux\n\u003cbr\u003e\u003cbr\u003e**Please contact us if you need the SDK with higher accuracy.**\n\u003cbr\u003e\u003c/br\u003e\n\n## Key Features\n- **Real-Time Face Recognition**: Can detect and recognize faces from live video streams. Currently only supports face recognition from an image.\n- **High Accuracy**: Built with deep learning models trained on large datasets.\n- **Cross-Platform**: Compatible with Windows and Linux.\n- **Flexible Integration**: Easy-to-use APIs for seamless integration into any project.\n- **Scalable**: Works on local devices, cloud, or embedded systems.\n- **Python SDK**: Comprehensive support for Python with extensive documentation and examples.\n\n## Applications\nThis **Face Recognition SDK** is ideal for a wide range of applications, including:\n- **Time Attendance Systems**: Monitor arrivals and depatures using face recognition.\n- **Security Systems**: Access control and surveillance.\n- **User Authentication**: Biometric login and multi-factor authentication.\n- **Smart Devices**: Integration into IoT devices for smart home or office applications.\n- **Augmented Reality**: Enhance AR applications with real-time facial recognition.\n- **Retail**: Personalized marketing and customer analytics.\n\n## Installation\nPlease download anaconda on your computer and install it.\nWe used Windows machine without GPU for testing.\n\n### create anaconda environment \nconda create -n facesdk python=3.9\n\n### activate env\nconda activate facesdk\n\n### install dependencies\npip install -r requirements.txt\n\n### compare 1.jpg and 2.png in the test directory.\npython run.py\n\n## APIs and Parameters\n\n**GetImageInfo(image, faceMaxCount):** returns face bounding boxes, landmarks and feature embeddings\u003cbr\u003e\n**get_similarity(feat1, feat2):** returns similarity between two feature embeddings. 0 to 100\u003cbr\u003e\n**Threshold**: value to determine if two embeddings belong to same person, default = 75\n\n\n## List of our Products\n\n* **[Face Recognition with Liveness Detection-Android (Java, Kotlin)](https://github.com/Faceplugin-ltd/FaceRecognition-Android)**\n* **[Face Recognition with Liveness Detection-iOS (Objective C, Swift)](https://github.com/Faceplugin-ltd/FaceRecognition-iOS)**\n* **[Face Recognition with Liveness Detection-React Native](https://github.com/Faceplugin-ltd/FaceRecognition-React-Native)**\n* **[Face Recognition with Liveness Detection-Flutter](https://github.com/Faceplugin-ltd/FaceRecognition-Flutter)**\n* **[Face Recognition with Liveness Detection-Ionic Cordova](https://github.com/Faceplugin-ltd/FaceRecognition-Ionic-Cordova)**\n* **[Face Recognition with Liveness Detection-.Net MAUI](https://github.com/Faceplugin-ltd/FaceRecognition-.Net)**\n* **[Face Recognition with Liveness Detection-.Net WPF](https://github.com/Faceplugin-ltd/FaceRecognition-WPF-.Net)**\n* **[Face Recognition with Liveness Detection-Javascript](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-Javascript)**\n* **[Face Recognition with LivenessDetection-React](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-React)**\n* **[Face Recognition with LivenessDetection-Vue](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-Vue)**\n* **[Face Liveness Detection-Android (Java, Kotlin)](https://github.com/Faceplugin-ltd/FaceLivenessDetection-Android)**\n* **[Face Liveness Detection-iOS (Objective C, Swift)](https://github.com/Faceplugin-ltd/FaceLivenessDetection-iOS)**\n* **[Face Liveness Detection-Linux](https://github.com/Faceplugin-ltd/FaceLivenessDetection-Linux)**\n* **[Face Liveness Detection-Docker](https://github.com/Faceplugin-ltd/FaceLivenessDetection-Docker)**\n* **[Open Source Face Recognition SDK](https://github.com/Faceplugin-ltd/Open-Source-Face-Recognition-SDK)**\n* **[Face Recognition SDK](https://github.com/Faceplugin-ltd/Face-Recognition-SDK)**\n* **[Liveness Detection SDK](https://github.com/Faceplugin-ltd/Face-Liveness-Detection-SDK)**\n* **[Palm Recognition SDK](https://github.com/Faceplugin-ltd/Palm-Recognition)**\n* **[ID Card Recognition](https://github.com/Faceplugin-ltd/ID-Card-Recognition)**\n* **[ID Document Liveness Detection](https://github.com/Faceplugin-ltd/ID-Document-Liveness-Detection)**\n\n## Contact\n\u003cdiv align=\"left\"\u003e\n\u003ca target=\"_blank\" href=\"mailto:info@faceplugin.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/email-info@faceplugin.com-blue.svg?logo=gmail \" alt=\"faceplugin.com\"\u003e\u003c/a\u003e\u0026emsp;\n\u003ca target=\"_blank\" href=\"https://t.me/faceplugin\"\u003e\u003cimg src=\"https://img.shields.io/badge/telegram-@faceplugin-blue.svg?logo=telegram \" alt=\"faceplugin.com\"\u003e\u003c/a\u003e\u0026emsp;\n\u003ca target=\"_blank\" href=\"https://wa.me/+19382025720\"\u003e\u003cimg src=\"https://img.shields.io/badge/whatsapp-faceplugin-blue.svg?logo=whatsapp \" alt=\"faceplugin.com\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaceplugin-ltd%2Fopen-source-face-recognition-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaceplugin-ltd%2Fopen-source-face-recognition-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaceplugin-ltd%2Fopen-source-face-recognition-sdk/lists"}