This notebook contains code for training and evaluating a chatbot model using TensorFlow and Keras. The chatbot model is built using a recurrent neural network (RNN) architecture, specifically a Bidirectional LSTM network.
Chatbot.ipynb: Jupyter notebook containing the code for training and evaluating the chatbot model. Intent.json: JSON file containing the training data for the chatbot, including intents and associated texts and responses.
TensorFlow Keras NumPy JSON
Link for Intents : https://www.kaggle.com/datasets/elvinagammed/chatbots-intent-recognition-dataset
Enter "quit" to exit.