项目作者: SteliosGian

项目描述 :
Covid-19 Voice Assistant
高级语言: Python
项目地址: git://github.com/SteliosGian/covid_cases.git
创建时间: 2020-06-07T18:42:21Z
项目社区:https://github.com/SteliosGian/covid_cases

开源协议:MIT License

下载


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