Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.02 KB

File metadata and controls

47 lines (26 loc) · 1.02 KB

Screenshot 2024-09-30 at 8 20 05 PM

Screenshot 2024-09-30 at 8 20 20 PM

Chatbot Project


This is a simple chatbot implemented in Python using Natural Language Processing (NLP) techniques. The chatbot can respond to user queries based on a dataset of predefined questions and answers.

Table of Contents

Features

  • Basic natural language understanding.
  • Responds to user input based on a predefined dataset.
  • Uses tokenization and lemmatization for processing text.

Installation

  1. Clone the repository:
    git clone https://github.com/chamikamunithunga/chatbot.git
    cd chatbot
    
    Technologies Used

Python 3 NLTK (Natural Language Toolkit) Pandas Scikit-learn NumPy