This is a little project developed in the scope of the Creative Hackathon (Creaton) by OpenBB.
Here I've developed a super simple application that leverages the OpenBB SDK and present the results using Streamlit.
- Create a
.env
file in the root of the repository with the following content:
DASHBOARD_TITLE="your_dashboard_title"
PORTFOLIO_FILE="path_to_your_portfolio_file"
- Install the dependencies:
poetry install
- Get the dashboard running:
streamlit run openbb_creaton/main.py