This is a Python Flask web application with a simple chat-friendly User Interface built as a demo for IBM Day @ Dtec in Dubai, United Arab Emirates.
- Ensure Python is installed on your local environment (Both Python 2 and Python 3 are supported)
- Install the requirements using the command
pip install -r requirements.txt
- Edit the file
app.py
and add your Watson Conversationusername
,password
andworkspace_ID
- Run the application as:
python app.py
- Point your web browser to the address
localhost:<port>
- Have a conversation with Watson!
- Ensure that the IBM Cloud CLI tool is installed
- Clone this repository to a local directory
- Edit the file
app.py
and add your Watson Conversationusername
,password
andworkspace_ID
- Open a terminal and run the commands:
bx login
bx target -o ORG -s SPACE
bx app push
The presentation slides are available for download here!