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.
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.
Siraj Raval