Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 772 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 772 Bytes

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

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