Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorshinya/chatbot-ui
Chatbot User Interface for Watson Assistant service
https://github.com/victorshinya/chatbot-ui
chatbot chatbot-ui watson watson-assistant
Last synced: 7 days ago
JSON representation
Chatbot User Interface for Watson Assistant service
- Host: GitHub
- URL: https://github.com/victorshinya/chatbot-ui
- Owner: victorshinya
- License: apache-2.0
- Created: 2019-09-04T13:50:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T15:34:02.000Z (about 4 years ago)
- Last Synced: 2024-11-11T09:08:14.985Z (2 months ago)
- Topics: chatbot, chatbot-ui, watson, watson-assistant
- Language: JavaScript
- Homepage:
- Size: 723 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatbot UI
[![IBM Cloud Powered](https://img.shields.io/badge/IBM%20Cloud-powered-blue.svg)](https://cloud.ibm.com)
[![Platform](https://img.shields.io/badge/platform-nodejs-lightgrey.svg?style=flat)](https://developer.ibm.com/node/)A User Interface (UI) for a Chatbot application. It allows you to run a IBM Watson Assistant's Assistant on Cloud. No new code required. This application was designed and developed to accelerate the go-to-market process.
![Architecture Design](doc/source/images/architecture.jpeg)
## Components and technologies
* [Watson Assistant](https://cloud.ibm.com/catalog/services/watson-assistant): Watson Assistant lets you build conversational interfaces into any application, device, or channel.
## Run locally and deploy
In order to deploy the code in a cloud platform, you need to install [Node.js](https://nodejs.org/). After the installation, you can follow the steps below.
### 1. Download the source code
```sh
git clone https://github.com/victorshinya/chatbot-ui.git
cd chatbot-ui
```### 2. Install all dependencies and build the app
```sh
npm install
npm run build
```### 3. Run the app
```sh
npm start
```### 4. Deploy to the cloud
```sh
ibmcloud cf push {your_app_name}
```## Roadmap
* [x] Handle response type: text
* [x] Handle response type: image
* [ ] Handle response type: options
* [ ] Handle response type: pause
* [ ] Record and receive audio
* [ ] Convert: speech to text
* [ ] Play audio
* [ ] Convert: text to speech## License
Copyright 2019 Victor Shinya
Licensed under the Apache License, Version 2.0 (the "License").