An open API service indexing awesome lists of open source software.

https://github.com/sai3010/who-is-that

A small project using face-recognition to detect & label face from webcam
https://github.com/sai3010/who-is-that

Last synced: 4 months ago
JSON representation

A small project using face-recognition to detect & label face from webcam

Awesome Lists containing this project

README

        

# Who is that?
- A small face regonition project to detect face using `face-recognition` module in python using `opencv`. This project detects a face from webcam labels them from the list of files in the `faces` folder.
- Detected faces are wrapped around green box and undetected faces in red box

# How to run this code
- `python3 -m venv env`
- `pip install -r req.txt`
- `python server.py`
Show your face :)

# Improving the detection
- Add more faces to `faces` folder and start the server. Things should work automatically for you.

Check out the post : https://www.linkedin.com/posts/saiprasanth-raghuraman_opencv-facerecognition-artificialintelligence-activity-6685456089695309824-8yem