All Projects → piyushsinha24 → Face-Detector

piyushsinha24 / Face-Detector

Licence: other
Face Detection using Firebase ML-Kit

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Face-Detector

MLKit-Android-Apps
All android applications (apps) using MLKit
Stars: ✭ 24 (-73.91%)
Mutual labels:  face-detection
deep utils
An open-source toolkit which is full of handy functions, including the most used models and utilities for deep-learning practitioners!
Stars: ✭ 73 (-20.65%)
Mutual labels:  face-detection
face-detection-tflite
Face and iris detection for Python based on MediaPipe
Stars: ✭ 78 (-15.22%)
Mutual labels:  face-detection
etos-facedetector
Simple and Effective Face Detector, based on Progressive Calibration Networks (PCN) which is an accurate rotation-invariant face detector running at real-time speed on CPU, published in CVPR 2018.
Stars: ✭ 23 (-75%)
Mutual labels:  face-detection
FaceIDLight
A lightweight face-recognition toolbox and pipeline based on tensorflow-lite
Stars: ✭ 17 (-81.52%)
Mutual labels:  face-detection
viola-jones-adaboost
Training a face detection cascade using Adaptive Boosting after Viola and Jones.
Stars: ✭ 47 (-48.91%)
Mutual labels:  face-detection
VideoFaceDetection
Face Detection with Android
Stars: ✭ 0 (-100%)
Mutual labels:  face-detection
FaceRecognitionCpp
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
Stars: ✭ 40 (-56.52%)
Mutual labels:  face-detection
face detection
Face detection in live video
Stars: ✭ 38 (-58.7%)
Mutual labels:  face-detection
mxnet-SSH
Reproduce SSH (Single Stage Headless Face Detector) with MXNet
Stars: ✭ 91 (-1.09%)
Mutual labels:  face-detection
Face-Recognition-Attendance-System
Face Detection | Recognition | Attendance
Stars: ✭ 289 (+214.13%)
Mutual labels:  face-detection
android-yoonit-facefy
The face detection's module for Android with a lot of awesome features
Stars: ✭ 39 (-57.61%)
Mutual labels:  face-detection
MOS-Multi-Task-Face-Detect
Code for BMVC2021 "MOS: A Low Latency and Lightweight Framework for Face Detection, Landmark Localization, and Head Pose Estimation"
Stars: ✭ 104 (+13.04%)
Mutual labels:  face-detection
AnimeCV
Pretrained computer vision tools for illustrations.
Stars: ✭ 22 (-76.09%)
Mutual labels:  face-detection
udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (-60.87%)
Mutual labels:  face-detection
align iranian national id card
A program to align rotated id cards and extract user data from it.
Stars: ✭ 48 (-47.83%)
Mutual labels:  face-detection
quickstart-android
Quick start examples for Banuba Face AR SDK on Android
Stars: ✭ 17 (-81.52%)
Mutual labels:  face-detection
ViewFaceCore
C# 超简单的离线人脸识别库。( 基于 SeetaFace6 )
Stars: ✭ 345 (+275%)
Mutual labels:  face-detection
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (-48.91%)
Mutual labels:  face-detection
UltraFaceDotNet
C# version of Ultra-Light-Fast-Generic-Face-Detector-1MB for Windows, MacOS, Linux, iOS and Android
Stars: ✭ 56 (-39.13%)
Mutual labels:  face-detection

Codacy Badge

Face Detection Using Firebase ML-Kit

Steps

  • First create a Firebase project and add the image_picker and firebase_ml_vision dependencies.
  • Use image_picker to get the image from camera/gallery & convert it into a format that can be understood by ML Kit.
  • Pass the converted image to the detector and get it to scan the image for possible faces.
  • The face detector will return a list of Face class which contains the Rect coordinates.
  • The Painter will then use these coordinates to draw a rectangular box around the faces using these coordinates
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].