API_Chatbot icon indicating copy to clipboard operation
API_Chatbot copied to clipboard

API Chatbot for Machine Learning for Hackers #9

Overview

This is a Python client for a Flower Delivery Chatbot that I made using API.AI. The bot will have a full conversation with the user, from intial proposal to order delivery status. This is the code for Machine Learning for Hackers #9 on Youtube.

Dependencies

  • python 2.7
  • API.AI
  • [virtualenv] (https://virtualenv.pypa.io/en/latest/installation.html)

Basic Usage

To run, type the following into terminal

python demo.py

The conversation will start! All the chatbot logic happens in the API.AI console You can exit the conversation by just typing 'exit' into the chat.

Credits

Siraj Raval