Amharic chat bot
# Amharic Rule-Based Chatbot
This is a simple rule-based chatbot built to respond to Amharic inputs like greetings, time requests, and basic questions.
## Features
- Supports common greetings
- Responds to time, name, thanks, and farewell
- Does not require any training
## Usage
```bash
python amharic_chatbot/main.py
```
Type "0" to exit the chatbot.
## Future Work
- Add more intents
- Integrate with a GUI or web app
- Expand with Rasa or NLU models