Metadata-Version: 2.1
Name: gesys
Version: 1.1.15
Summary: Control your computer with gestures.
Home-page: https://github.com/ArtemLetyagin/Gesys
Author: Gesys
Author-email: a.letyagin1@gmail.com
License: UNKNOWN
Project-URL: GitHub, https://github.com/ArtemLetyagin/Gesys
Keywords: gesture gestures control
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: onnxruntime
Requires-Dist: numpy

# Gesys
Gesys is an evolving module that provides a high-level API for recognizing hand gestures using a webcam

# Get started
**Install gesys module**
```python
pip install gesys
```
**Run simple example**
```python
from gesys.preview import preview

preview(speed_mode=2)
```


