Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 364 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 364 Bytes

Watson Conversation WebChat

A simple chat application test IBM Watson bots.

To run this application install the requirements in a virtual environment, run python chat.py and visit http://localhost:5000 on one or more browser tabs.

If you prefer, you can also start the server using the Flask cli:

$ FLASK_APP=chat.py flask run