Skip to content

hyunji0618/BMI-Facial-Detection-Using-Deep-Learning

 
 

Repository files navigation

BMI_facial_detect

A machine learning project that predicts Body Mass Index (BMI) from facial images using deep learning models such as VGG16 and Facenet. This project is inspired by and extends the work from “Face-to-BMI: Using Computer Vision to Infer Body Mass Index on Social Media” by Kocabey et al.

├── BMI_facial_detect_Cindy.ipynb # EDA and preprocessing

├── app.py # Streamlit app interface

├── best_model.joblib # Final trained model

├── clean_bmi_data.csv # Cleaned and preprocessed data

├── data.csv # Original dataset

├── vgg_code.ipynb # VGG16 model code

├── BMI_Models_ZC # Additional model implementation

├── ML_project.Models(...) # Combined VGG16 + Facenet model

├── README.md # Project documentation

About

Deep learning–based facial detection system for estimating BMI from face images using CNN architectures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%