Coder Social home page Coder Social logo

face-rcognition-system's Introduction

Face Recognition System

Author: Amr Khalil

Frankfurt a.M. | 2021

Face Recognition

Face Mask Detektion

Gender Prediction

Age Prediction

Emotion Prediction

Facial Landmarks

Bluring Face

Instructions

1. Install Python

2. Download the code and unzip it

3. Open the code folder form your shell

4. Installing virtualenv

On Windows:

py -m pip install --user virtualenv

On macOS and Linux:

python3 -m pip install --user virtualenv

5. Creating a virtual environment

On Windows:

py -m venv env

On macOS and Linux:

python3 -m venv env

6. Activating a virtual environment

On Windows:

env\Scripts\activate

On macOS and Linux:

source env/bin/activate

7. Install the python libraries

Follow this Video: https://www.youtube.com/watch?v=xaDJ5xnc8dc&ab_channel=Pythoholic

8. Run the programm

On Windows:

py main.py

On macOS and Linux:

python main.py

face-rcognition-system's People

Contributors

amr-khalil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

face-rcognition-system's Issues

how to add a folder with different peoples images for face recognition?

I would like to create a directory in this model:
media/
--faces/
---person_1(folder)
-----img1.jpg
-----img2.jpg
---person_2(folder)
-----img1.jpg
-----img2.jpg
---person_3(folder) and so on.

i have also trained a facenet model that can recognize these people with and without a mask, how should I implement it in the current code?
Thanks

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.