SteliosGian / covid_cases

Covid-19 Voice Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Covid-19 Voice Assistant

License:MIT License


Languages

Language:Python 100.0%