DEV Community

ROHAN JADHAV
ROHAN JADHAV

Posted on

VoiceAssist AI: Revived with Kannada & Urdu Support using GitHub Copilot

GitHub “Finish-Up-A-Thon” Challenge Submission

This is a submission for the GitHub Finish-Up-A-Thon Challenge

What I Built

VoiceAssist AI is a multilingual voice assistant for bank branch counters that I built during the iDEA 2.0 hackathon. It transcribes customer speech, processes queries with LLaMA via Groq, and responds in the customer's native language using TTS.

Demo

Live: https://voiceassist-ai.vercel.app
GitHub: https://github.com/rohan-jadhav-dev/voiceassist-ai

The Comeback Story

The app was stuck at 6 languages after the hackathon. I used GitHub Copilot to identify the gaps — it analyzed the repo and created a PR adding Kannada and Urdu support with proper Unicode script detection, TTS fallback, and verification flows. Languages went from 6 to 8.

My Experience with GitHub Copilot

Copilot analyzed the entire repo, identified missing language support, and autonomously created a pull request with all the backend and frontend changes needed. It saved hours of manual work and the PR passed all checks on the first try.

Top comments (0)