All Projects → spoman007 → face-login-website

spoman007 / face-login-website

Licence: other
A web server that recognises you if you are registered in the system!!

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to face-login-website

Liveness-Detection
Liveness Detection for human face
Stars: ✭ 48 (+92%)
Mutual labels:  face-detection
Face-Recognition-using-Raspberry-Pi
A small project which does face detection using OpenCV library.
Stars: ✭ 48 (+92%)
Mutual labels:  face-detection
Face-Mask
Real time webcam face detection, protect yourself from COVID19 with a virtual mask
Stars: ✭ 64 (+156%)
Mutual labels:  face-detection
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (+20%)
Mutual labels:  face-detection
R-MTCNN
No description or website provided.
Stars: ✭ 11 (-56%)
Mutual labels:  face-detection
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-32%)
Mutual labels:  face-detection
Streamlit-Applications
Deep Learning and Computer Vision Applications using Streamlit
Stars: ✭ 55 (+120%)
Mutual labels:  face-detection
Face-alignment-Trees
This is the C++ implement of the paper: Face Detection, Pose Estimation, and Landmark Localization in the Wild
Stars: ✭ 17 (-32%)
Mutual labels:  face-detection
UnitBox
UnitBox: An Advanced Object Detection Network
Stars: ✭ 23 (-8%)
Mutual labels:  face-detection
insight-face-paddle
End-to-end face detection and recognition system using PaddlePaddle.
Stars: ✭ 52 (+108%)
Mutual labels:  face-detection
tryonface
Simple video-based eyewear virtual try on
Stars: ✭ 57 (+128%)
Mutual labels:  face-detection
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+188%)
Mutual labels:  face-detection
Face-Recognition
Machine Learning project to recognise faces from an Image just like facebook or video stream
Stars: ✭ 95 (+280%)
Mutual labels:  face-detection
Face
I have published my face related codes in this repository
Stars: ✭ 53 (+112%)
Mutual labels:  face-detection
OpenCV-Face-Recognition-Android
Face Detection & Recognition on Android using OpenCV
Stars: ✭ 28 (+12%)
Mutual labels:  face-detection
bnk48-face-recognition
Facial Recognition Web App using React.js and face-api.js
Stars: ✭ 41 (+64%)
Mutual labels:  face-detection
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+172%)
Mutual labels:  face-detection
Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Stars: ✭ 24 (-4%)
Mutual labels:  face-detection
facetool
Command line utility to manipulate faces in videos and images
Stars: ✭ 38 (+52%)
Mutual labels:  face-detection
face
[deprecated] 👽 Face Recognition package for Laravel
Stars: ✭ 37 (+48%)
Mutual labels:  face-detection

A web server that recognises you if you are registered in the system 🔥🔥🔥

What is this and who is it for 🤷‍♀️

  • Here is a short intro by Tim Ermilov
  • This is a node and express based web server. It uses face api js to detect and recognise the face from the web cam feed. If the person is registred in the system the server will recognise the face and a welcome message will be displayed. 😃
  • This is for developers who want to play around with Machine Learning but does not know python or confused about where to start (Like Me 😜😜 )

Technologies used

Tech logos

  • Face Api Js JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
  • TensorFlow.js Library for machine learning in JavaScript
  • Express js to create a node server
  • Jquery, HTML and CSS for web page

Running on local machine 💻💻

  • npm install To install dependencies
  • npm start To run the server

Credit 🤝🤝🤝

License

MIT

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].