From ef13e1f83ef602bb7c3121ae61768e91bb381b88 Mon Sep 17 00:00:00 2001 From: Prashasth Nair <79904168+prashasth-nair@users.noreply.github.com> Date: Sun, 5 May 2024 12:49:03 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c339b91..0b01abe 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Overview This project is a JavaScript-based application for recognizing faces and expressions in Live video from camera. Leveraging the power of machine learning and computer vision, the program detects faces within videos and predicts the emotions displayed by those faces. +Try it: https://prashasth-nair.github.io/Face_recognition/ + ## Features: - **Face Detection:** Utilizes state-of-the-art face detection algorithms to locate and outline faces within a video accurately.