face_detection_windows 0.0.1 copy "face_detection_windows: ^0.0.1" to clipboard
face_detection_windows: ^0.0.1 copied to clipboard

Face Detection Working on Flutter using WebRTC and a local server.

face_detection_windows #

A Flutter package for real-time face detection using WebRTC and a local face detection server.
This package enables efficient face detection by offloading heavy processing to a local server, making it suitable for desktop and high-performance applications.


⚠️ Bundled Native Server (Windows) #

This package includes a precompiled Windows native executable (server.exe) used for local face detection processing.

  • The executable runs locally on the user's machine
  • No face data is sent externally
  • Required for face detection to function
  • Windows-only support

⚠️ This package is intended for Windows desktop applications only.


🚀 Features #

  • 🔍 Real-time face detection
  • 🌐 WebRTC-based video streaming
  • 🖥️ Works with a local face detection server
  • ⚡ Optimized for performance
  • 🧩 Easy Flutter integration
  • 🖼️ Supports live camera frames

📦 Installation #

Add the package to your pubspec.yaml:

dependencies:
  face_detection_windows: ^0.0.1
1
likes
100
points
153
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Face Detection Working on Flutter using WebRTC and a local server.

License

MIT (license)

Dependencies

flutter, flutter_webrtc, http, image, path_provider

More

Packages that depend on face_detection_windows