An open API service providing repository metadata for many open source software ecosystems.

Topic: "facerecognition"

kuaikuaikim/dface

Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)

Language: Python - Size: 3.67 MB - Last synced at: 17 days ago - Pushed at: about 1 year ago - Stars: 1,296 - Forks: 355

rushisangani/BiometricAuthentication

Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.

Language: Swift - Size: 314 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 832 - Forks: 110

auroua/InsightFace_TF

Insight Face on TensorFlow

Language: Python - Size: 357 KB - Last synced at: 12 days ago - Pushed at: over 5 years ago - Stars: 701 - Forks: 251

Joker316701882/Additive-Margin-Softmax

This is the implementation of paper <Additive Margin Softmax for Face Verification>

Language: Jupyter Notebook - Size: 2.45 MB - Last synced at: 20 days ago - Pushed at: over 6 years ago - Stars: 493 - Forks: 149

MirrorYuChen/ncnn_example

ncnn example: mask detection: anticonv face detection: retinaface&&mtcnn&&centerface, track: iou tracking, landmark: zqcnn, recognize: mobilefacenet classifier: mobilenet object detecter: mobilenetssd

Language: C++ - Size: 56.8 MB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 459 - Forks: 136

hirohe/facerec-python 📦

个人毕业设计 - 基于树莓派、OpenCV及Python语言的人脸识别

Language: Python - Size: 7.88 MB - Last synced at: 6 days ago - Pushed at: about 7 years ago - Stars: 321 - Forks: 93

MirrorYuChen/mnn_example

alibaba MNN, mobilenet classifier, centerface detecter, ultraface detecter, pfld landmarker and zqlandmarker, mobilefacenet

Language: C++ - Size: 71.5 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 194 - Forks: 57

pterhoer/MAAD-Face

A face database with a large number of high-quality attribute annotations

Size: 32.2 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 194 - Forks: 24

KaleidoZhouYN/Sphereface-Ms-celeb-1M

Face Recognition Using A-Softmax_loss on light cleaned Ms_celeb-1M dataset

Size: 2.62 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 182 - Forks: 55

kamshory/ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.

Language: PHP - Size: 78.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 180 - Forks: 167

JanLoebel/face_recognition

Face recognition docker image to provide a web service which is able to register and recognize faces

Language: Python - Size: 17.6 KB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 122 - Forks: 71

memudualimatou/STUDENT-ATTENDANCE-USING-FACIAL-RECOGNITION-SYSTEM-OPENCV

Language: Python - Size: 1.56 MB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 71 - Forks: 18

paul-pias/Face-Recognition

Face Recognition using pre-trained model built-on Arcface was implemented on Pytorch.

Language: Python - Size: 25.3 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 56 - Forks: 20

francis-njenga/Face-Recognition-Attendance-System

This repository contains the code and resources for a facial recognition system. The system is designed to identify and authenticate individuals based on facial features using deep learning techniques.

Language: PHP - Size: 10.7 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 50 - Forks: 33

arjuninv/CogniTrack

CogniTrack is an Artificial Intelligence powered person tracking system that acquires images from CCTV cameras and tracks individuals appearing in the frame in real-time.

Language: Python - Size: 65.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 31 - Forks: 17

nanpian/facescore

人脸打分服务,通过tensorflow通过人脸识别,测年龄,最终返回打分的json

Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 31 - Forks: 13

Martlgap/FaceIDLight

A lightweight face-recognition toolbox and pipeline based on tensorflow-lite

Language: Python - Size: 3.6 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 30 - Forks: 9

ProHiryu/FaceRecoginition

利用opencv+keras+python实现人脸识别系统

Language: Python - Size: 2.54 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 28 - Forks: 14

Srisrijakka1/Real-Time-Face-Recognition-Based-Attendance-Monitoring-System

Attendance Management System

Language: Jupyter Notebook - Size: 57.5 MB - Last synced at: 11 days ago - Pushed at: 7 months ago - Stars: 25 - Forks: 4

huaijin-chen/pytorch-PersonReID

Language: Python - Size: 552 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 23 - Forks: 8

CatalystCode/faceanalysis

Pipeline for face detection and matching

Language: Python - Size: 103 MB - Last synced at: about 4 hours ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 9

MAhaitao999/mtcnn-align-facenet-deployment

本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;最后将提取到的人脸特征与底库中的人脸特征进行相似度计算(特征比对),完成人脸识别功能。

Language: Python - Size: 4.05 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 21 - Forks: 3

naserdamer/SMDD-Synthetic-Face-Morphing-Attack-Detection-Development-dataset

