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

https://github.com/carlostojal/barnabychatbot

BarnabyChatbot is a simple chatbot used as demo for Barnaby API. Its goal is to show how easy is to use Barnaby API.
https://github.com/carlostojal/barnabychatbot

chatbot python tensorflow tkinter

Last synced: about 2 months ago
JSON representation

BarnabyChatbot is a simple chatbot used as demo for Barnaby API. Its goal is to show how easy is to use Barnaby API.

Awesome Lists containing this project

README

          

# BarnabyChatbot

BarnabyChatbot is a simple chatbot used as demo for [Barnaby API](https://github.com/carlostojal/Barnaby). Its goal is to show how easy is to use Barnaby API.

## How to use

* Run ```setup.sh``` to install all required dependencies.
* Start the Barnaby API. See Barnaby API documentation. Check the address and port (Default: 127.0.0.1:5000)
* Start the Barnaby Chatbot. (```barnaby.py```)

![Barnaby Chatbot](https://raw.githubusercontent.com/carlostojal/BarnabyChatbot/master/img/screenshot.png?token=AIWB3W5KIG5GA7GLCOEZ3NC6QJGXQ)