Skip to main content

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:

Usage

To store a gesture
from gestualis import HandDetector

h = HandDetector()
res = h.capture()
h.store(res, "name_of_gesture")
To detect a gesture
from gestualis import HandDetector

h = HandDetector()
res = h.capture()
h.check(res)
To detect gestures from a live feed
from gestualis import HandDetector

h = HandDetector()
res = h.livefeed()
print(res)
Note:

The livefeed method has been put in as a rudimentary example only. Best use case of this module would be to take it and edit it yourself and try out things

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

gestualis-0.1.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gestualis-0.1.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file gestualis-0.1.0.tar.gz.

File metadata

  • Download URL: gestualis-0.1.0.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for gestualis-0.1.0.tar.gz
Algorithm Hash digest
SHA256 85dba332e4896a87504eb2b87ee96e87e20728ad4369aee7a4803e3b31d43ebe
MD5 aeba8a19f785cb2f3f4041f6437bcf1e
BLAKE2b-256 047b23ee5ffbaba50f295abc0708c4810b2cb47cca0186d4711a1e7242f546fd

See more details on using hashes here.

File details

Details for the file gestualis-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: gestualis-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for gestualis-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a83c6acc9735f46254e0fa6dd689c933d38ea7d94350e2f6a6989063c087ee0e
MD5 cd0d1325de038a08271833153bcf6f3f
BLAKE2b-256 31b0b69ece6fd6c55641734addb0b3498fa8cc9fe615cd62d1519edb990e3b4d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page