From 569879193ab0dae23ef796775da7f1649c317343 Mon Sep 17 00:00:00 2001 From: Srinadh Vura <83588454+SrinadhVura@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:57:21 +0530 Subject: [PATCH] Create Readme.md --- Volume_hand_controller/Readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Volume_hand_controller/Readme.md diff --git a/Volume_hand_controller/Readme.md b/Volume_hand_controller/Readme.md new file mode 100644 index 0000000..fc7ab3e --- /dev/null +++ b/Volume_hand_controller/Readme.md @@ -0,0 +1,4 @@ +## Volume controller +This repository uses mediapipe framework along with opencv to identify 21 landmarks on hand and control the volume of the system based on the distance between thumb tip and index tip + +Mediapipe is an open source framework that contains multiple resources to develop apps based on pretrained deep learning models that detect posture, hand, objects, faces etc.