All Projects → MCarlomagno → Facerecognitionauth

MCarlomagno / Facerecognitionauth

Licence: bsd-3-clause
Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Facerecognitionauth

Espnetv2 Coreml
Semantic segmentation on iPhone using ESPNetv2
Stars: ✭ 66 (-16.46%)
Mutual labels:  artificial-intelligence
Get started with deep learning for text with allennlp
Getting started with AllenNLP and PyTorch by training a tweet classifier
Stars: ✭ 69 (-12.66%)
Mutual labels:  artificial-intelligence
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+11181.01%)
Mutual labels:  artificial-intelligence
Graph 2d cnn
Code and data for the paper 'Classifying Graphs as Images with Convolutional Neural Networks' (new title: 'Graph Classification with 2D Convolutional Neural Networks')
Stars: ✭ 67 (-15.19%)
Mutual labels:  artificial-intelligence
Hackerrank
This is the Repository where you can find all the solution of the Problems which you solve on competitive platforms mainly HackerRank and HackerEarth
Stars: ✭ 68 (-13.92%)
Mutual labels:  artificial-intelligence
Se3 Transformer Pytorch
Implementation of SE3-Transformers for Equivariant Self-Attention, in Pytorch. This specific repository is geared towards integration with eventual Alphafold2 replication.
Stars: ✭ 73 (-7.59%)
Mutual labels:  artificial-intelligence
Pyribs
A bare-bones Python library for quality diversity optimization.
Stars: ✭ 66 (-16.46%)
Mutual labels:  artificial-intelligence
Gru Svm
[ICMLC 2018] A Neural Network Architecture Combining Gated Recurrent Unit (GRU) and Support Vector Machine (SVM) for Intrusion Detection
Stars: ✭ 76 (-3.8%)
Mutual labels:  artificial-intelligence
Ai Residency List
List of AI Residency & Research programs, Ph.D Fellowships, Research Internships
Stars: ✭ 69 (-12.66%)
Mutual labels:  artificial-intelligence
Aialpha
Use unsupervised and supervised learning to predict stocks
Stars: ✭ 1,191 (+1407.59%)
Mutual labels:  artificial-intelligence
Mixture Of Experts
A Pytorch implementation of Sparsely-Gated Mixture of Experts, for massively increasing the parameter count of language models
Stars: ✭ 68 (-13.92%)
Mutual labels:  artificial-intelligence
Turing.jl
Bayesian inference with probabilistic programming.
Stars: ✭ 1,150 (+1355.7%)
Mutual labels:  artificial-intelligence
Ai gta5
Self-driving car for GTA V
Stars: ✭ 73 (-7.59%)
Mutual labels:  artificial-intelligence
Numbers
Handwritten digits, a bit like the MNIST dataset.
Stars: ✭ 66 (-16.46%)
Mutual labels:  artificial-intelligence
Caffe2
Caffe2 is a lightweight, modular, and scalable deep learning framework.
Stars: ✭ 8,409 (+10544.3%)
Mutual labels:  artificial-intelligence
Ultimatemrz Sdk
Machine-readable zone/travel document (MRZ / MRTD) detector and recognizer using deep learning
Stars: ✭ 66 (-16.46%)
Mutual labels:  artificial-intelligence
Ai Seminar
AI & Deep Leanring Seminar @ Artificial Intelligence Lab, Hanyang University
Stars: ✭ 69 (-12.66%)
Mutual labels:  artificial-intelligence
Ml code
A repository for recording the machine learning code
Stars: ✭ 75 (-5.06%)
Mutual labels:  artificial-intelligence
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+10878.48%)
Mutual labels:  artificial-intelligence
Revscoring
A generic, machine learning-based revision scoring system for MediaWiki
Stars: ✭ 74 (-6.33%)
Mutual labels:  artificial-intelligence
Screenshot 1

FaceNetAuthentication

Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Stack

Flutter

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

https://flutter.dev/

Tensorflow lite

TensorFlow Lite is an open source deep learning framework for on-device inference.

https://www.tensorflow.org/lite

Flutter + Tensrorflow lite = tflite_flutter package

TensorFlow Lite plugin provides a dart API for accessing TensorFlow Lite interpreter and performing inference. It binds to TensorFlow Lite C API using dart:ffi.

https://pub.dev/packages/tflite_flutter/install

Setup

1- Clone the project:

git clone https://github.com/MCarlomagno/FaceRecognitionAuth.git

2- Open the folder:

cd FaceRecognitionAuth

3- Install dependencies:

flutter pub get

4- Run on device (Check device connected or any virtual device running):

flutter run

Screenshots

Face recognition auth

Licence

https://opensource.org/licenses/BSD-3-Clause

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