<?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: Malathi Venkatesan</title>
    <description>The latest articles on DEV Community by Malathi Venkatesan (@malvenkatesan).</description>
    <link>https://dev.to/malvenkatesan</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%2F3787037%2F857ac1cb-b5f0-4bf8-b6fd-5c40fc9a7152.png</url>
      <title>DEV Community: Malathi Venkatesan</title>
      <link>https://dev.to/malvenkatesan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/malvenkatesan"/>
    <language>en</language>
    <item>
      <title>PathShala AI: Offline, Zero-Install Teaching Assistant</title>
      <dc:creator>Malathi Venkatesan</dc:creator>
      <pubDate>Sun, 01 Mar 2026 18:25:37 +0000</pubDate>
      <link>https://dev.to/malvenkatesan/pathshala-ai-offline-zero-install-teaching-assistant-1n1j</link>
      <guid>https://dev.to/malvenkatesan/pathshala-ai-offline-zero-install-teaching-assistant-1n1j</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/weekend-2026-02-28"&gt;DEV Weekend Challenge: Community&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Community
&lt;/h2&gt;

&lt;p&gt;I grew up watching teachers struggle in classrooms where the internet is either absent or unreliable. In rural Area, millions of school teachers face the same problem every single day: they are expected to deliver quality, engaging lessons — but the digital tools that could help them are locked behind a stable internet connection they simply don't have.&lt;br&gt;
Free AI tools like ChatGPT and Gemini exist — but they're completely useless when there's no internet. Offline AI tools like Ollama and LM Studio exist — but they require terminal commands, admin rights, and software installation that a government school teacher cannot do.&lt;/p&gt;

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

&lt;p&gt;PathShala AI is a browser-native, zero-install AI teaching assistant that runs 100% offline after a one-time setup — no app, no admin rights, no internet, no API key. Ever.&lt;br&gt;
A teacher downloads one HTML file. Opens it in Chrome. Done. From that point, the full power of a local LLM is available — in a classroom with no WiFi, in a village with no mobile data, even on a flight.&lt;/p&gt;

&lt;p&gt;Why a Single HTML File?&lt;br&gt;
Rural school computers run older Windows with no package manager, no Node.js, and no IT support. A single HTML file that a teacher can open in Chrome is the only deployment format that works in this reality.&lt;br&gt;
Installation is: download file → double-click. That's it.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://drive.google.com/file/d/16_oLgegZQPoD8hdjUK0Th93wfDFdd7Oi/view?usp=sharing" rel="noopener noreferrer"&gt;Watch Demo Video&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/malathilatha/ShikshaLokam/blob/main/pathshala_ai_demo.html" rel="noopener noreferrer"&gt;PathShala AI – HTML Source&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;Tech Stack:&lt;br&gt;
WebLLM (Apache TVM) – In-browser inference&lt;br&gt;
Llama 3.2 1B (q4f32_1-MLC) – Quantized model&lt;br&gt;
WebGPU – Hardware acceleration&lt;br&gt;
Cache API + IndexedDB – Full offline storage (~900MB)&lt;br&gt;
Web Speech API – Offline TTS&lt;br&gt;
Vanilla HTML/CSS/JS – Zero dependencies&lt;/p&gt;

&lt;p&gt;Architecture&lt;br&gt;
Query → Local Model (Cache) → WebGPU Inference → Text/Voice Output&lt;br&gt;
No backend. No API key. No data leaves the device.&lt;/p&gt;

&lt;p&gt;Team Submissions: Build By Malathi Venkatesan &lt;br&gt;
username: malathilatha199615&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
