This is a Python voice assistant that retrieves the total number of cases and deaths as well as the total number of cases and deaths per country.
This repository is created mainly to test different technologies and frameworks for personal practice.
Run the main.py file and talk to ask the number of cases or deaths.
Some valid statements:
- "How many total cases"
- "Total cases"
- "How many total deaths"
- "Total deaths"
- "How many total cases are there in Brazil"
All dependencies are inside the Pipfile.lock file and can be installed via pipenv.
- Microphone
- Tests ☑
- Docker container
- CI/CD