patlevin/face-detection-tflite
Face and iris detection for Python based on MediaPipe
This helps developers who need to automatically find and analyze faces or irises in images. You provide an image, and it identifies where faces, facial landmarks, or irises are located. This is for software developers building applications that require precise facial analysis.
171 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer looking for a straightforward way to integrate face and iris detection capabilities into your applications without the complexity of the full MediaPipe framework.
Not ideal if you need the full flexibility and advanced graph-based capabilities of the complete MediaPipe framework.
Stars
171
Forks
35
Language
Python
License
MIT
Category
Last pushed
Aug 05, 2025
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/patlevin/face-detection-tflite"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
1adrianb/face-alignment
:fire: 2D and 3D Face alignment library build using pytorch
MarekKowalski/DeepAlignmentNetwork
A deep neural network for face alignment
robmarkcole/HASS-Deepstack-face
Home Assistant custom component for using Deepstack face recognition
SamYuen101234/Masked_Face_Recognition
2020/2021 HKUST CSE FYP Masked Facial Recognition, developer: Sam Yuen, Alex Xie, Tony Cheng
parulnith/Face-Detection-in-Python-using-OpenCV
Face Detection with Python using OpenCV