Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 642 Bytes

File metadata and controls

14 lines (11 loc) · 642 Bytes

Open In Colab

Bias-aware Face Recognition (Notebook)

This repo hosts a single Jupyter notebook implementing a face recognition pipeline: detection/landmarks (dlib + HOG) → feature extraction (CNN/Keras/TensorFlow) → classification (SVM / kNN / Logistic Regression, scikit-learn), with basic evaluation.

Quick start

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
jupyter lab  # or jupyter notebook