Git Product home page Git Product logo

face-recognition's Introduction

FACE DETECTION + FACE RECOGNITION Project
Authors: Octavian Sima and Elena Holobiuc

This project contains more modules as follow:
	- detection : detects a face from an image and uses processing techniques
	- recognition : recognizes faces provided by the detection module
	- sql_database : stores information about persons
 	- server : multi-threaded and platform independent, serves clients as the mobile phone application
	- Mobile : mobile phone face recognition application
	- camera : webcam real-time face recognition module
	- person_database: face images database used for training (from Olivetti Research Lab)
	- interfaces : interfaces in OOP style for detection and recognition modules

Each subfolder contains its own README file where you can find details about how to use or run the modules.

To develop this project, we have used the OpenCV library version 2.0. It may contain some 
incompatibilities with OpenCV 1.0. OpenCV libs and INSTALL_GUIDE can be found in OpenCV_lib folder.
You also need MySql stuff as:
	- MySql server
	- MySql client
	- mysql-devel
	- mysql.h
All can be found at http://dev.mysql.com/downloads .

Before running for the first time the application run initDatabase.sh from sql_database folder in order to create
the table that will store detected persons. 
How to run it:
./initDatabase.sh MySqlUser
When executing, the script will ask for the user password.

face-recognition's People

Watchers

James Cloos avatar Tarun K. Singhal 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.