Skip to content

SteliosGian/covid_cases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Python Voice Assistant

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.

Instructions

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.

Requirements

  • Microphone

To be added

  • Tests ☑
  • Docker container
  • CI/CD