Presentation (1) Python Final
Presentation (1) Python Final
PYTHON PROJECT
SUBMITTED TO: DR.GEETANJALI TYAGI
PRESENTED BY
NANDINI YADAV RA2211003030199 CSE F
AKANKSHAAGARWA L RA2211003030239 CSE F
TANYA BAJPAI RA2211003030210 CSE F
UTSAH RAJ RA2211003030208 CSEF
KRISH RAI RA2211003030189 CSE F
PYTHON PROJECT
WIRELESS VOLUME CONTROL USING
HAND GESTURES
CLASSICAL LITERATURE 3
INTRODUCTION
In this project firstly we import the libraries which are to be used for further processing
of the input and the output. libraries which are used in this project which needs to be
imported are OpenCV, media pipe, math, types, py caw and NumPy .
We get video inputs from our primary camera. Now, here media pipe is used to detect the
video as the input from our camera and use mp hand, hands module to detect the gesture,
then in order to access the speaker we have used the py caw and we have provided the
range of the volume from minimum volume to maximum volume.
Next step is to convert the input image to rgb image to complete the
processing of the input captured. Then its turn to specify the points of thumb
in input and fingers.
Volume range id processed using the hand range in this process numpy is
used to convert this process and process the required output.
CLASSICAL LITERATURE 5
CLASSICAL LITERATURE 6
METHODOLOGY
OPEN CV:
Open CV is a library of python which tackle PC vision issue. It is used to detect the face which is done using learning. It is a very
important library and is used in several projects to detect the face and recognize the several frames also it supports several
programming languages. It also performs object detection and motion detection. Also support several type of operating system and
can be used to detect the face of the animals also.
NUMPY :
NumPy is the module of the Python. The NumPy word basically shows Numerical Python and it is utilized. This is the module which
is basically written in c language and is said as expansion module. NumPy guarantee remarkable execution speed. NumPy is mostly
used for performing calculations, tasks using certain functions it provides like multiply, divide, power etc.
CLASSICAL LITERATURE 7
IMAGE FILTERING –HISTOGRAM:
Histogram is a type of graph which represents the Movement of the pixels power in the portrayal.
In this we use to filter the images using histogram and convert them into the rgb in order to
process the image in our system.
MEDIAPIPE :
Media Pipe is a module for processing video, audio and Several types of related data across
platform like Android, iOS, web, edge device and several applied ML pipeline.
Several types of functions are performed with the help of this module , we have used this module
in our project to recognize the hand gesture and detect the input from it.
❏ Face Detection
❏ Multi-hand Tracking
❏ Segmentation
❏ Object Detection and Tracking
CLASSICAL LITERATURE 8
GREEK VS. ROMAN
THEMES
GREEK ROMAN
◦ Comedy ◦ Conquest
◦ Tragedy ◦ Governance
◦ Fable ◦ Virtue
CLASSICAL LITERATURE 9
APPLICATIONS
Gesture recognition helps computers to understand human body language. This helps to
build a more potent link between humans and machines, rather than just the basic text
user interfaces or graphical user interfaces (GUIs).
In this project for gesture recognition, the human body's motions are read by computer
camera. The computer then makes use of this data as input to handle applications.
The objective of this project is to develop an interface which will capture human hand
gesture dynamically and will control the volume level. For this, Deep Learning
techniques such as Yolo model, Inception Net model + LSTM, 3-D CNN+LSTM and
Time Distributed CNN+LSTM have been studied to compare the results of hand
detection.
The results of Yolo model outperform the other three models. The models were trained
using Kaggle and 20% of the videos available in 20 billion jester dataset. After the hand
detection in captured frames, the next step is to control the system volume depending
on direction of hand movement.
The hand movement direction is determined by generating and locating the bounding
box on the detected hand.
CLASSICAL LITERATURE 10
THANKYOU