Skip to content

Flask hosted, real-time face detection & feature classification; ResNet model trained on CelebA dataset.

Notifications You must be signed in to change notification settings

ltbd78/facial-feature-detection

Repository files navigation

Facial Feature Detection

Overview

notebooks/ - showcases the process of the ML pipeline
  • 1. extract_faces.ipynb - data cleaning
  • 2. pytorch.ipynb - training, validation
  • 3. eval.ipynb - testing, visualization of results
main.py - entrypoint for running the live facial feature detection
webpage.py - entrypoint for running the flask hosted webpage

Instructions

To run main.py or webpage.py, you need the model files. You can either:

  1. download the pretrained models here:

OR

  1. download the CelebA dataset and train your own models by running the notebooks in order

About

Flask hosted, real-time face detection & feature classification; ResNet model trained on CelebA dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published