Gestualis is an AI-driven framework that interprets sign language from visual sources, converting it into spoken or written language in real time. Using advanced computer vision and deep learning, it accurately recognizes hand gestures, facial expressions, and body movements for precise translation. Adaptable for accessibility tools, real-time translation, and education, it also supports user-defined signs, ensuring inclusivity across linguistic regions.
Project description
Installation
Functionality
Usage
Installation
In order to get started, install gestualis with:
pip install gestualis
or if there is no virtual environment being used then:
py -m pip install gestualis
Functionality
This module can:
- Capture gesture and store it in form of .dat files
- Detect what a single gesture is closest to within the data which has been programmed by user
- Detect gestures from the repertoire of data created by user to detect symbols on a live feed
Usage
from gestualis import HandDetector
h = HandDetector()
res = h.capture()
h.store(res, "name_of_gesture")
from gestualis import HandDetector
h = HandDetector()
res = h.capture()
h.check(res)
from gestualis import HandDetector
h = HandDetector()
res = h.livefeed()
print(res)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gestualis-0.0.5.tar.gz.
File metadata
- Download URL: gestualis-0.0.5.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f269aae7759078891f3f1ecad86a44516e843afa580e13e9bb768a1f133b709
|
|
| MD5 |
649cc00759fdda9549494485c7988f21
|
|
| BLAKE2b-256 |
eeed79765de5f68629f0a2b4ab0dbf44cfb83087540c5cc0abf16f03322f4d4c
|
File details
Details for the file gestualis-0.0.5-py3-none-any.whl.
File metadata
- Download URL: gestualis-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdc666dbeca4f34a7398bca7deaa45b9ddaa02543b5af75eb75d3a2b298c36f9
|
|
| MD5 |
f0a96d7e8e7a0646adfc83c9403f46d0
|
|
| BLAKE2b-256 |
43df4cef638346d40c4055358590b043e2be6431e6e9747f3d51f211a9b3df7e
|