face-recognition banner

face-recognition

2 devlogs
9h 35m 13s

This project implements a Face Recognition System using dimensionality reduction techniques such as Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA).

Demo Repository

Loading README...

Jow

Shipped this project!

I built a Simple Face Recognition system using Python and a KNN classifier to identify and classify faces from images.

This project taught me a lot about machine learning workflows, image processing, and model training pipelines. I also learned how to turn a machine learning model into a usable product by building a REST API with FastAPI and connecting it with simple web and client interfaces.

One of the biggest challenges was improving accuracy and handling different image conditions, so I added image enhancement and batch training features to make the model more reliable.
I also practiced deployment skills by Dockerizing the project and preparing it for cloud deployment.

Overall, this project helped me connect ML concepts with real-world application development, from training a model all the way to deploying a working system.

Jow

Identify and classify faces using trained KNN model

Attachment
0
Jow

I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.

Attachment
0