Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seriousme/transferbot
Experiment in conversational banking
https://github.com/seriousme/transferbot
banking chatbot conversation firebase
Last synced: about 1 month ago
JSON representation
Experiment in conversational banking
- Host: GitHub
- URL: https://github.com/seriousme/transferbot
- Owner: seriousme
- Created: 2017-03-12T14:40:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T16:30:35.000Z (over 3 years ago)
- Last Synced: 2024-10-03T08:09:47.806Z (about 2 months ago)
- Topics: banking, chatbot, conversation, firebase
- Language: JavaScript
- Size: 303 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transferbot
Experiment in conversational banking to learn about interaction using natural language.The transferbot is composed of 3 parts:
- the AI, provided by https://dialogflow.com (two instances: one English version and one Dutch version)
- the (very simplistic) banking backend hosted at https://firebase.google.com/ to maintain balances
- the web frontend hosted using gitHub pages, including voice recognition when using Chrome using the selected languageThe frontend can be easily replaced by other [channels](https://docs.api.ai/docs/integrations) an example being the [default dialogflow.com web agent](https://console.dialogflow.com/api-client/demo/embedded/transferbot) and the [Dutch dialogflow.com web agent](https://console.dialogflow.com/api-client/demo/embedded/transferbotNL)