Skip to content

sunscrapers/streamlit-demo

Repository files navigation

Streamlit and Alpha Vantage data-driven app example

Setup

To run the code in this repository, you need to have Python3 and install dependencies included inside requirements.txt. It is stronly recommended to use the virtual environment for keeping installed packaged from your global Python installation.

python3.10 -m venv venv
source venv/bin/activate

pip install -r requirements.txt

Running apps

To run Streamlit app just type the following command:

streamlit run <file_name>.py

It will open web page containing your application in your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages