This is a demo application designed to plot mortality data. The application is built with Streamlit. The app is currently live and can be accessed at https://mortality-plot.streamlit.app/.
This project uses pipenv for package management. If you don't have pipenv installed, you can install it by running:
pip install --user pipenv
-
Clone this repository:
git clone https://github.com/yourusername/mortality-data-plot.git
-
Change into the directory:
cd mortality-data-plot
-
Install the dependencies:
pipenv install
After completing the installation step, you can run the application using Streamlit:
pipenv run streamlit run app.py
This command will start a local server and the application will be accessible at http://localhost:8501
in your browser.