Official repository of the paper Privacy-friendly Synthetic Data for the Development of Face Morphing Attack Detectors

Language: Python - Size: 128 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 19 - Forks: 3

rishabhshah13/Real-Time-Face-Recognition-Using-CNN

Face Recognition Using CNN in Real-Time Videos

Language: Python - Size: 153 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 18 - Forks: 2

1297rohit/FaceReco

Face Recognition Library

Language: Python - Size: 91.3 MB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 15

Martlgap/xqlfw

Repo for our Paper: Cross Quality LFW: A database for Analyzing Cross-Resolution Image Face Recognition in Unconstrained Environments

Language: Python - Size: 13.9 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 1

miltonbd/mcs_2018_adversarial_attack

MCS 2018. Adversarial Attacks on Black Box Face Recognition

Language: Jupyter Notebook - Size: 1.52 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 16 - Forks: 6

jankolf/GraFIQs

Official repository of paper "GraFIQs: Face Image Quality Assessment Using Gradient Magnitudes"

Language: Python - Size: 18.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 15 - Forks: 1

NahidEbrahimian/Deep-Learning-Mini-Projects-Tensorflow

Repository for Deep Learning Mini-Project with Tensorflow

Language: Jupyter Notebook - Size: 33 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 0

AdnanMahida/FaceBeauty

The project for applying Canvas to face makeup (Lipstick and FaceMask) using CameraX core library and detecting face using Google ML kit .

Language: Java - Size: 50.1 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 7

ManivannanMurugavel/pyfacy

Language: Python - Size: 31.2 MB - Last synced at: 3 days ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 10

wllkk/face-recognition-ncnn

Language: C++ - Size: 6.43 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 2

GriffinAnnshual/Criminal-Face-Identification-System

This is a facerecognition model made using python. It mainly gets a face img as a input and identifies that face in a video.

Language: Python - Size: 9.3 MB - Last synced at: 12 days ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

alokApps/FaceRecognitionSystem

This system can match human face over a webcam against the pictures stored in a database, primarily by matching facial features such as face, nose and eyes.

Language: Matlab - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 3

thealoneprogrammer/EMOTION-RECOGNITION-JUKE-BOX

Language: HTML - Size: 66.3 MB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 2

shreyaspj20/Reliable-proctoring-AI

In this project, we present ways to improve reliability of proctoring by generating plots of each parameter measured during the online evaluation.

Language: Python - Size: 105 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 6

sanjeev662/visitor-management-system-nextjs

This project is a Visitor Management System using nextJS and Typescript, Designed for managing visitors in various environments such as offices, buildings, or events. It provides role-based access control for administrators, receptionists, and guards, allowing each user type to perform specific tasks related to visitor management

Language: TypeScript - Size: 3.51 MB - Last synced at: 13 days ago - Pushed at: 11 months ago - Stars: 7 - Forks: 0

avt613/RPi-face-recognition

Face recognising raspberry pi doorbell

Language: Python - Size: 127 MB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 3

palahsu/Face-Recognition-Pro

High Performance Face Recognition With Green Box! Face Recognition Pro 2020

Language: Python - Size: 399 KB - Last synced at: about 10 hours ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 4

EulerCauchyEquation/2018.11.28_FaceRecognition-Doorlock

대학교 졸업 작품

Language: C++ - Size: 79.7 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 0

BJRF/baiduaidemo

对百度ai的开发云平台的人脸识别API进行调用,并附上一个小demo,其中要用的jar包,工具类都已经在里面

Language: Java - Size: 968 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 7

BobLiu20/FaceRecognition_MXNet

Implement Face Recognition Code in MXnet (Gluon). Such as SphereFace with A-Softmax.

Language: Python - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 1

Masquerade0097/Face_Animate

Click photos.....Detect single/multiple faces.....Animate face with emojis.....share with friends......fun :)

Language: Java - Size: 197 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 3

DeepQuestAI/DeepStackPython

Python Documentation for DeepStack Beta

Language: Python - Size: 6.56 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 5

disalechinmay/FaceHash-Face-Recognition-API

Minimal API for face recognition.

Language: Python - Size: 1.11 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 2

KananVyas/FaceRecognitionSVD

Face recognition using singular value decomposition.

Language: Python - Size: 252 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 1

rahulreddy-001/AttendEase

This React Native app is designed for marking attendance, utilizing both geolocation and face recognition technology. The app uses the device's GPS to verify the user's location and then employs facial recognition software to verify the user's identity.

Language: JavaScript - Size: 19.3 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

