An intelligent chatbot built using Python and Machine Learning that can respond to user queries based on trained datasets.
- AI based chatbot responses
- Machine learning trained model
- Custom dataset support
- Fast response system
- Simple command line interface
AI-ChatBox
│
├── dataset/ # Training data
├── model/ # Saved ML model
├── chatbot.py # Main chatbot program
├── requirements.txt # Python dependencies
└── README.md
git clone https://github.com/Shaik-Razak872/AI-ChatBox.git
cd AI-ChatBox
pip install -r requirements.txt
python chatbot.py- Python
- Machine Learning
- NLP
- Scikit-learn
Shaik Razak