A web-based system that predicts a person's life expectancy using machine learning based on quality of life indicators such as age, country, BMI, education, income, alcohol and tobacco use.
- Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
- Open in your browser:
http://localhost:5000