Aplicación web de Machine Learning para predecir el porcentaje de grasa corporal usando XGBoost.
https://fat-percentage-predictor.onrender.com
- Python 3.11
- Flask
- XGBoost
- Scikit-learn
- Bootstrap 5
```bash
git clone https://github.com/tu-usuario/fat-percentage-predictor.git cd fat-percentage-predictor
python -m venv venv source venv/bin/activate # En Windows: venv\Scripts\activate
pip install -r requirements.txt
python app.py ```
Datos de: Kaggle - Life Style Data
- Bootstrap 5.3.0: Framework CSS para diseño responsive
- Font Awesome 6.4.0: Iconos
- Google Fonts (Poppins): Tipografía
Danny Palacios
MIT License