<?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: Rohith Pavithran</title>
    <description>The latest articles on DEV Community by Rohith Pavithran (@rohithtp).</description>
    <link>https://dev.to/rohithtp</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%2F509052%2F1a0f8134-7793-4e1e-9821-f06880c29390.png</url>
      <title>DEV Community: Rohith Pavithran</title>
      <link>https://dev.to/rohithtp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rohithtp"/>
    <language>en</language>
    <item>
      <title>StudyTrak // Astra Core – Gemma 4 Challenge Submission</title>
      <dc:creator>Rohith Pavithran</dc:creator>
      <pubDate>Sat, 23 May 2026 17:42:27 +0000</pubDate>
      <link>https://dev.to/rohithtp/studytrak-astra-core-gemma-4-challenge-submission-cc6</link>
      <guid>https://dev.to/rohithtp/studytrak-astra-core-gemma-4-challenge-submission-cc6</guid>
      <description>&lt;h1&gt;
  
  
  StudyTrak // Astra Core – Gemma 4 Challenge Submission
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-gemma-2026-05-06"&gt;Gemma 4 Challenge: Build with Gemma 4&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;StudyTrak (Astra Core)&lt;/strong&gt; is an immersive, high-fidelity student spaced repetition planner and neural coaching console. Designed to work completely local-first or proxy securely via remote endpoints, StudyTrak solves the "academic attention fragmentation" problem. It merges class schedules, homework tracker boards, spaced-repetition card decks (SM-2 scheduler), and deep neural academic helpers into a single HUD-inspired dashboard. &lt;/p&gt;

&lt;h3&gt;
  
  
  Core Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🗓️ &lt;strong&gt;Astra Chrono Scheduler&lt;/strong&gt;: Interactive class blocks and room assignments synced with responsive real-time layout structures.&lt;/li&gt;
&lt;li&gt;🎯 &lt;strong&gt;Spaced Repetition Flashcards&lt;/strong&gt;: Localized FSRS/SM-2 simulator (with grades: &lt;em&gt;Forgot&lt;/em&gt;, &lt;em&gt;Hard Link&lt;/em&gt;, &lt;em&gt;Good Match&lt;/em&gt;, &lt;em&gt;Perfect Spot&lt;/em&gt;) scheduling item intervals adaptively.&lt;/li&gt;
&lt;li&gt;🎙️ &lt;strong&gt;Multi-Modal Capture Panel&lt;/strong&gt;: Scan worksheets (Camera/Photo uploads) or type natural language inputs to automatically parse schedule drafts and pending homework proposals.&lt;/li&gt;
&lt;li&gt;💬 &lt;strong&gt;Subject Advisory Chat Tutor&lt;/strong&gt;: Academic conversational helper grounded directly in defined high-school/college subjects.&lt;/li&gt;
&lt;li&gt;🧘‍♀️ &lt;strong&gt;Empathetic Reflection Journal&lt;/strong&gt;: Conversational weekly debriefs tracking achievements, struggles, and proposed behavioral corrections.&lt;/li&gt;
&lt;li&gt;🔊 &lt;strong&gt;Voice Speech Synthesis&lt;/strong&gt;: Listen to high-fidelity audio versions of daily briefings with an interactive audio player.&lt;/li&gt;
&lt;/ul&gt;




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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Deployed App&lt;/strong&gt;: &lt;a href="https://studytrak-643077066812.asia-southeast1.run.app" rel="noopener noreferrer"&gt;https://studytrak-643077066812.asia-southeast1.run.app&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




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

&lt;p&gt;The complete, pristine full-stack source code is published on Gitea at &lt;a href="https://gitea.com/rohithtp/studytrak" rel="noopener noreferrer"&gt;https://gitea.com/rohithtp/studytrak&lt;/a&gt;. You can clone, audit, or deploy the application directly from this repository.&lt;/p&gt;




&lt;h2&gt;
  
  
  How I Used Gemma 4
&lt;/h2&gt;

&lt;p&gt;StudyTrak leverages the lightweight yet highly competent capabilities of the &lt;strong&gt;Gemma 4&lt;/strong&gt; model lineup to deliver a privacy-preserving co-pilot:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Model Choices and Fit&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Gemma 4 Tiny (E2B - 1.5GB)&lt;/strong&gt;: Configured as the optimal on-device WebLLM/MediaPipe companion. We chose the E2B formulation because it easily fits within the standard modern browser sandbox, enabling sub-150ms real-time token generation for micro-scans and speech transcription parsing without any outbound network latency.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gemma 4 Standard (E4B - 3GB)&lt;/strong&gt;: Selected for core desktop semantic analysis, empathetic reflection summaries, and structuring homework proposals from handwritten worksheet snapshots. It balances rapid execution speeds with reasoning traits needed to provide high-quality structural mentorship.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Context Grounding&lt;/strong&gt;:&lt;br&gt;
Every prompt generated goes through a deep localized context packaging layer, supplying active subject indices, schedule constraints, and historic reflection streaks to completely ground prompt results with zero external leak risk.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>devchallenge</category>
      <category>gemmachallenge</category>
      <category>gemma</category>
    </item>
  </channel>
</rss>
