This is a basic AI chatbot built in Python. It identifies user intents like greetings, goodbyes, and thanks, and responds accordingly.
- Text-based chatbot
- Simple intent recognition using token matching
- Randomized responses for each intent
- Clone the repository
- Install dependencies:
pip install -r requirements.txt- Run the chatbot:
python bot.py- Use a trained NLP model for better intent classification
- Add a GUI using Tkinter or a web interface using Flask
- Implement memory for more natural conversations
Built with Python and NLTK.