Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/afritzler/covidbot
- Owner: afritzler
- License: apache-2.0
- Created: 2020-03-17T09:23:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T14:50:14.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T07:45:10.647Z (2 months ago)
- Topics: chatbot, covid19
- Language: HTML
- Homepage: https://afritzler.github.io/covidbot/
- Size: 530 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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