<?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: Mallarpu Deepak sai</title>
    <description>The latest articles on DEV Community by Mallarpu Deepak sai (@mdeepaksai).</description>
    <link>https://dev.to/mdeepaksai</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%2F3892173%2F5d33140a-16b6-4bec-87c9-d27e8ad42e8a.jpeg</url>
      <title>DEV Community: Mallarpu Deepak sai</title>
      <link>https://dev.to/mdeepaksai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mdeepaksai"/>
    <language>en</language>
    <item>
      <title>How I built a free AI voice detector that supports 5 Indian languages</title>
      <dc:creator>Mallarpu Deepak sai</dc:creator>
      <pubDate>Wed, 22 Apr 2026 09:53:42 +0000</pubDate>
      <link>https://dev.to/mdeepaksai/how-i-built-a-free-ai-voice-detector-that-supports-5-indian-languages-p24</link>
      <guid>https://dev.to/mdeepaksai/how-i-built-a-free-ai-voice-detector-that-supports-5-indian-languages-p24</guid>
      <description>&lt;p&gt;I'm a 2nd year ECE student at KIT, Tamil Nadu. &lt;br&gt;
I just shipped VoiceID — a free tool that detects &lt;br&gt;
whether a voice is human or AI-generated.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Deepfake audio is becoming a real threat. Most detection &lt;br&gt;
tools only support English. Nobody was building for &lt;br&gt;
Indian languages.&lt;/p&gt;

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

&lt;p&gt;VoiceID analyses 88 acoustic features from any MP3 or &lt;br&gt;
WAV file and classifies the voice as Human or AI with &lt;br&gt;
a confidence score.&lt;/p&gt;

&lt;p&gt;Supports: English, Tamil, Hindi, Malayalam, Telugu.&lt;/p&gt;

&lt;p&gt;Live demo: &lt;a href="https://mdeepaksai.github.io/human-or-AI/" rel="noopener noreferrer"&gt;https://mdeepaksai.github.io/human-or-AI/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;FastAPI backend deployed on Railway&lt;/li&gt;
&lt;li&gt;Vanilla JS frontend on GitHub Pages&lt;/li&gt;
&lt;li&gt;Supabase for live visitor tracking&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Shipping a real product is completely different from &lt;br&gt;
building a college project. You deal with CORS issues, &lt;br&gt;
file size limits, audio format compatibility, and &lt;br&gt;
latency that you never think about in a demo.&lt;/p&gt;

&lt;p&gt;The most valuable thing wasn't the ML model. &lt;br&gt;
It was deploying something real people actually use.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Free. No login. No signup.&lt;br&gt;
&lt;a href="https://mdeepaksai.github.io/human-or-AI/" rel="noopener noreferrer"&gt;https://mdeepaksai.github.io/human-or-AI/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>webdev</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
