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.git
Go to the project directory
cd c2m2-kathmandu-viz
Create virtual environment
python3 -m venv ./venv
Activate environment
source venv/bin/activate
Install dependencies
pip install -r requirements.txt
Run Application
python app.py