Skip to content

inotives/live-crypto-dashboards

Repository files navigation

Live Crypto Dashboards

This dashboard was develope using streamlit to showcase the live update of public api from crypto exchanges.

How to run the dashboard locally

  • After cloning the repo, cd into root folder of the report and install python virtual environment
python -m venv venv
  • after setting up the virtual environment, activate the virtual env
source venv/bin/activate 
  • next install all the dependency packages
pip install -r requirements.txt
  • after all package installed, you can run the streamlit app by the following command:
streamlit run app.py 

About

streamlit site for data dashboards and my blog post

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages