Using Streamlit as a tool for Financial Statement Analysis
# check the demo here:
https://finlite.streamlit.app/
visit https://www.alphavantage.co/ and get your API key
# clone repository
git clone https://github.com/JakubPluta/fin-streamlit.git
# Navigate to cloned project and create a virtual environment
python -m venv env
# activate virtual environment
source env/Scripts/activate # or source env/bin/activate
# install poetry
pip install poetry
# install packages
poetry install
* Visit https://www.alphavantage.co/ and get your API key
* And then set ALPHA_VANTAGE_API_KEY in .env file in root directory
# run application
streamlit app.py
# or use makefile
make run
- Jakub Pluta - github