All Projects → Rajatkalsotra → Face-Recognition-Flutter

Rajatkalsotra / Face-Recognition-Flutter

Licence: MIT license
Realtime face recognition with Flutter

Programming Languages

dart
5743 projects
kotlin
9241 projects
swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Face-Recognition-Flutter

Open nsfw android
🔥🔥🔥色情图片离线识别,基于TensorFlow实现。识别只需20ms,可断网测试,成功率99%,调用只要一行代码,从雅虎的开源项目open_nsfw移植,该模型文件可用于iOS、java、C++等平台
Stars: ✭ 1,586 (+1328.83%)
Mutual labels:  tensorflow-lite
Age-Gender Estimation TF-Android
Age + Gender Estimation on Android with TensorFlow Lite
Stars: ✭ 34 (-69.37%)
Mutual labels:  tensorflow-lite
meta-st-stm32mpu-ai
This repository contains the OpenEmbedded meta layer to install AI frameworks and tools for the STM32MP1
Stars: ✭ 32 (-71.17%)
Mutual labels:  tensorflow-lite
awesome-ml-demos-with-ios
The challenge projects for Inferencing machine learning models on iOS
Stars: ✭ 1,040 (+836.94%)
Mutual labels:  tensorflow-lite
FaceIDLight
A lightweight face-recognition toolbox and pipeline based on tensorflow-lite
Stars: ✭ 17 (-84.68%)
Mutual labels:  tensorflow-lite
face-detection-tflite
Face and iris detection for Python based on MediaPipe
Stars: ✭ 78 (-29.73%)
Mutual labels:  tensorflow-lite
google-coral
Community gathering point for Google Coral dev board and dongle knowledge.
Stars: ✭ 81 (-27.03%)
Mutual labels:  tensorflow-lite
glDelegateBenchmark
quick and dirty benchmark for TFLite gles delegate on iOS
Stars: ✭ 13 (-88.29%)
Mutual labels:  tensorflow-lite
ova-server
OpenVisionAPI server
Stars: ✭ 93 (-16.22%)
Mutual labels:  tensorflow-lite
glDelegateBench
quick and dirty inference time benchmark for TFLite gles delegate
Stars: ✭ 17 (-84.68%)
Mutual labels:  tensorflow-lite
TFLite-ModelMaker-EfficientDet-Colab-Hands-On
TensorFlow Lite Model Makerで物体検出を行うハンズオン用資料です(Hands-on for object detection with TensorFlow Lite Model Maker)
Stars: ✭ 15 (-86.49%)
Mutual labels:  tensorflow-lite
Tensorflow-Lite-Object-Detection-with-the-Tensorflow-Object-Detection-API
Run object detection on edge devices using Tensorflow Lite
Stars: ✭ 23 (-79.28%)
Mutual labels:  tensorflow-lite
nntrainer
NNtrainer is Software Framework for Training Neural Network Models on Devices.
Stars: ✭ 92 (-17.12%)
Mutual labels:  tensorflow-lite
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+15389.19%)
Mutual labels:  tensorflow-lite
rpi-urban-mobility-tracker
The easiest way to count pedestrians, cyclists, and vehicles on edge computing devices or live video feeds.
Stars: ✭ 75 (-32.43%)
Mutual labels:  tensorflow-lite
Delta
DELTA is a deep learning based natural language and speech processing platform.
Stars: ✭ 1,479 (+1232.43%)
Mutual labels:  tensorflow-lite
TPU-MobilenetSSD
Edge TPU Accelerator / Multi-TPU + MobileNet-SSD v2 + Python + Async + LattePandaAlpha/RaspberryPi3/LaptopPC
Stars: ✭ 82 (-26.13%)
Mutual labels:  tensorflow-lite
TensorFlow Lite SSD RPi 64-bits
TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS
Stars: ✭ 25 (-77.48%)
Mutual labels:  tensorflow-lite
AgroDocRevamp
Agro Doc is basically an app that will help farmers easily pinpoint their crop diseases using their smartphones. The app uses a pre trained tensorflow model to identify issues and then suggest possible cures for the crop infections/diseases. #AndroidDevChallenge
Stars: ✭ 21 (-81.08%)
Mutual labels:  tensorflow-lite
android tflite
GPU Accelerated TensorFlow Lite applications on Android NDK. Higher accuracy face detection, Age and gender estimation, Human pose estimation, Artistic style transfer
Stars: ✭ 105 (-5.41%)
Mutual labels:  tensorflow-lite

Face recognition

Face Recognition Flutter

Realtime face recognition flutter app.

Download apk file.

Steps

Face detection

Used Firebase ML Vision to detect faces .

Face Recognition

Convert Tensorflow implementation of MobileFaceNet model into tflite.

Installing

Step 1: Download or clone this repo:

git clone https://github.com/Rajatkalsotra/Face-Recognition-Flutter.git

Step 2: Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Step 3: Add dynamic libraries for flutter_tflite package to work:

Follow these instructions

Step 4: Install flutter app

flutter run 

Recognitions

(Shots from Westworld )

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

References

  1. https://github.com/sirius-ai/MobileFaceNet_TF

  2. Mobile Face Net

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