Skip to content

raj-patra/chat-bot

Repository files navigation

Nicole - The Chat bot

Nicole is an intelligent chatbot made out of AIML files.

There are two versions in the Repository-

chat_bot_cmd.py runs in the Python console, taking prompts from the user and providing with witty replies based on its brain.

chat_room.py is a GUI made with Tkinter for python, an easy to use interface which gives a chat room experience.

The ".brn" file , also known as the brain file of the chatbot is also included. Feel free to delete the brain file and retrain it by adding even more aiml files in the respective folder.

Usage

# Install the necessary packages
pip install -r requirements.txt

# Runs the CLI based chat-bot
python chat_bot_cmd.py

# Runs the tkinter application
python chat_room.py

About

Nicole, a chat bot made out of AIML files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages