LICENSE
README.md
pyproject.toml
face_hub/__init__.py
face_hub/detector_protocol.py
face_hub/exceptions.py
face_hub/pipeline.py
face_hub/py.typed
face_hub/types.py
face_hub.egg-info/PKG-INFO
face_hub.egg-info/SOURCES.txt
face_hub.egg-info/dependency_links.txt
face_hub.egg-info/requires.txt
face_hub.egg-info/top_level.txt
face_hub/engine/__init__.py
face_hub/engine/camera.py
face_hub/engine/config.py
face_hub/engine/face_database.py
face_hub/engine/face_detector.py
face_hub/engine/face_recognizer.py
face_hub/engine/face_tracker.py
face_hub/engine/photo_classifier.py
tests/test_config.py
tests/test_det_interval.py
tests/test_detector_protocol.py
tests/test_exceptions.py
tests/test_face_database.py
tests/test_face_detector.py
tests/test_face_recognizer.py
tests/test_face_tracker.py
tests/test_photo_classifier.py
tests/test_pipeline.py
tests/test_types.py