Skip to content

YasserCherfaoui/AI-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Chatbot

Discover the open source AI Chatbot

This AI chatbot is an open source project you can always improve it by adding some examples and subjects to the model itself in the intents.json file

How to use it ?

Just run the chatbot.py using the command python chatbot.py and then start to your exprience and whenever you add some new data to the model (basically adding them to intents.json) run the python training.py after that go back to the chatbot.py and test you're data

PS :

bug if report() else fix()

intents.json :

{
    "tag": "Greeting",
    "patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Good day", "Whats up", "Hey", "greetings"],
    "responses": ["Hello!", "Good to see you again!", "Hi there, how can I help?"],
    "context_set": ""
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages