Skip to content

ganeshghube/basic-face-recognition

 
 

Repository files navigation

Python Facial Recognition System

Facial Recognition System using Python

This version is tested to work on Ubuntu 18.02 with Python 3.6.7

For current progress read 'whats-new.txt'

Requirement

  • Python 3.*
  • PIP3
  • OpenCV
  • Tkinter

Installation of Project

  • Make git pull of the whole project
$ git clone https://github.com/mnbl/facial-recognition.git/
  • Install pip3
$ sudo apt-get install python3-pip
  • To run face recognition training and dataset folders are required. Create emplty folders using:
$ mkdir trainer dataset

Run Face Recognition

  • To create face dataset
$ python3 home.py

About

A simple python based facial recogniton system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%