face_detection_windows 0.0.1
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