[go: up one dir, main page]

Open Source Mac Facial Recognition Software

Facial Recognition Software for Mac

View 17 business solutions

Browse free open source Facial Recognition software and projects for Mac below. Use the toggles on the left to filter open source Facial Recognition software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • The Easy Way To Build A Referral Program Icon
    The Easy Way To Build A Referral Program

    Referral Factory is the #1 referral software used by SMEs and Marketers.

    Referral Factory offers over 1000 pre-built referral program templates you can use as your own, or you can build your own referral program from scratch. You get unlimited referral campaigns on all plans, and brilliant support from their team of referral marketing experts.
    Learn More
  • 1
    InsightFace

    InsightFace

    State-of-the-art 2D and 3D Face Analysis Project

    State-of-the-art deep face analysis library. InsightFace is an open-source 2D&3D deep face analysis library. InsightFace is an integrated Python library for 2D&3D face analysis. InsightFace efficiently implements a wide variety of state-of-the-art algorithms for face recognition, face detection, and face alignment, which are optimized for both training and deployment. Research institutes and industrial organizations can get benefits from InsightFace library.
    Downloads: 375 This Week
    Last Update:
    See Project
  • 2
    VGGFace2

    VGGFace2

    VGGFace2 Dataset for Face Recognition

    VGGFace2 is a large-scale face recognition dataset developed to support research on facial recognition across variations in pose, age, illumination, and identity. It consists of 3.31 million images covering 9,131 subjects, with an average of over 360 images per subject. The dataset was collected from Google Image Search, ensuring a wide diversity in ethnicity, profession, and real-world conditions. It is split into a training set with 8,631 identities and a test set with 500 identities, making it suitable for benchmarking and large-scale model training. Alongside the dataset, the repository provides pre-trained models based on ResNet-50 and SE-ResNet-50 architectures, trained with both MS-Celeb-1M pretraining and fine-tuning on VGGFace2. These models achieve strong verification performance on benchmarks such as IJB-B and include variants with lower-dimensional embeddings for compact feature representation. The project also includes preprocessing tools, face detection scripts, and etc.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 3

    Face Recognition

    World's simplest facial recognition api for Python & the command line

    Face Recognition is the world's simplest face recognition library. It allows you to recognize and manipulate faces from Python or from the command line using dlib's (a C++ toolkit containing machine learning algorithms and tools) state-of-the-art face recognition built with deep learning. Face Recognition is highly accurate and is able to do a number of things. It can find faces in pictures, manipulate facial features in pictures, identify faces in pictures, and do face recognition on a folder of images from the command line. It could even do real-time face recognition and blur faces on videos when used with other Python libraries.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    FaceRecognitionDotNet

    FaceRecognitionDotNet

    The world's simplest facial recognition api for .NET on Windows, MacOS

    The world's simplest facial recognition API for .NET on Windows, MacOS, and Linux.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Run your private office with the ONLYOFFICE Icon
    Run your private office with the ONLYOFFICE

    Secure office and productivity apps

    A Comprehensive Alternative to Office 365 for Business
    Learn More
  • 5
    OpenFace Face Recognition

    OpenFace Face Recognition

    Face recognition with deep neural networks

    OpenFace is a Python and Torch implementation of face recognition with deep neural networks and is based on the CVPR 2015 paper FaceNet: A Unified Embedding for Face Recognition and Clustering by Florian Schroff, Dmitry Kalenichenko, and James Philbin at Google. Torch allows the network to be executed on a CPU or with CUDA. This research was supported by the National Science Foundation (NSF) under grant number CNS-1518865. Additional support was provided by the Intel Corporation, Google, Vodafone, NVIDIA, and the Conklin Kistler family fund. Any opinions, findings, conclusions or recommendations expressed in this material are those of the authors and should not be attributed to their employers or funding sources. Accuracies from research papers have just begun to surpass human accuracies on some benchmarks. The accuracies of open source face recognition systems lag behind the state-of-the-art. See our accuracy comparisons on the famous LFW benchmark.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Photonix Photo Manager

    Photonix Photo Manager

    A modern, web-based photo management server

    A modern, web-based photo management server. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, face recognition, location awareness, color analysis and other ML algorithms. This project is currently in development and not feature complete for a version 1.0 yet. If you don't mind putting up with broken parts or want to help out, run the Docker image and give it a go. I'd love for other contributors to get involved. You can move some photos into the folder data/photos and they should get detected and imported immediately. Once you have finished trying out the system you can edit the volume in the docker-compose.yml file where it says ./data/photos to mount wherever you usually keep photos. System database, thumbnails and other cache data is stored separately from the photos so shouldn't pollute the area. You are responsible for keeping your own backups in case of error.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Exadel CompreFace

    Exadel CompreFace

    Leading free and open-source face recognition system

    Exadel CompreFace is a free and open-source face recognition GitHub project. Essentially, it is a docker-based application that can be used as a standalone server or deployed in the cloud. You don’t need prior machine learning skills to set up and use CompreFace. The system provides REST API for face recognition, face verification, face detection, face mask detection, landmark detection, age, and gender recognition. The solution also features a role management system that allows you to easily control who has access to your Face Recognition Services. CompreFace is delivered as a docker-compose config and supports different models that work on CPU and GPU. Our solution is based on state-of-the-art methods and libraries like FaceNet and InsightFace. Official website: https://exadel.com/solutions/compreface/ Github link: https://github.com/exadel-inc/CompreFace
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8

    EMGU Face Recognition

    Using EMGU to perform Principle Component Analysis (PCA)

    This article is designed to be the first in several to explain the use of the EMGU image processing wrapper. For more information on the EMGU wrapper please visit the EMGU website. You will start with 3 warnings for the references not being found. Expand the References folder within the solution explorer delete the 3 with yellow warning icons and Add fresh references to them. Face Recognition has always been a popular subject for image processing and this article builds upon the good work by Sergio Andrés Gutiérrez Rojas and his original article (codeproject). The reason that face recognition is so popular is not only it’s real world application but also the common use of principle component analysis (PCA). PCA is an ideal method for recognising statistical patterns in data. The popularity of face recognition is the fact a user can apply a method easily and see if it is working without needing to know to much about how the process is working.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    MediaPipe Face Detection

    MediaPipe Face Detection

    Detect faces in an image

    The MediaPipe Face Detection model is a high-performance, real-time face detection solution that uses machine learning to identify faces in images and video streams. It is optimized for mobile and embedded platforms, offering fast and accurate face detection while maintaining a small memory footprint. This model supports multiple face detections and is highly efficient, making it suitable for a variety of applications such as augmented reality, user authentication, and facial expression analysis.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries. Icon
    Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries.

    For Residential, Commercial and Public Works Contractors

    Starting at $49/m for the WHOLE company, Contractor Foreman is the most affordable all-in-one construction management system for contractors. Our customers in 75+ countries and industry awards back it up. And it's all backed by a 100 day guarantee.
    Learn More
  • 10

    C++Builder with OpenCv345 face detect

    C++Builder face detection

    Embarcadero C++ Builder Face Detection FREE Source Code! Delphi and C++Builder FACE RECOGNITION,.... here: C++Builder: https://sourceforge.net/projects/c-builder-face-recognition/ Delphi: https://sourceforge.net/projects/delphi-face-recognition/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    PRISH_OS_J6Q_PORT
    PRISH OS is custom os based on latest J6 Q update with ONEUI 2 for Exynos 7870 Powered devices ported and maintained by NEEL0210 and team.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Blazeface

    Blazeface

    Blazeface is a lightweight model that detects faces in images

    Blazeface is a lightweight, high-performance face detection model designed for mobile and embedded devices, developed by TensorFlow. It is optimized for real-time face detection tasks and runs efficiently on mobile CPUs, ensuring minimal latency and power consumption. Blazeface is based on a fast architecture and uses deep learning techniques to detect faces with high accuracy, even in challenging conditions. It supports multiple face detection in varying lighting and poses, and is designed to work in real-world applications like mobile apps, robotics, and other resource-constrained environments.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    Delphi Face Detection

    Delphi face detection

    Delphi Face Detection Live Web Camera Delphi Face Recognition: https://sourceforge.net/projects/delphi-face-recognition/ For Live: Face Attendance System, Facial Emotion, Gender Recognition Security Application. Ethnicity/Nationality Recognition(Maybe Soon) Age? Works on IP Camera using RTSP. Runs on Windows XP to Windows 10 Available on MsAcceSS or SQLite Dataface! Depending on Request! You can reprogram / setup / configure / scale the Face Recognition accuracy! C++Builder Face Detection: FREE Source code! https://sourceforge.net/projects/cbuilder-opencv-face-detection/ C++Builder Face Recognition: https://sourceforge.net/projects/c-builder-face-recognition/ Technical Support is always online, thank you
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Libface is a cross platform framework for developing face recognition algorithms and testing its performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Meihu-FaceBeauty-Live

    Meihu-FaceBeauty-Live

    Beauty can be applied to live broadcasts, short videos, and selfies

    Meihu beauty sdk is a mobile sdk with face recognition technology as the core, providing professional-grade real-time beauty, big eyes and face reduction, beauty filters, dynamic stickers and other filters, to create a multi-functional video beauty software The goal is to fully meet the beautification needs of customers in many audio and video software business scenarios such as live beauty and short video beauty. The open source version is now available for iOS, and the Android open source version is under development, so stay tuned!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Delphi Face Recognizer

    Delphi Face Recognizer

    Delphi Face Recognizer Full Source code of ListBox Bitmap Load and Save from SQLite Database. Binary contains Delphi powerful face recognition. Donate $184 for FULL SOURCE CODE of the Project. mail: dbinXecod@gmail.com if the link is broken here: https://www.paypal.me/dBinXecod/184 Added Feature: X. IP Camera RTSP Connections Real RTSP url link test Real MJPEG url link test Y. Capture faces from Video File Last bug FIXED April_08_2019_12.24pm, X. Recognized Faces Better Bug fixes: xxx Gate ID Multi Face Recognition: $384 (via this HARDCORE Face Recognition) https://sourceforge.net/projects/opencv-multi-face-detect/ C++Builder: https://sourceforge.net/projects/cbuilder-face-recognizer/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Accord.Net Face Detection Recognition

    Accord.Net Face Detection Recognition

    The most simplest clean hard core code for Accord.Net Face Detection with Face Cropping in Cs Vb for **** FACE RECOGNITION **** using Accord.Net like the first screenshot contact dbinxecod@gmail.com Full source code ahead for face recognition using Accort.Net Donate for $108 then you'll get the full source code! Please see screen shot of face recognition via Accord.NET
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    System using to verify personality by face's photo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Bush Face Recognition

    Face recognition using OpenCV

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    C++Builder Face Recognition March01_2019

    C++Builder Face Recognition

    RTSP url link updated Donote $108 for FULL source code of the project. BUG FIXED! MEMORY LEAK! ADDED 64_BIT + TBB HARD BOILED FACE RECOGNITION: https://sourceforge.net/projects/cbuilder-face-recognizer/ page not found for hard core c++Builder, contact author! https://sourceforge.net/projects/delphi-face-recognizer/ C++Builder Face Detection: FREE Source code! https://sourceforge.net/p/cbuilder-opencv-face-detection/ For Live: Face Attendance System, Facial Emotion, Gender Recognition Works on IP Camera using RTSP. ---> After you Donate, message or mail at dbinXecod@gmail.com ---> Runs on Windows XP to Windows 10 using SQLite Dataface! You can reprogram / setup / configure / scale the Face Recognition accuracy! Delphi Face Detection: FREE Source code! https://sourceforge.net/projects/delphi-opencv-face-detection/ Delphi Face Recognition: https://sourceforge.net/projects/delphi-face-recognition/ Technical Support is always online
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Our project is related to face recognition...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Donate $108 for FULL source code of the project. Donate and message or mail at dbinxecod@gmail.com RTSP url link updated BUG FIXED! MEMORY LEAK! ADDED 64BIT + TBB HARD BOILED FACE RECOGNITION: https://sourceforge.net/projects/delphi-face-recognizer/ Gate ID Multi Face Recognition: $384 https://sourceforge.net/projects/opencv-multi-face-detect/ Delphi Face Detection: FREE Source code! https://sourceforge.net/projects/delphi-opencv-face-detection/ Works on IP Camera using RTSP. Runs on Windows XP to Windows 10 using SQLite Dataface! You can reprogram / setup / configure / scale the Face Recognition accuracy! C++Builder Face Recognition: FREE source code of single FR. https://sourceforge.net/projects/c-builder-face-recognition/ C++Builder Face Detection: FREE Source code https://sourceforge.net/projects/cbuilder-opencv-face-detection/ Technical Support is always online
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Emgu CSharp Face Recognition with Mail Recognizer for $184 full source code? mail dbinxecod@gmail.com It scan and detects faces pass by, so user may register the face, ones the face has been registered and when pass by again, it will recognized if it's normal passer or wanted AND THEN send email to the corresponding address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    EmguCv410 Face Recognition Detect

    EmguCv C# OpenCv Cuda Face Recognition + Gender, Emotion, Ethnicity

    The site says "Malware detected but NOT TRUE", it's just encrypted! EmguCvSharp Face Detection Full source code: https://sourceforge.net/projects/emgucvsharp-live-face-detect/ . if (CudaInvoke.HasCuda) //THE CODE TO USE CUDA . Emgucv Gender detection Emgucv Emotion detection Emgucv Ethnicity detection Emgucv Face Recognition also includes Pedestrian detection For Live: Face Attendance System, Facial Emotion, Gender Recognition Security Application. Ethnicity/Nationality Recognition Works on IP Camera using RTSP., Video Files ---> After you donate, message or mail at dbinxecod@gmail.com ---> Donate $54--> for Full source code released. Runs on Windows 7 to Windows 10 You can: Add trained images and Reprogram / setup / configure / scale the Face Recognition accuracy! Technical Support is always online, thank you
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Face Detect (JavaCV)

    Face Detection and Facial Feature Extraction using JavaCV

    A simple Face detection program using JavaCV and OpenCV . Implementing facial feature extraction and face recognition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next