This is a simple ChatBot for a website. It can answer basic queries to user. It can 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
This project follows the MIT License.