This repository contains code for a simple chatbot developed using NLP techniques. The chatbot performs intent recognition, entity extraction, and response generation using pre-trained models such as BERT and BART.
- Python 3.6+
- Required Python packages (install using
pip
):pip install numpy pandas nltk tensorflow transformers spacy python -m spacy download en_core_web_sm