This is a basic dashboard created using the Plotly | Dash library of Python, while learning how to use it.
I also used Pandas to work with the Covid 19 Dataset
- Callbacks
- Interactive Graphing
- Use of Dash Core Components
- Live Updates
docker-compose up -d
to create the container
pip install -r requirements.txt
to install dependenciespython3 app.py
to run the application
Then, Go to http://localhost:8050