Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
left-nullspace authored Jul 22, 2024
1 parent 66ea467 commit 3383715
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

# Portfolio Management Toolkit

The Portfolio Management Toolkit is a Streamlit-based web application that helps users optimize and simulate their investment portfolios using advanced financial methods.

[Access the application](https://portfolio-toolkit.streamlit.app/)

## Features

- Portfolio Optimization
- Portfolio Simulation
- Benchmark Comparison

## Libraries Used

- streamlit
- pandas
- numpy
- yfinance
- matplotlib
- pypfopt

## Usage

Run the Streamlit application:
```bash
streamlit run app.py
```

## License

This project is licensed under the MIT License.

---

0 comments on commit 3383715

Please sign in to comment.