Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 894 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 894 Bytes

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