Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 842 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 842 Bytes

build codecov

financial-life

This project is a web app that visualizes the financial life of a user given relevant inputs.

Installation and Setup

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install the required Python packages using pip:
    pip install -r requirements.txt
    
  4. Run the Streamlit app:
    streamlit run app.py
    

Usage

Use the sliders on the left side of the app to adjust the model's parameters, such as the number of paths, number of years, initial cash, and more. Then, select the variables to plot and the graph will be generated accordingly.

License

MIT