webclinic017 / streamlit-demos

Data-driven apps developed using the 'streamlit' python library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-driven app developed using the 'streamlit' python library

Checks workflow

Quick start

Create a Python virtual environment: python3 -m venv /path/to/new/virtual/environment

Install all the requirements: pip install -r requirements.txt

Start the app on a local server through Streamlit: streamlit run main.py

You can now view this Streamlit app in your browser!

Deployed apps

Take a look at the current version of the app here.

Acknowledgments

Some ideas for this web app were borrowed from this tutorial series.

Some methods for financial analysis were borrowed from Python for Finance Cookbook.

About

Data-driven apps developed using the 'streamlit' python library.

License:Apache License 2.0


Languages

Language:Python 100.0%