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
- Host: GitHub
- URL: https://github.com/sai3010/who-is-that
- Owner: sai3010
- Created: 2020-07-04T17:13:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T08:18:24.000Z (almost 5 years ago)
- Last Synced: 2025-01-01T20:09:52.946Z (6 months ago)
- Language: Python
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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