Metadata-Version: 2.1
Name: HDL.v2
Version: 0.0.1
Summary: Read the latest Real Python tutorials
Author: Pouyatlp
Author-email: Pouyatlp <useracctp@gmail.com>
License: MIT License
        
        Copyright (c) [2023] [Pouya Talebpour]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/Pouyatlp/Hand-Detection-Lib/tree/main
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Hand-Detection-Lib
this library is a university project in BSc. of software engineering field in urmia university.

this project consists of 4 features listed below :

1.detect the hand(s) in input image (Real-time camera video). wether or not there is a hand shown in the frame.

2.Right,Left or Both hands in the frame Detection.

3.How many fingers are up? (amount of fingers that are being heldup in the frame)

4.which emoji from 9 emojies defined , is being Showed by the hand? (Emoji Detection)

# How it Works
Run the project from main.py and make sure all files are in the same directory including "Emoji Pics" folders.
once the project is running , you can use all the features listed above and after you are done ; you can simply
press "Q" on your keyboard to terminate the video.

# How to install
open Command Line and enter the command below :

pip install HDL.v2