maxmudovmustafa/Face_recognition

For questions please contact: [email protected]

Language: Python - Size: 127 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

onuratakan/mix_deepface_example

This project is based on deepface python library.

Language: Jupyter Notebook - Size: 5.86 KB - Last synced at: 1 day ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

zh3389/FaceRecognition

人脸检测(MTCNN) + 人脸编码(FaceNet) = 人脸识别(FaceRecognition) DockerFile + Docker Image = 容器部署

Language: Python - Size: 84.1 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 2

cuixing158/faceRecognitionAndTrack

face Recognition And Track using MATLAB

Language: MATLAB - Size: 8.08 MB - Last synced at: 23 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

sunilshetty07/send-image-from-gmail-using-python

Here I have written code for sending gmail using python extension smtplib

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

tinalindata/face_search_engine

Help people to find their celebrity lookalikes.

Language: Python - Size: 26.1 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 3

LxaNce-Hacker/PersonaScan

PersonaScan : Face Recognition Attendance System

Language: Python - Size: 21.3 MB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

uug-ai/facial-access-control

A scalable web based application to provide and administer facial access to any device or service through facial biometric recognition.

Language: CSS - Size: 2.19 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

kikirizki/pytorch_to_android-ncnn

Simple working example of pytorch model deployed on android device using ncnn

Language: C++ - Size: 61 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

ClearCut3000/AREyeGlasses

RealityKit face-tracking app

Language: Swift - Size: 5.08 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

romybompart/KivyMD-Raspberrypi-JetsonNano-Windows-App-examples

This repository gathers many of the features in the hardware that a JetsonNano or a Raspberry pi can provide, but also explores the capabilities that KivyMD can provide.

Language: Python - Size: 1.06 MB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

kunalG98/Facial-Detection-and-Recognition

Real Time Detection and Recognition of faces of characters present in given dataset

Language: Python - Size: 69.1 MB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

damaohongtu/Face-Recognition

使用opencv,Android,Java web实现一个简单的人脸识别系统。

Language: HTML - Size: 256 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 1

recognito-vision/Flutter-FaceRecognition-FaceLivenessDetection

NIST_FRVT Top 1🏆 Face Recognition, Liveness Detection(Face Anti-Spoof) Flutter SDK Demo ☑️ Face Recognition ☑️ Face Matching ☑️ Face Liveness Detection ☑️ Face Identification (1:N Face Search) ☑️ Face Pose Estimation

Language: Dart - Size: 54.5 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 2

steffenmalisi/nextcloud

A nextcloud appliance ready to run with OpenSuse MicroOS

Language: Shell - Size: 115 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

28anmol/Attendance-Tracking-System

Bachelor Thesis: Development of attendance tracking system using computer vision based AI on an embedded system

Language: Python - Size: 26.3 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

onurogut/LemmeIN

LemmeIN - Exam Entry System

Language: HTML - Size: 502 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

nahum0804/TallerDeProgramacion-Project

Face Recognition - Proyecto de Taller de Programación I Semestre

Language: Jupyter Notebook - Size: 342 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

RakshitKumar04/Face_Recognition

Identifying a face using haar cascade frontal face algorithm.

Language: Python - Size: 1.63 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Nuthi-Sriram/IntelliProc

Dual camera proctoring system - A automated proctoring system that uses the mobile camera and webcam to proctor students and prevents any sort of malpractice.

Language: JavaScript - Size: 36.4 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

aritra-tech/GAIL

A Smart Attendance app for Gail Private Limited.

Language: Java - Size: 1.53 MB - Last synced at: about 18 hours ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 2

shahzaibshazoo/criminal-detection-using-cctv-camera

Simple And easy Project to track a Face in the Crowdy Streets And towns using CCTV Camera

Language: Python - Size: 187 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

piginzoo/Pytorch_Retinaface Fork of biubug6/Pytorch_Retinaface

Fork的Retinaface,做了大量的修改,补充了细节的注释,训练了自己的模型

Language: Python - Size: 6.91 MB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Merlin-A/Facer

Facer: The Face Recognition App

Language: Python - Size: 519 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

dinopriyano/Face-Recognition

Face Recognition with Deep Learning

Language: Kotlin - Size: 5.19 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

prathmachowksey/Face-Recognition-Haar-LBPH

Face recognition using Haar Cascades for face detection and LBPH Face recognizer.

Language: Python - Size: 3.95 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

yenilikci/JavaScript-AI-Duygu-Tespit

face-api.js ile duygu tespiti

Language: JavaScript - Size: 4.76 MB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

