Building a Code-Switching Chichewa–English Voice AI Agent for Speech Recognition
# Chichewa–English Code-Switch Voice Agent
This project explores building a speech AI system that can understand code-switched Chichewa-English speech using Whisper.
## Project Structure
chichewa-voice-agent/
│
├── data/
│ ├── audios/
│ └── phrases/
│ └── phrases.csv
│
├── notebooks/
│ ├── dataset_preparation.ipynb
│ └── whisper_transcription_test.ipynb
│
├── scripts/
│ └── prepare_dataset.py
│
├── requirements.txt
└── README.md