This repository contains the source code for an AI Chatbot implemented in Python. The chatbot is designed to interact with users and provide responses based on predefined rules and machine learning models.
- Natural Language Processing (NLP) for understanding user input
- Predefined responses for common queries
- Machine learning models for more complex interactions
- Easy to customize and extend
- Clone the repository:
git clone https://github.com/evil1086/AI_Chatbot_In_Python_With_Source_Code.git - Navigate to the project directory:
cd AI_Chatbot_In_Python_With_Source_Code - Install the required dependencies:
pip install -r requirements.txt
To start the chatbot, run the following command: chatbot.py
Sample Output: (chatterboat) E:\AI_Chatbot_In_Python_With_Source_Code\AI chatbot>python chatbot.py Hi, I'm the chatbot you built
hi Hey there my name is vinod Hello vinod, How are you today ? how are you I'm doing good How about You ? doing good None quit Bye for now. See you soon :)