Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 843 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 843 Bytes

LobangCube

This is a hackathon project for BuildingBloCS June 2024.

LobangCube takes in your (i) age, (ii) housing type, (iii) total CPF balance, (iv) yearly income, (v) yearly expenditure, and (vi) savings, and it will show you 3 different metrics (i) Quality of Life, (ii) Disaster Preparedness, and (iii) Retirement Readiness.

We will show you an aggregate score out of a 100, give you suggestions on how to improve your metrics, and we will show you a projection of the metrics against your age.

Testing Instructions

  1. Download/Clone the repo
  2. Make LobangCube your working directory
  3. Install the dependencies (if using Mac/Linux, remove the PyWin dependency) pip install -r requirements.txt
  4. Make src your working directory
  5. Run the streamlit application streamlit run app.py OR python -m streamlit run app.py