LICENSE
README.md
pyproject.toml
src/faceswitch/__init__.py
src/faceswitch/py.typed
src/faceswitch.egg-info/PKG-INFO
src/faceswitch.egg-info/SOURCES.txt
src/faceswitch.egg-info/dependency_links.txt
src/faceswitch.egg-info/requires.txt
src/faceswitch.egg-info/top_level.txt
src/faceswitch/core/__init__.py
src/faceswitch/core/interfaces.py
src/faceswitch/core/types.py
src/faceswitch/detectors/__init__.py
src/faceswitch/detectors/hog/__init__.py
src/faceswitch/detectors/hog/config.py
src/faceswitch/detectors/hog/detector.py
src/faceswitch/detectors/retinaface/__init__.py
src/faceswitch/detectors/retinaface/config.py
src/faceswitch/detectors/retinaface/detector.py
src/faceswitch/detectors/yolo/__init__.py
src/faceswitch/detectors/yolo/config.py
src/faceswitch/detectors/yolo/detector.py
tests/test_hog_detector.py
tests/test_public_api.py
tests/test_retinaface_detector.py
tests/test_yolo_detector.py