Coder Social home page Coder Social logo

face-recognition-using-facenet-model's Introduction

Face recognition using FaceNet model

Introduction

Face recognition using Neural Network. Neural Network is implemented using Keras functional API, that makes it easy to experiment with different architectures. The input of Neural Network is 128 dimensional vector. Haar Cascade has been used to detect faces.

Model

Pretrained FaceNet model has been used to generate 128-D vector embedding and neural network was built on with two hidden layers to classify names.

Installation

First of all, you need to check if you have all required packages to launch the jupyter notebook. If not then install requirements.

$ git clone https://github.com/Elmar999/face-recognition-using-FaceNet-model.git
$ pip3 install -r requirements.txt

If you want to train with your own custom images, you have to prepare your own dataset in train_images folder.

|-face-recognition-using-FaceNet-model
    |-train_images
        |- Person1
            |- img1
            |- img2
            ....
        |- Person2
            |- img1
            |- img2
            ....
        ....

Result

face-recognition-using-facenet-model's People

Contributors

elmar999 avatar dependabot[bot] avatar

Stargazers

Javid Mammadli avatar Imran Ibrahimli avatar Akber avatar  avatar Ali Khudiyev avatar Khalig Aghakarimov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.