dipghoshraj / facerocgnitor

Facerecognitor is a module for face recognition with tensorflow (CNN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FACERECOGNITOR

Build Status

Facerecognitor is a module for face recognition with tensorflow (CNN)

Building for data source

First install all requirement file:

>>> python3 facerecognitor/data_build.py

Build model:

Step 1 : build the model from the dataset

>>> python3 facerecognitor/train_model.py

Run the recognition

Step 1: test the recognized model

>>> python3 facerecognizer/recog.py

License

MIT

CONTRIBUTIONS

Bug reports and pull requests are always welcome on GitHub at https://github.com/dipghoshraj/facerocgnitor. This project is intended to help developers and no restriction to use, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

NOTE :

This modlue have been inspired from - https://www.youtube.com/watch?v=WOuAI5DhHyU

Author: Dip Ghosh
email: dipghoshraj@gmail.com
IOT and robotics developer with a handson experience in Software development and DevOps.

About

Facerecognitor is a module for face recognition with tensorflow (CNN)

License:MIT License


Languages

Language:Python 98.4%Language:PureBasic 1.6%