Code, model data and a mongodump of the MongoDB documents used for the chatbot built and decscribed at https://khartig.wordpress.com/2017/12/30/build-a-simple-chatbot-with-tensorflow-python-and-mongodb/
- loadIntents.py - creates the predictive model for chatbot intents
- chatbotFramework.py - runs the chatbot. loads the model and accepts user input for a dialog
- db - contains exported MongoDB intent documents used in the example