<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ROHAN JADHAV</title>
    <description>The latest articles on DEV Community by ROHAN JADHAV (@rohan_jadhav_08594db53fa8).</description>
    <link>https://dev.to/rohan_jadhav_08594db53fa8</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3967749%2Fae6ffb81-a2bf-4364-931e-170a81243eb4.png</url>
      <title>DEV Community: ROHAN JADHAV</title>
      <link>https://dev.to/rohan_jadhav_08594db53fa8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rohan_jadhav_08594db53fa8"/>
    <language>en</language>
    <item>
      <title>VoiceAssist AI: Revived with Kannada &amp; Urdu Support using GitHub Copilot</title>
      <dc:creator>ROHAN JADHAV</dc:creator>
      <pubDate>Thu, 04 Jun 2026 07:41:09 +0000</pubDate>
      <link>https://dev.to/rohan_jadhav_08594db53fa8/voiceassist-ai-revived-with-kannada-urdu-support-using-github-copilot-2kad</link>
      <guid>https://dev.to/rohan_jadhav_08594db53fa8/voiceassist-ai-revived-with-kannada-urdu-support-using-github-copilot-2kad</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Live: &lt;a href="https://voiceassist-ai.vercel.app" rel="noopener noreferrer"&gt;https://voiceassist-ai.vercel.app&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/rohan-jadhav-dev/voiceassist-ai" rel="noopener noreferrer"&gt;https://github.com/rohan-jadhav-dev/voiceassist-ai&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Comeback Story
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
    </item>
    <item>
      <title>How I Revived VoiceAssist AI: Adding Kannada &amp; Urdu Support with GitHub Copilot</title>
      <dc:creator>ROHAN JADHAV</dc:creator>
      <pubDate>Thu, 04 Jun 2026 07:35:38 +0000</pubDate>
      <link>https://dev.to/rohan_jadhav_08594db53fa8/how-i-revived-voiceassist-ai-adding-kannada-urdu-support-with-github-copilot-1982</link>
      <guid>https://dev.to/rohan_jadhav_08594db53fa8/how-i-revived-voiceassist-ai-adding-kannada-urdu-support-with-github-copilot-1982</guid>
      <description>&lt;h2&gt;
  
  
  The Project
&lt;/h2&gt;

&lt;p&gt;VoiceAssist AI is a multilingual voice assistant I built for bank branch counters during the iDEA 2.0 hackathon. It lets customers speak in their native language while bank staff respond in English — bridging the language gap in Indian banking.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem (Before)
&lt;/h2&gt;

&lt;p&gt;The app supported 6 languages but was missing Kannada and Urdu — two major Indian languages covering millions of bank customers. The code also had no proper script detection for non-Latin scripts.&lt;/p&gt;

&lt;h2&gt;
  
  
  How GitHub Copilot Helped
&lt;/h2&gt;

&lt;p&gt;I asked Copilot to analyze the repo and suggest what was missing. It identified the language gaps, then automatically created a PR adding Kannada Devanagari script detection, Urdu Persian/Arabic script detection, TTS fallback handling, and updated the frontend language list from 6 to 8 languages.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Result (After)
&lt;/h2&gt;

&lt;p&gt;Languages expanded: 6 → 8&lt;br&gt;
Kannada + Urdu voice input via Whisper STT&lt;br&gt;
Proper Unicode script detection&lt;br&gt;
Full verification flow in both languages&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/rohan-jadhav-dev/voiceassist-ai" rel="noopener noreferrer"&gt;https://github.com/rohan-jadhav-dev/voiceassist-ai&lt;/a&gt;&lt;br&gt;
Live: &lt;a href="https://voiceassist-ai.vercel.app" rel="noopener noreferrer"&gt;https://voiceassist-ai.vercel.app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>githubchallenge</category>
      <category>devchallenge</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
