All Projects → Jacob12138xieyuan → easy-real-time-face-recognition-python

Jacob12138xieyuan / easy-real-time-face-recognition-python

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to easy-real-time-face-recognition-python

FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (+56.67%)
Mutual labels:  realtime, face-recognition, opencv-python
Music player with Emotions recognition
This program can recognize your mood by detecting your face and play song according your mood
Stars: ✭ 79 (+163.33%)
Mutual labels:  face-recognition, opencv-python
Face-Recognition-Attendance-System
A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet.
Stars: ✭ 57 (+90%)
Mutual labels:  face-recognition, opencv-python
Computer-Vision-Project
The goal of this project was to develop a Face Recognition application using a Local Binary Pattern approach and, using the same approach, develop a real time Face Recognition application.
Stars: ✭ 20 (-33.33%)
Mutual labels:  realtime, face-recognition
Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Stars: ✭ 20 (-33.33%)
Mutual labels:  face-recognition
CPG
Steven C. Y. Hung, Cheng-Hao Tu, Cheng-En Wu, Chien-Hung Chen, Yi-Ming Chan, and Chu-Song Chen, "Compacting, Picking and Growing for Unforgetting Continual Learning," Thirty-third Conference on Neural Information Processing Systems, NeurIPS 2019
Stars: ✭ 91 (+203.33%)
Mutual labels:  face-recognition
esp32-custom-vision
A simple face recognition using ESP32 Microcontroller with camera, and leveraging cloud-based inference powered by Azure Custom Vision.
Stars: ✭ 43 (+43.33%)
Mutual labels:  face-recognition
convergence-project
The project used for Convergence Project Management and Issue Reporting
Stars: ✭ 33 (+10%)
Mutual labels:  realtime
PyVGGFace
VGG-Face CNN descriptor in PyTorch.
Stars: ✭ 21 (-30%)
Mutual labels:  face-recognition
microsoft-he4rt
A 2 day challenge to develop any project using Microsoft Graph and Azure
Stars: ✭ 15 (-50%)
Mutual labels:  face-recognition
Multiple-Object-Tracking
Blob detection of multiple objects with object indexing and drawning trajectories.
Stars: ✭ 18 (-40%)
Mutual labels:  opencv-python
RealTimeFaceRecognitionExample
This asset is an example project of face recognition in real time using “OpenCV for Unity”.
Stars: ✭ 18 (-40%)
Mutual labels:  face-recognition
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (-30%)
Mutual labels:  face-recognition
touch-callable
Automatically generate a Web UI for Python function using type annotations.
Stars: ✭ 36 (+20%)
Mutual labels:  easy-to-use
face-recognition
A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
Stars: ✭ 24 (-20%)
Mutual labels:  face-recognition
EasyRetro
An Easy to use retrofit based network/api call extention for android
Stars: ✭ 16 (-46.67%)
Mutual labels:  easy-to-use
Image-Processing
A set of algorithms and other cool things that I learned while doing image processing with openCV using C++ and python.
Stars: ✭ 29 (-3.33%)
Mutual labels:  opencv-python
chat21-ionic
A ionic v5 and Angular 8 desktop and mobile chat
Stars: ✭ 69 (+130%)
Mutual labels:  realtime
opal
Policy and data administration, distribution, and real-time updates on top of Open Policy Agent
Stars: ✭ 459 (+1430%)
Mutual labels:  realtime
PyRecognizer
"A neural network to rule them all, a neural network to find them, a neural network to bring them all and verify if is you !!" (Face recognition tool)
Stars: ✭ 28 (-6.67%)
Mutual labels:  face-recognition

easy-real-time-face-recognition-python

packages needed

  1. opencv
  2. numpy
  3. pillow

There are three steps for face recognition:

  1. Collecting face data (your face pictures) and labels and save to dataset folder. (code 1)
  2. Input face data and labels into model to train a recognition model. (code 2)
  3. Open up your webcam to start real time face recognition. (code 3)

Instructions:

  1. Download this repository as zip file and unzip it to a folder.

  2. Crate two empty folders named 'dataset' and 'trainer' in the above folder.

  1. Run the first code, enter number '1' (for first person), then computer will take your face pictures and save into 'dataset' folder. When finish taking pictures, "[INFO] Exiting Program and cleanup stuff" pops up.

(3.5. Run the first code again, enter number '2' (for second person), follow the same procedure.)

  1. Run the second code, just wait several seconds to train the model.

  2. Run the third code, it will open your camera and start real time face recognition.

6. enjoy!

hahahaha

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].