/basic-face-recognition

A simple python based facial recogniton system

Primary LanguagePython

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