This project is a web app that visualizes the financial life of a user given relevant inputs.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required Python packages using pip:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py
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.
MIT