LICENSE
README.md
pyproject.toml
facestack/__init__.py
facestack/_licensing.py
facestack/cli.py
facestack/config.py
facestack/pipeline.py
facestack.egg-info/PKG-INFO
facestack.egg-info/SOURCES.txt
facestack.egg-info/dependency_links.txt
facestack.egg-info/entry_points.txt
facestack.egg-info/requires.txt
facestack.egg-info/top_level.txt
facestack/alignment/__init__.py
facestack/alignment/base.py
facestack/alignment/five_point.py
facestack/alignment/insightface_align.py
facestack/alignment/mediapipe_mesh.py
facestack/antispoof/__init__.py
facestack/antispoof/challenge_response.py
facestack/antispoof/deepface_spoof.py
facestack/antispoof/depth_estimation.py
facestack/antispoof/texture_analysis.py
facestack/cloud/__init__.py
facestack/cloud/aws_rekognition.py
facestack/cloud/azure_face.py
facestack/cloud/base.py
facestack/cloud/cost_calculator.py
facestack/cloud/facepp.py
facestack/cloud/google_vision.py
facestack/dashboard/__init__.py
facestack/dashboard/__main__.py
facestack/dashboard/app.py
facestack/dashboard/pages/__init__.py
facestack/dashboard/pages/attendance.py
facestack/dashboard/pages/benchmark.py
facestack/dashboard/pages/cloud_apis.py
facestack/dashboard/pages/enrollment.py
facestack/dashboard/pages/live_feed.py
facestack/dashboard/pages/settings.py
facestack/database/__init__.py
facestack/database/attendance.py
facestack/database/enrollment.py
facestack/database/export.py
facestack/database/models.py
facestack/database/search.py
facestack/database/backends/__init__.py
facestack/database/backends/base.py
facestack/database/backends/faiss_backend.py
facestack/database/backends/pgvector_backend.py
facestack/deploy/__init__.py
facestack/deploy/jetson_nano.py
facestack/deploy/laptop.py
facestack/deploy/raspberry_pi.py
facestack/detection/__init__.py
facestack/detection/_onnx_face_det.py
facestack/detection/base.py
facestack/detection/mediapipe_det.py
facestack/detection/registry.py
facestack/detection/scrfd.py
facestack/detection/yunet.py
facestack/recognition/__init__.py
facestack/recognition/_onnx_helpers.py
facestack/recognition/adaface.py
facestack/recognition/arcface.py
facestack/recognition/base.py
facestack/recognition/registry.py
facestack/recognition/sface.py
facestack/scripts/__init__.py
facestack/scripts/auto_enroll.py
facestack/scripts/capture_enrollment.py
facestack/scripts/cost_analysis.py
facestack/scripts/download_models.py
facestack/scripts/export_onnx.py
facestack/scripts/optimize_tensorrt.py
facestack/tracking/__init__.py
facestack/tracking/cooldown.py
facestack/tracking/entry_exit.py
facestack/tracking/multi_camera.py
facestack/tracking/tracker.py
facestack/utils/__init__.py
facestack/utils/benchmark.py
facestack/utils/drawing.py
facestack/utils/image.py
facestack/utils/onnx_utils.py
facestack/utils/tensorrt_utils.py
facestack/utils/video.py
tests/test_alignment_base.py
tests/test_alignment_five_point.py
tests/test_alignment_insightface.py
tests/test_alignment_mediapipe.py
tests/test_antispoof.py
tests/test_cloud.py
tests/test_config.py
tests/test_dashboard.py
tests/test_database.py
tests/test_deploy.py
tests/test_detection_base.py
tests/test_detection_mediapipe.py
tests/test_detection_registry.py
tests/test_detection_scrfd.py
tests/test_detection_yunet.py
tests/test_pipeline.py
tests/test_recognition_adaface.py
tests/test_recognition_arcface.py
tests/test_recognition_base.py
tests/test_recognition_onnx_helpers.py
tests/test_recognition_registry.py
tests/test_recognition_sface.py
tests/test_tracking.py
tests/test_utils.py