All Projects β†’ IonicaBizau β†’ face-detectify

IonicaBizau / face-detectify

Licence: MIT License
πŸ˜… Detect faces in images. Without native modules. It uses tracking.js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to face-detectify

Brfv4 javascript examples
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
Stars: ✭ 460 (+2200%)
Mutual labels:  tracking, face-detection
brfv4 win examples
Windows C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 13 (-35%)
Mutual labels:  tracking, face-detection
realtime-facereccpp
Real time face recognition with tracking (mtcnn detection, kcf tracker, arcface loss)
Stars: ✭ 32 (+60%)
Mutual labels:  tracking, face-detection
Jeelizweboji
JavaScript/WebGL real-time face tracking and expression detection library. Build your own emoticons animated in real time in the browser! SVG and THREE.js integration demos are provided.
Stars: ✭ 835 (+4075%)
Mutual labels:  tracking, face-detection
Jeelizfacefilter
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: ✭ 2,042 (+10110%)
Mutual labels:  tracking, face-detection
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (+50%)
Mutual labels:  tracking, face-detection
brfv4 android examples
Android Studio project (Java)
Stars: ✭ 43 (+115%)
Mutual labels:  tracking, 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 (+260%)
Mutual labels:  tracking, face-detection
react-native-tracking-transparency
πŸ•΅οΈ A React Native Library for interacting with the tracking API from iOS 14.
Stars: ✭ 149 (+645%)
Mutual labels:  tracking
cerbero
Track your users interactions
Stars: ✭ 56 (+180%)
Mutual labels:  tracking
DeT
Dataset and Code for the paper "DepthTrack: Unveiling the Power of RGBD Tracking" (ICCV2021), and "Depth-only Object Tracking" (BMVC2021)
Stars: ✭ 39 (+95%)
Mutual labels:  tracking
chames
Notifies you when a game is available for a good price on g2a.com
Stars: ✭ 23 (+15%)
Mutual labels:  tracking
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 (+40%)
Mutual labels:  face-detection
emotion-detector.js
πŸ‘Ή Emotion recognition in Node.js
Stars: ✭ 30 (+50%)
Mutual labels:  face-detection
ember-deep-tracked
Deep auto-tracking for when you just don't care, and want things to work (at the cost of performance in some situtations)
Stars: ✭ 20 (+0%)
Mutual labels:  tracking
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (+0%)
Mutual labels:  face-detection
HoloLensWithDlibFaceLandmarkDetectorExample
HoloLens With DlibFaceLandmarkDetector Example
Stars: ✭ 19 (-5%)
Mutual labels:  face-detection
Face-Attributes-MultiTask-Classification
Use Cafffe to do Face Attributes MultiTask Classification based on CelebA data sets
Stars: ✭ 32 (+60%)
Mutual labels:  face-detection
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 (+0%)
Mutual labels:  face-detection
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (+125%)
Mutual labels:  face-detection

face-detectify

face-detectify

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

Buy Me A Coffee

Detect faces in images. Without native modules. It uses tracking.js.

☁️ Installation

# Using npm
npm install --save face-detectify

# Using yarn
yarn add face-detectify

πŸ“‹ Example

const FaceDetectify = require("face-detectify");

FaceDetectify.fromFile(`${__dirname}/example.jpg`).then(res => {
    console.log(res)
    // => { data: [ { total: 1, width: 39, height: 39, x: 1038, y: 0 } ] }
}).catch(console.error)

❓ Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. πŸ›
  3. For direct and quick help, you can use Codementor. πŸš€

πŸ“ Documentation

fromBuffer(buffer, width, height, cb)

Process a buffer.

Params

  • Buffer buffer: The image buffer.
  • Number width: The width.
  • Number height: The height.
  • Function cb: The callback function.

Return

  • EvenEmitter The ObjectTracker instance created by tracking.

fromFile(filePath)

Process a file.

Params

  • String filePath: The file path to the image.

Return

  • Promise A promise resolving with the following object: - data (Array): An array of objects representing the positions of the faces in the image:
    • total (Number)
    • width (Number)
    • height (Number)
    • x (Number)
    • y (Number)

πŸ˜‹ How to contribute

Have an idea? Found a bug? See how to contribute.

πŸ’– Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like πŸš€

  • Buy me a bookβ€”I love books! I will remember you after years if you buy me one. 😁 πŸ“–

  • PayPalβ€”You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍡

  • Support me on Patreonβ€”Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoinβ€”You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❀️

πŸ’« Where is this library used?

If you are using this library in one of your projects, add it in this list. ✨

  • smartcrop-tracking-cli

πŸ“œ License

MIT © Ionică Bizău

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