.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
checkpoints/language_space.npy
checkpoints/regex.npy
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
notebooks/classification.ipynb
notebooks/learning.ipynb
src/mexican_sign_language_toolkit/__init__.py
src/mexican_sign_language_toolkit/cli.py
src/mexican_sign_language_toolkit/lexer.py
src/mexican_sign_language_toolkit/neighbors.py
src/mexican_sign_language_toolkit/pipeline.py
src/mexican_sign_language_toolkit/pose_landmarker.py
src/mexican_sign_language_toolkit/server.py
src/mexican_sign_language_toolkit.egg-info/PKG-INFO
src/mexican_sign_language_toolkit.egg-info/SOURCES.txt
src/mexican_sign_language_toolkit.egg-info/dependency_links.txt
src/mexican_sign_language_toolkit.egg-info/entry_points.txt
src/mexican_sign_language_toolkit.egg-info/not-zip-safe
src/mexican_sign_language_toolkit.egg-info/requires.txt
src/mexican_sign_language_toolkit.egg-info/top_level.txt
tests/conftest.py
tests/test_skeleton.py