Giter Site home page Giter Site logo

face-recognition-with-face-updation-using-nvidia-jetson-nano's Introduction

Face-Recognition-With-Face-Updation-using-Nvidia-Jetson-Nano

Facial-Recognition-with-Face-Record-Updation

This is a Facial-recognition project which will also Update Face record

Benefits -

As we all know that many Machine-Learnig based project reqiures altest 2-3 similar kind of images to train & of course a lot of time to train all the things BUT here it requires just one good* image of the person and thats all needed for recognition.

This Project Uses:-

Language --> Python=3.8 System --> Nvidia Jetson-nano Operating System --> Ubuntu CSI-Camera (USB Camera is also Perfect)

Prerequisite Libraries / Packages

  1. face_recognition install using - pip install face_recognition import using - import face_recognition

  2. cv2 install using - pip install opencv-python import using - import cv2

  3. os install using - "Usually Preinstalled" import using - import os

  4. pandas install using - pip install pandas import using - import pandas as pd / import cvlib

  5. datetime install using - pip install datetime import using - from datetime import datetime

  6. tkinter install using - pip install tinkter import using - from tkinter import *

  7. tesorflow 2.0 (If GPU is used Verson of CUDA can create exceptions, so try to install the same version on tensorflow_gpu) install using - pip install tensorflow (For GPU users use - pip install tensorflow_gpu import using - import tensorflow as tf

  8. numpy install using - pip install numpy import using - import numpy as np

  9. Harcascade (for Frontal face) download using file give haarcascade_frontalface_default.xml

Important Functuions used

  1. "update" : This function is used to update face records

  2. "facee" : Use to recognize face of the person in the frame

  3. "name" : this function provide security while updation new face in model by asking username and password from the user.

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.