covid19-voice-assistant
voice assistant made with python that search for covid19 data(like total cases, deaths and etc) in a specific country
installing
clone this repo on github:
$ git clone
install the dependencies:
$ cd covid19-voice-assistant
$ pip3 install -r requirements.txt
run the app:
$ python app.py