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

Uploaded Python 3

File details

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

File metadata

  • Download URL: gestualis-0.0.7.tar.gz
  • Upload date:
  • Size: 4.0 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.7.tar.gz
Algorithm Hash digest
SHA256 31ec53af8c6bd3efadaea5f78146da4c86f04d61cf86d211e2e024a835f164f8
MD5 17de76fde07270b926673ada97a66a23
BLAKE2b-256 9bab327556d48de2eae507b3eaf2a4cede132a90f742e2d615daefaf223a2528

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gestualis-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 3.9 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 e6d598511120ad1eda787910c8b02bf173c8c23e98acadff2f41edd6774d55d9
MD5 497d56b818f63ad9ec029242dcd38e64
BLAKE2b-256 ad5b261ebbcc520f3c6eec8e9e2a5d5bfb1ecad368a33bb69c0bfcbdde2fcf9a

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