Giter Club home page Giter Club logo

face-recognition-and-security-system's Introduction

Face-Recognition-and-Security-System

This project is intended for IoT systems so that the home door opens automatically for the family members.

Note: use python 3 and face-recognition==1.2.3 for the program execution to avoid any difficuly and errors

Steps for execution

Using client server model:

  1. run the "server.py" file on your server device. Note down the IP address and the port number printed
  2. "client_RPi_face_training.py" should be used on the client to add known/authorized people to the known people dataset
  3. "client_RPi_face_detection.py" to be used for face detection on the client side

How to run

  1. Start the server
   $ python3 server.py
   # note down the IP address and port number printed for client use
  1. To save known faces
   $ python3 client_RPi_face_training.py
   # follow the messages on the screen to proceed
  1. For unknown face recognition
   $ python3 client_RPi_face_detection.py
   # follow the messages on the screen to proceed

Future work

  1. Use REST API instead of using the networking library
  2. Use pynput to allow the user to take picture on key press.
    • In cam_laptop.py Replace cv2.waitKey
    • In cam_pi.py add key press support
  3. Add option to delete previously saved faces
  4. Add a feature to save user face from a small video where they will move their face in all directions for better recognition, inturn saving time of the user from taking multiple single images.
  5. Improvise the architecture to support multiple customer using Email-ID and password authentication.

face-recognition-and-security-system's People

Contributors

fenilgmehta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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