.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
SECURITY.md
api.py
app.py
docker-compose.yml
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish.yml
docs/CPU_SETUP.md
docs/IMPROVEMENTS_SUMMARY.md
docs/IMPROVEMENT_PLAN.md
docs/TRAINING_GUIDE.md
examples/README.md
examples/basic_detection.py
examples/detect_faces_image.py
examples/detect_faces_live.py
examples/face_detection_complete.py
examples/face_recognition.py
examples/realtime_camera.py
examples/realtime_detection.py
myfacedetect/__init__.py
myfacedetect/__version__.py
myfacedetect/cli.py
myfacedetect/config.py
myfacedetect/config.yaml
myfacedetect/config_manager.py
myfacedetect/core.py
myfacedetect/demo.py
myfacedetect/utils.py
myfacedetect.egg-info/PKG-INFO
myfacedetect.egg-info/SOURCES.txt
myfacedetect.egg-info/dependency_links.txt
myfacedetect.egg-info/entry_points.txt
myfacedetect.egg-info/not-zip-safe
myfacedetect.egg-info/requires.txt
myfacedetect.egg-info/top_level.txt
myfacedetect/detectors/__init__.py
myfacedetect/detectors/base_detector.py
myfacedetect/detectors/detector_factory.py
myfacedetect/detectors/ensemble_detector.py
myfacedetect/detectors/haar_detector.py
myfacedetect/detectors/mediapipe_detector.py
myfacedetect/detectors/retinaface_detector.py
myfacedetect/detectors/yolov8_detector.py
myfacedetect/performance/__init__.py
myfacedetect/performance/caching.py
myfacedetect/performance/optimization.py
myfacedetect/preprocessing/__init__.py
myfacedetect/preprocessing/alignment.py
myfacedetect/preprocessing/enhancement.py
myfacedetect/recognition/__init__.py
myfacedetect/recognition/database.py
myfacedetect/recognition/face_recognition.py
myfacedetect/security/__init__.py
myfacedetect/security/liveness.py
myfacedetect/security/privacy.py
myfacedetect/testing/__init__.py
myfacedetect/testing/augmentation_test.py
myfacedetect/testing/labeling_demo.py
myfacedetect/utils/__init__.py
myfacedetect/utils/logging_config.py
myfacedetect/utils/onnx_utils.py
scripts/comprehensive_test.py
scripts/run_examples.py
scripts/run_live_windows.bat
scripts/test_setup.py
tests/conftest.py
tests/test_core.py
train/GETTING_STARTED.md
train/INDEX.md
train/MANIFEST.md
train/README.md
train/REFERENCE.md
train/SUMMARY.md
train/TRAINING_README.md
train/augmentation.py
train/config_management.py
train/config_template.yaml
train/custom_trainer.py
train/data_loader.py
train/dataset_builder.py
train/evaluate.py
train/experiment_tracking.py
train/hyperparameter_tuning.py
train/metrics.py
train/optimize.py
train/prepare_dataset.py
train/requirements_training.txt
train/test.db
train/test_study.db
train/train_detector.py
train/training_examples.py
train/training_pipeline.py
train/training_utils.py