Skip to content

sabar0401/Chatbot_NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Chatbot using NLP

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.

Setup Instructions

Requirements

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages