Kinyarwanda Voice Assistant
# Kinyarwanda Voice Assistant
This project is a mini Kinyarwanda Voice Assistant for Intelligent Robotics coursework.
It listens to Kinyarwanda audio, understands the question, and speaks back the answer.
## How to Run
1. Install the required libraries:
2. Place your audio questions in the `audio/` folder.
3. Run the project:
4. The recognized text and spoken answers will be saved in the `outputs/` folder.
## Requirements
- Python 3
- whisper
- gTTS
- torch