Skip to content

Kieckss/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Chatbot

Chatbot example

Simple Chatbot

A basic Python chatbot that uses regular expressions and the NLTK library for natural language processing. This chatbot responds to simple queries and can be expanded with more sophisticated patterns.

Features:

  • Responds to simple greetings
  • Answers questions like "How are you?" or "What is your name?"
  • Can be extended with more patterns and responses

Requirements:

  • Python 3.x
  • nltk library (you can install it using pip install nltk)

How to Run:

  1. Clone the repository to your local machine.
  2. Install the nltk library if you haven't already:
    pip install nltk

About

Chatbot example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published