<?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: Ishant Singh</title>
    <description>The latest articles on DEV Community by Ishant Singh (@ishant_singh_636fe78826df).</description>
    <link>https://dev.to/ishant_singh_636fe78826df</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%2F3489992%2F0418b5af-0167-4915-8db4-dbabd14fe21a.png</url>
      <title>DEV Community: Ishant Singh</title>
      <link>https://dev.to/ishant_singh_636fe78826df</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishant_singh_636fe78826df"/>
    <language>en</language>
    <item>
      <title>SmartCarePlus: Voice Medicine Reminders Powered by Google Gemini</title>
      <dc:creator>Ishant Singh</dc:creator>
      <pubDate>Sat, 13 Sep 2025 14:50:36 +0000</pubDate>
      <link>https://dev.to/ishant_singh_636fe78826df/smartcareplus-voice-medicine-reminders-powered-by-google-gemini-ffe</link>
      <guid>https://dev.to/ishant_singh_636fe78826df/smartcareplus-voice-medicine-reminders-powered-by-google-gemini-ffe</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-ai-studio-2025-09-03"&gt;Google AI Studio Multimodal Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I created a &lt;strong&gt;WhatsApp voice-call medicine reminder&lt;/strong&gt; system.&lt;br&gt;&lt;br&gt;
Patients can receive automated WhatsApp calls that play a personalized voice message reminding them to take their medication. The audio is generated with &lt;strong&gt;Google Gemini 2.5 Flash Preview TTS&lt;/strong&gt; and delivered through the &lt;strong&gt;WhatsApp Cloud API&lt;/strong&gt;.  &lt;/p&gt;

&lt;p&gt;For now, it’s &lt;strong&gt;user-initiated&lt;/strong&gt; so anyone can test it directly:&lt;br&gt;&lt;br&gt;
📞 Just call &lt;strong&gt;+91 94572 57934&lt;/strong&gt; on WhatsApp — you’ll hear the Gemini-generated reminder spoken back to you, and then the call will terminate automatically.  &lt;/p&gt;

&lt;p&gt;This demo shows how healthcare providers could make medication reminders more engaging, reliable, and accessible compared to simple text notifications.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;📹 &lt;a href="https://api.smartcareplus.in/assets/dev.to%20demo.mp4"&gt;Click to view demo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🖼️ Screenshots of the WhatsApp call in progress
&lt;/li&gt;
&lt;li&gt;🖼️ Screenshots of my FastAPI/Cloud Run service handling the webhook
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How I Used Google AI Studio
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;I used &lt;strong&gt;Gemini 2.5 Flash Preview TTS&lt;/strong&gt; from &lt;strong&gt;AI Studio&lt;/strong&gt; to synthesize natural-sounding voice reminders.
&lt;/li&gt;
&lt;li&gt;My Cloud Run backend:

&lt;ul&gt;
&lt;li&gt;Receives WhatsApp call events (via webhook).
&lt;/li&gt;
&lt;li&gt;Calls Gemini TTS API with the reminder message.
&lt;/li&gt;
&lt;li&gt;Streams the generated WAV audio into the WhatsApp Cloud API call.
&lt;/li&gt;
&lt;li&gt;Terminates the call after playback.
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;For verification, I included:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Cloud Logging exports&lt;/strong&gt; showing live requests to Gemini with timestamps and model name.
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;sanitized Gemini response JSON&lt;/strong&gt; showing the &lt;code&gt;model&lt;/code&gt; field and request ID.
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;SHA-256 hash of the demo audio file&lt;/strong&gt; (which matches what plays during the call).
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Multimodal Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Text → Speech (Gemini TTS):&lt;/strong&gt; Turns reminders into natural spoken audio.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audio Playback via WhatsApp Calls:&lt;/strong&gt; Patients hear the voice instead of only reading a message.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-world Integration:&lt;/strong&gt; Combines AI voice with messaging infrastructure, reaching patients where they already are.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This multimodal experience enhances accessibility and increases the chance patients take their medication on time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Future Use Cases
&lt;/h2&gt;

&lt;p&gt;The current demo is a &lt;strong&gt;simplified proof-of-concept&lt;/strong&gt;. In a real deployment:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The reminder would &lt;strong&gt;include the actual medicine name, dosage, and instructions&lt;/strong&gt;.
&lt;/li&gt;
&lt;li&gt;The system could &lt;strong&gt;listen for the patient’s reply&lt;/strong&gt; (e.g., confirm they took the medicine, request a reschedule, or ask a question).
&lt;/li&gt;
&lt;li&gt;It would have secure access to the patient’s &lt;strong&gt;health data stored in SmartCarePlus&lt;/strong&gt; (my healthcare platform) to personalize reminders and update adherence records.
&lt;/li&gt;
&lt;li&gt;Doctors and caregivers would see adherence status in real time, improving transparency and outcomes.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Proof of Gemini Usage
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🖼️ Cloud Logging screenshot: Vertex AI request log with model &lt;code&gt;gemini-2.5-flash-preview-tts&lt;/code&gt;.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frcujnun2t0pda9rkw5e1.png" alt=" " width="800" height="615"&gt;
&lt;/li&gt;
&lt;li&gt;🖼️ AI Studio usage dashboard screenshot (yesterday’s usage entry).
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fay5maekknfuv20iwfjka.png" alt=" " width="800" height="635"&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
