Skip to content

Tulipraaj/Chatbot-using-RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Chatbot-using-RNN

Overview

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.

Files

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.

Dependencies

TensorFlow Keras NumPy JSON

Link for Intents : https://www.kaggle.com/datasets/elvinagammed/chatbots-intent-recognition-dataset

Enter "quit" to exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors