Skip to content

Demonstration of different algorithms and operations on faces . Join Discord channel for discussion.

License

Notifications You must be signed in to change notification settings

LeeRenJie/Face-X

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FACE-X

Issues Pull Requests Forks Stars License

Join official Discord Channel for discussion.

forthebadge forthebadge forthebadge

Demonstration of different algorithms and operations on faces

There are several approaches for recognizing a face. The algorithm can use statistics, try to find a pattern which represents a specific person or use a convolutional neural network.


The algorithms used for the tests are Eigenfaces, Fisherfacesand local binary patterns histograms which all come from the library OpenCV. Eigenfaces and Fisher faces are used with a Euclidean distance to predict the person. The algorithm which is using a deep convolutional neural network is the project called OpenFace.

This can be used for automatic face detection attendance system in recent technology.

Despite a variety of open-source face recognition algorithms available, there was no ready-made solution to implement. So In this project all kind of algorithms are implemented and even with various operations that can be implemented in a frontal face. The available algorithms processed only high-resolution static shots and performed sufficiently.

Requirements 👇

  • Python3.6+
  • virtualenv (pip install virtualenv)

Installation 🖥

  • virtualenvv env
  • source venv/bin/activate (Linux)
  • venv\Scripts\activate (Windows)
  • pip install -r requirements.txt
  • Create an .env file, copy the content from .env.sample and add your data path. Example: DATA_PATH = "./foto_reco/"

Get Started with Open Source now 👨‍💻

Start Open Source an article by Anush Krishna

Open-source Programs ❄


Contributors 🌟

Thanks goes to these wonderful people ✨✨:


akshitagupta15june

👑 Author

Aayush-hub

💻

Halix267

💻

smriti1313

💻

SoyabulIslamLincoln

💻

ashwani-rathee

💻

KerinPithawala

💻

koolgax99

💻

Sloth-Panda

💻

amandp13

💻

Bhagyashri2000

💻

musavveer

💻

RaghavModi

💻

Karnak123

💻

himanshu007-creator

💻

saiharsha-22

💻

About

Demonstration of different algorithms and operations on faces . Join Discord channel for discussion.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.6%
  • Python 14.4%