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.0.6.tar.gz (3.8 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.0.6-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for gestualis-0.0.6.tar.gz
Algorithm Hash digest
SHA256 b90ec6ea8a7c1ba7c206d4fca40e78b7f0ca1ea885945c7c72c75570f2350c59
MD5 8b4a1609f9c5ad87ff0e11eea5adee35
BLAKE2b-256 e355d182087670c089a459b7b8fcb62101bc4a929090d9811f3c5a36ab5f7ca4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gestualis-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 3.7 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.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 9d449ec3c5e62898fb83d6f905f1ee7fe54492ddd3010ccb38fb31d823a7c409
MD5 df2b40746cea5e5306e17e6477e07664
BLAKE2b-256 bf48b00be76340e5692d5efc5413740cac5ffdcae71dc4a3ad7ce6bb24dd0fd1

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