A Simple Data Dashboard using Plotly and Flask visualizing Development Indicators
of some Asian countries
using World Bank's Data.
- Download using the command git clone or manually on to your local machine.
- Run the following command
pip install -r requirements.txt
- Using the cmd, run the file using the command (on windows)
python worldbank.py
- The cmd will output the local web address and port where the app is running. As an example, this might be http://127.0.0.1:5000/. Now, open a web browser and go to that web address.
- You can also access the dashboard on other devices on the same network by going to the link displayed (while it is still being served).
- Front End using simple Bootstrap
- Back-end using Python Flask
- Wrangling World Bank CSV Data using Pandas
- Plotly for Visualisations using the csv data
You will need Python3 installed on your local machine.
Feel free to give a star to this project if you like and support! Adios