This is a simple AI chatbot built using Python. It can respond to basic user inputs like greetings, questions, and simple conversations.
- Responds to greetings (hello, hi)
- Answers simple questions
- Basic conversation flow
- Exit command to stop the program
- Python
python chatbot.py-> AI : Welcome to HT-AI chatbot, how can I help you?
-> You : hello
-> AI : Hello, nice to meet you!
- HTALAL Mohamed Rayan