This project aims to predict body fat percentage based on Body Mass Index (BMI) using a linear regression model. It leverages a dataset containing height and weight measurements, calculates BMI, and estimates body fat percentage.
Requirements
Google Colab
Libraries: pandas numpy matplotlib scikit-learn