Logo Lanfrica

BlessingGianna7/Kinyarwanda_Voice_Assistant

Domaine:

natural language processing

Type de record:

software
Créateur:
Ble
Hôte:
# Kinyarwanda Voice Assistant A simple Kinyarwanda-speaking voice assistant built for the Intelligent Robotics course. It processes spoken Kinyarwanda input, interprets the question, and responds with synthesized speech. ## How to Run 1. **Install dependencies**: Make sure you have Python 3 installed. Then, install the required libraries: ```bash pip install -r requirements.txt Add your audio: Place Kinyarwanda audio questions inside the audio/ directory. Run the assistant: **Execute the main script to start processing:** python main.py Requirements Python 3.x Whisper (for speech recognition) gTTS (for text-to-speech) PyTorch (backend for Whisper)