Skip to content

PialGhosh2233/Simple-Bangla-Chatbot-using-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This GitHub repository contains code for a Bangla healthcare chatbot. This project utilizes recurrent neural network (bidirectional LSTM) to understand user input in Bangla and provide appropriate responses related to healthcare queries. The dataset, which includes responses, patterns, and tags (classifications), will be used to train the chatbot.Then use bidirectional LSTM to classify which category the user’s message belongs to, and then the chatbot will respond to the user randomly according to the category.