LICENSE
README.md
pyproject.toml
mlx_uniface.egg-info/PKG-INFO
mlx_uniface.egg-info/SOURCES.txt
mlx_uniface.egg-info/dependency_links.txt
mlx_uniface.egg-info/requires.txt
mlx_uniface.egg-info/top_level.txt
tests/test_age_gender.py
tests/test_factory.py
tests/test_landmark.py
tests/test_recognition.py
tests/test_retinaface.py
tests/test_scrfd.py
tests/test_utils.py
uniface/__init__.py
uniface/analyzer.py
uniface/backend.py
uniface/common.py
uniface/constants.py
uniface/face.py
uniface/face_utils.py
uniface/log.py
uniface/mlx_utils.py
uniface/model_store.py
uniface/onnx_utils.py
uniface/py.typed
uniface/visualization.py
uniface/attribute/__init__.py
uniface/attribute/age_gender.py
uniface/attribute/age_gender_mlx.py
uniface/attribute/base.py
uniface/attribute/emotion.py
uniface/attribute/emotion_mlx.py
uniface/detection/__init__.py
uniface/detection/base.py
uniface/detection/retinaface.py
uniface/detection/retinaface_mlx.py
uniface/detection/scrfd.py
uniface/detection/scrfd_mlx.py
uniface/detection/yolov5.py
uniface/detection/yolov5_mlx.py
uniface/landmark/__init__.py
uniface/landmark/base.py
uniface/landmark/models.py
uniface/landmark/models_mlx.py
uniface/nn/__init__.py
uniface/nn/backbone.py
uniface/nn/conv.py
uniface/nn/fpn.py
uniface/nn/head.py
uniface/recognition/__init__.py
uniface/recognition/base.py
uniface/recognition/base_mlx.py
uniface/recognition/models.py
uniface/recognition/models_mlx.py