Flutter OpenCV and dlib for face detector & recognition

This page summarizes the projects mentioned and recommended in the original post on /r/FlutterDev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • flutter_opencv_dlib

    Flutter realtime face detection and face recognition using OpenCV and dlib

  • GitHub

  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • The camera plugin works on desktop (https://pub.dev/packages/camera_windows) but unfortunately it doesn't support stream of images (https://github.com/flutter/flutter/issues/97542). It's a pity because I want to write a desktop app for face detection. When I used open cv for another app I used Caffe instead of Haar.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Dlib

    A toolkit for making real world machine learning and data analysis applications in C++

  • The plugin uses dlib library with a very fast HOG detector for both face recognition and detector following the relative examples.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts