Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 572 Bytes

File metadata and controls

12 lines (12 loc) · 572 Bytes

This is a simple implementation of a ChatBot for a website. It can answer basic queries of an user. It feteches the related answers for the questions from the pre-loaded set of answers.
Python - 3.10 - 3.12

Download the dataset from: Chat Dataset
Install modules by
pip install -r requirements.txt
To run,
python app.py
Screenshot (168)