Easy Realtime Corona Analytic Dashboard using h2o_wave. View the most recent corona stat updates of any country in the world.
Fetching Data from Novel Covid API
- Python 3.9+
- pip3
to Run the app we need install and run the wave server. https://wave.h2o.ai/docs/installation Extract the wave sdk and run waved to start the server. IMPORTANT : keep this server running throughout the process !
git clone https://github.com/nerodroid/corona-dashbboard-w2o-wave.git
extract the project to a location of your choice and go inside the folder.
cd corona-dashbboard-w2o-wave-main
Next we need to set the environment for the app to function in.
python3 -m venv venv or py -m venv venv
source venv/bin/activate or venv\scripts\activate
pip install -r requirements.txt
if everything went well so far , it's now ready to run Run the app with ANOTHER terminal
wave run CoronaDashboard.py
Open http://localhost:10101/CoronaDashboard with any browser