bmi-project icon indicating copy to clipboard operation
bmi-project copied to clipboard

machine learning model that predicts body mass index from face images

This repo accompanies the blog post Estimating Body Mass Index from Face Images Using Keras and Transfer Learning.

Instructions for running the demo

  1. Clone this repo
  2. Make sure requirements in requirements.txt are installed
  3. Download the trained model weights and put file in the repo directory
  4. python demo.py

If you have more than one face in the frame of your video camera, run the script with the --multiple flag, or else the results will be off.