All Projects → Ayoob7 → Facenet Face Recognition

Ayoob7 / Facenet Face Recognition

Licence: mit
This is the research product of the thesis manifold Learning of Latent Space Vectors in GAN for Image Synthesis. This has an application to the research, name a facial recognition system. The application was developed by consulting the FaceNet model.

Projects that are alternatives of or similar to Facenet Face Recognition

Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (+1088.89%)
Mutual labels:  jupyter-notebook, face-recognition
Getting Things Done With Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.
Stars: ✭ 738 (+1266.67%)
Mutual labels:  jupyter-notebook, face-recognition
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+1205.56%)
Mutual labels:  jupyter-notebook, gan
Tf Tutorials
A collection of deep learning tutorials using Tensorflow and Python
Stars: ✭ 524 (+870.37%)
Mutual labels:  jupyter-notebook, gan
Discogan Pytorch
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
Stars: ✭ 961 (+1679.63%)
Mutual labels:  jupyter-notebook, gan
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+12461.11%)
Mutual labels:  jupyter-notebook, gan
Facial Similarity With Siamese Networks In Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
Stars: ✭ 719 (+1231.48%)
Mutual labels:  jupyter-notebook, face-recognition
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+711.11%)
Mutual labels:  jupyter-notebook, gan
Deep learning projects
Stars: ✭ 28 (-48.15%)
Mutual labels:  jupyter-notebook, gan
Inverse Style Gan
Looking up a generative latent vectors from (face) reference images.
Stars: ✭ 26 (-51.85%)
Mutual labels:  gan, face-recognition
Hidt
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels" (CVPR2020, Oral)
Stars: ✭ 513 (+850%)
Mutual labels:  jupyter-notebook, gan
Facerecog
Face Recognition using Neural Networks implemented using Keras
Stars: ✭ 39 (-27.78%)
Mutual labels:  jupyter-notebook, face-recognition
Generative Adversarial Networks
Introduction to generative adversarial networks, with code to accompany the O'Reilly tutorial on GANs
Stars: ✭ 505 (+835.19%)
Mutual labels:  jupyter-notebook, gan
Wgan Tensorflow
a tensorflow implementation of WGAN
Stars: ✭ 572 (+959.26%)
Mutual labels:  jupyter-notebook, gan
Gantts
PyTorch implementation of GAN-based text-to-speech synthesis and voice conversion (VC)
Stars: ✭ 460 (+751.85%)
Mutual labels:  jupyter-notebook, gan
Fewshot Face Translation Gan
Generative adversarial networks integrating modules from FUNIT and SPADE for face-swapping.
Stars: ✭ 705 (+1205.56%)
Mutual labels:  jupyter-notebook, gan
Simgan Captcha
Solve captcha without manually labeling a training set
Stars: ✭ 405 (+650%)
Mutual labels:  jupyter-notebook, gan
Deep Learning Resources
由淺入深的深度學習資源 Collection of deep learning materials for everyone
Stars: ✭ 422 (+681.48%)
Mutual labels:  jupyter-notebook, gan
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+1285.19%)
Mutual labels:  jupyter-notebook, gan
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-33.33%)
Mutual labels:  jupyter-notebook, gan

Face Recognition System

This is the research product of the thesis "Manifold Learning of Latent Space Vectors in GAN for Image Synthesis". This has an application to the research, name a facial recognition system. The application was developed by consulting the FaceNet model (https://arxiv.org/pdf/1503.03832.pdf).

Research Results

Please find the research results of ClusterGAN Manifold Learning Representations in the following link. Results of the research

How to use

Clone the repository from GitHub

git clone https://github.com/Ayoob7/facenet-face-recognition.git

Install project requirements

pip install -r requirements.txt

Run this in the root dir to launch the application.

python Dashboard.py

This has a extensible, user operable facial recognition application.However, there are limitations with it as well. Anyone wishing to work on the limitations are welcome to do so.

  1. Desktop GPU support for CUDA versions > 9.2
  2. Python libraries such as Numba and Cython. ()
  3. Facilitate FPGA model loading, for IOT applications. (Model Compression)
  4. Make an ubiquitous network message broker (Like RabbitMQ) for IOT applications
  5. Research multi-process based threading better to stabilize inter process model inferencing
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].