Skip to content

KvnFltr/face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published