It has been said that humans are visual animals.Little wonder visualizations and dashboards have taken the data analytics world by storm. Through visualizations, complex information are succintly and compactly presented! NGX Dashboard displays the entire NGX Market in near-real-time and more.
- create a new folder and a virtual environment
virtualenv ~/.venv
orpython3.10 -m venv env
- activate the virtual environment e.g
source env/bin/activate
- clone the repo
git clone https://github.com/ajakaiye33/ngx-dashboard.git
cd
intongx_dashboard
- run
make install
- run
streamlit run stock_viz.py --server.port 8501
- Go over to your browser and point accordingly
Alternatively copy and paste in a browser the url: https://stock-das.herokuapp.com/
Find it useful? .. give it a star! 😉