Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afritzler/covidbot

Chatbot to lookup current COVID-19 cases world wide and for a particular country
https://github.com/afritzler/covidbot

chatbot covid19

Last synced: 16 days ago
JSON representation

Chatbot to lookup current COVID-19 cases world wide and for a particular country

Awesome Lists containing this project

README

        

# covidbot

CovidBot is a chatbot interface which allows you to query the the current COVID-19 cases world wide and for a particular country.

## Live Demo

A [live demo](https://afritzler.github.io/covidbot/) can be found here https://afritzler.github.io/covidbot/

## Implementation

The ChatBot was build using the [SAP Conversational AI](https://cai.tools.sap/) framework in conjunction with a Google Cloud Function extending the ChatBot with the corresponding [skill](https://cai.tools.sap/docs/concepts/what-skill). Both can be found here

* https://cai.tools.sap/afritzler/covid-bot
* https://github.com/afritzler/covid-skill

## Credits

* The data is provided by [worldometer](https://www.worldometers.info/coronavirus/)
* API backend implementation can be found [here](https://github.com/NovelCOVID/API)
* [SAP Conversational AI](https://cai.tools.sap/) as the chatbot framework