Dipin-Adhikari / Life-expectency

Life Expectancy Predictor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life Expentancy Predictor in Python

A Python program that predicts the life expectancy of a given country on a given year.

currently it can predict only these country:

"Australia",
"Brazil",
"Canada",
"China",
"France",
"Germany",
"India",
"Italy",
"Japan",
"Mexico",
"Russia",
"Spain",
"Switzerland",
"United Kingdom",
"United States",

Installation

Running Code directly

  git clone https://github.com/ASACHIT/Life-expectency.git
  cd Life-expectency
  pip3 install -r requirement.txt
  python3 main.py

About

Life Expectancy Predictor


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%