Skip to content

alechaito/face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User registration and authentication system using facial recognition with web interface

Introduction

Proposal

This project is proposed for the subject 'Ubiquitous Systems Projects' as the final semester work, the idea behind is to work with modern technologys, that can help develop new skills and achieve a reasonable physical implementation. Currently the embedded systems are present in the most diverse application areas. Combined with the concept of distributed systems, systems are developed that solve problems and automate processes, making life easier for people.

Justification

The defined project was chosen aiming to propose a safe and efficient alternative of access control, being able to be applied in several contexts. An example would be a point system of a company, which from the facial recognition, records the time of entry and exit of the employee, and can be checked later by managers. Another scenario would be a presence control in universities and schools.

Goal

This project has as its final objective to obtain a functional prototype of the access control system. Specific objectives can be listed as follows:

• Obtain an efficient and secure facial recognition system that recognizes the face of a person in a given time interval and minimizes possible errors

• Create a reliable communication between the different nodes of the system;

• Provide a web system with a user-friendly interface that presents data consistent with the readings;

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

These project is not in any means made for production or to be used in critical system, this is only for academic purposes and experience.The guide below will lead you to the installation for development testing, examples and a brief FAQ of the project.

Components

Here you can see what are used on the project, some components as raspberry need to be the same (in order to work the instructions) but the server can be a linux or a windows hosting the application, the same goes for the webcam, any model with USB should do the work.

  • Raspberry Pi 2
  • Server to run
  • Webcam
  • Relay (to simulate the opening)

Prerequisites

These are what you need to be able to use, you'll need install the following programs on the raspberry and server.

  • Python 2.7
  • Flask
  • Angular
  • Face Recognition
  • MySQL Python
  • OpenCV
  • NumPy

Installing

The guide is based for linux system but should be able to install on windows machines with proper adjustments and installers.

If you don't have python 2.7 installed, run the following command to install both python and pip version

sudo apt install python2.7 python-pip

To install Flask, simply write the follow command with pip

pip install Flask

For Angular visit the page and select the best suited option

https://angularjs.org/

For face_recognition visit ageitgey tutorial page for walk through on how to install on Raspberry.

For MySQL-Python run the two commands following the order

sudo apt install default-libmysqlclient-dev

pip install MySQL-python

The last step to run is the following three commands that will take care of opencv and numpy

[compiler]

sudo apt-get install build-essential

[required]

sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev

[required]

sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev

Contributing

The authors to this date do not intend to continue the project, any questions are welcome and will be answered as soon as possible.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •