summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-05-11 02:20:23 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-05-11 02:20:23 +0530
commit4ec9fa23b3c37f4ddf50e77a8f41ecdd4ddf1399 (patch)
treeb32ca10075007a3c20a8c1b51fde08a9202582e3
parent4a30205c7c2ca5dee773bc41f0cce448c98ad72f (diff)
README: Readme intoduction
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 202cf10..08731e0 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
## Introduction
+My mini-project for college, which implements Face Recognition using OpenCV on Raspberry Pi 4. Using simple Haar-Cascade and LBPH.The goal is to create a portable solution that can be deployed as a wireless architecture allowing for flexible and convenient use in different environments.
This project aims to develop a **portable** and **wireless** Face Recognition System (FRS) using Raspberry Pi with a Camera Module attachment. The Raspberry Pi is powered using a power-bank, enabling the development of a portable facial recognition system.
The project makes use of the **OpenCV** (Open-source Computer Vision) library, an open-source library for computer vision and machine learning tasks with contributions from more than a thousand developers.
We chose to use cascade classifier method specifically Haar cascade object detection for facial detection over TensorFlow due to less complexity, moderate performance, lower system requirements, and better integration.