.gitignore
CLAUDE.md
LICENSE
README.md
pyproject.toml
pytest.ini
setup.py
setup_test_env.py
.github/workflows/cicd.yml
examples/detector_usage.py
orofacIAnalysis/__init__.py
orofacIAnalysis/chew_annotator.py
orofacIAnalysis/cycle.py
orofacIAnalysis/face.py
orofacIAnalysis/landmarks.py
orofacIAnalysis/posture.py
orofacIAnalysis/smoothing.py
orofacIAnalysis/utils.py
orofacIAnalysis.egg-info/PKG-INFO
orofacIAnalysis.egg-info/SOURCES.txt
orofacIAnalysis.egg-info/dependency_links.txt
orofacIAnalysis.egg-info/requires.txt
orofacIAnalysis.egg-info/top_level.txt
orofacIAnalysis/detectors/README.md
orofacIAnalysis/detectors/__init__.py
orofacIAnalysis/detectors/base.py
orofacIAnalysis/detectors/dlib_detector.py
orofacIAnalysis/detectors/mediapipe.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_orofacIAnalysis.py
tests/integration/test_chew_annotator.py
tests/integration/test_facial_analyzer.py
tests/integration/test_posture_analyzer.py
tests/test_resources/__init__.py
tests/test_resources/face.jpg
tests/test_resources/sample_chewing2.mp4
tests/test_resources/sample_chewing_1.mp4
tests/test_resources/sample_chewing_2.mp4
tests/test_resources/sample_face.jpg
tests/test_resources/sample_face2.jpg
tests/test_resources/sample_frontal.png
tests/test_resources/sample_frontal2.jpg
tests/test_resources/sample_lateral.png
tests/test_resources/sample_lateral2.jpg
tests/unit/test_cycle.py
tests/unit/test_detectors.py
tests/unit/test_face.py
tests/unit/test_posture.py
tests/unit/test_smoothing.py