hashPhoeNiX/Face-Recognition-Siamese-Network

Face Recognition and Verification

Language: Jupyter Notebook - Size: 96.8 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 3

bochuanwu/DNN_face_recognition

Deep neural network based face detection 人脸识别 face recognition

Language: Python - Size: 36.6 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

RaY8118/LUMI-Backend

Lumi Alzheimer's and Elderly Care App - Backend: A Flask-based API for an Alzheimer's and elderly care application that provides endpoints for reminders, face recognition, object detection, and location tracking. It uses MongoDB for data storage and integrates advanced features to assist caregivers.

Language: Python - Size: 283 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 3

RaY8118/LUMI-Mobile-App

LUMI - Alzheimer's and Elderly Care App - Frontend: A React Native application designed to support Alzheimer's and elderly patients. Built with Expo, the app features task management, face and object recognition, and location tracking to assist users with memory challenges.

Language: JavaScript - Size: 5.7 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 3

nibinpsreenivas/Hellogram_Node-js

hellogram is a fully functional social media app with multiple features built with flutter and dart.

Language: Dart - Size: 15.2 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

Zaibten/Attendance-Management-System-In-React-Firebase-Using-Face-Recognization

The Attendance Management System is a real-time solution that eliminates the hassle of manual attendance tracking. Using advanced face recognition, Firebase authentication, and a seamless React UI, this system ensures secure, fast, and accurate attendance logging for schools, offices, and institutions.

Language: Python - Size: 51.1 MB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Adityasinh-Sodha/Face-Recognition-System

This is a face recognition program that uses a webcam feed to detect and recognize faces. It allows the user to register new faces by associating them with names and stores this information for future recognition

Language: Python - Size: 59.6 KB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Henriqueisaias/Argus-Face-Recognition-System

Projeto que visa a aplicação de visão computacional, por meio de python, react node e mongodb, para o reconhecimento de pessoas a partir de fotos.

Language: JavaScript - Size: 26.5 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Siddharth-23/FacialRecognitionResnet50

Facial Recognition using Resnet 50 for embeddings from scratch without any pre-trained model

Language: Jupyter Notebook - Size: 708 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

pranavvss/Hand-Face-recognition-with-python

Hand/Face detection model using python (No hardware(Arduino, sensors required)

Language: Python - Size: 122 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

luvagu/facerecognition

A React App that detects faces on your pictures.

Language: JavaScript - Size: 1.97 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

MohaA1001/Face-Recognition

Missing Person Database & Face Recognition

Language: Jupyter Notebook - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

helmetroo/phacephold 📦

PHOLD YOUR PHACE

Language: TypeScript - Size: 2.95 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

maggike/Face-recognition-through-web-cam-or-video-sources

An amazing experience of trying to get the computer to recognize me! Face Recognition from WebCam and Video Sources using Javascript, NodeJS and face-api.js which is a wrapper around TensorFlowJS

Language: JavaScript - Size: 34.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

AvishakeAdhikary/FaceRecognitionFlutter

Face Recognition Flutter: Pre-trained MobileFaceNet model, real-time recognition of faces using Flutter and TensorFlowLite.

Language: Dart - Size: 5.03 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vin3697/Research_Project-Computer_Vision_in_Robotics.

Research Project at University of Stuttgart.

Size: 12.7 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

muyangplus/QuickVerifies

Language: C++ - Size: 65 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ashish1sasmal/Blogapp-using-Django

A regular blog app, to share your thoughts and connect to the world.

Language: CSS - Size: 18.2 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

maximemoreillon/face-recognition-fastapi

Language: Python - Size: 24.4 KB - Last synced at: 3 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

shatakshisingh24/Realtime-Face-recogntion-using-KNN

Face Recognition using KNN

Language: Python - Size: 276 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

szh-bash/FaceRecognition

Face: Detection, Alignment, Recognition, Verification, Identification, Feature Visualization

Language: Python - Size: 3.97 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

anilknayak/FaceRecognition

Thesis Research and Implementation

Language: Python - Size: 285 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

Benwick921/facerecognition

Performance evaluation of a biometric facial recognition system

Language: Python - Size: 4.15 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

shlokashah/DeepLearning

Implementation of few things learnt from deeplearning.ai specialization

Language: Jupyter Notebook - Size: 5.22 MB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

nithinkash/Face-authentication

API used to identify the face and authenticate

Language: JavaScript - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

msusman1/Simple3DiviApp

3Divi face recognition sdk demo app.

Language: Kotlin - Size: 16.7 MB - Last synced at: 26 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0