Prototype Dashboard for data visuallization of C2M2 Kathmandu(A project aiming to map the secondary impacts of Covid-19 on the tourism sector of Kathmandu valley). This dashboard is built using Plotly dash.
Live demo at: https://c2m2-kathmandu.herokuapp.com/
C2M2 Kathmandu Portal: http://tourismincovid.klldev.org/
Clone the project
git clone https://github.com/AadeshBaral/c2m2-kathmandu-viz.gitGo to the project directory
cd c2m2-kathmandu-vizCreate virtual environment
python3 -m venv ./venvActivate environment
source venv/bin/activateInstall dependencies
pip install -r requirements.txtRun Application
python app.py