AI ChatBot using Python Tensorflow and Natural Language Processing (NLP) along side TFLearn
-
Updated
Jul 12, 2021 - Jupyter Notebook
AI ChatBot using Python Tensorflow and Natural Language Processing (NLP) along side TFLearn
Build a chatbot using deep learning techniques. The chatbot will be trained on the dataset which contains categories (intents), pattern and responses. We use a special recurrent neural network (LSTM) to classify which category the user’s message belongs to and then we will give a random response from the list of responses.
In this repository, I've made different kind of chat bots using python.
Add a description, image, and links to the chatbot-python topic page so that developers can more easily learn about it.
To associate your repository with the chatbot-python topic, visit your repo's landing page and select "manage topics."