<?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: Rafia Minhaj</title>
    <description>The latest articles on DEV Community by Rafia Minhaj (@rafia_minhaj_2659f96470d2).</description>
    <link>https://dev.to/rafia_minhaj_2659f96470d2</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3691481%2F7b0915ef-66bf-4b81-bf5e-269d9809325e.png</url>
      <title>DEV Community: Rafia Minhaj</title>
      <link>https://dev.to/rafia_minhaj_2659f96470d2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rafia_minhaj_2659f96470d2"/>
    <language>en</language>
    <item>
      <title>PawsitiveAI 🐾 - AI Dog Breed Classifier &amp; Voice Companion</title>
      <dc:creator>Rafia Minhaj</dc:creator>
      <pubDate>Sat, 15 Aug 2026 18:26:10 +0000</pubDate>
      <link>https://dev.to/rafia_minhaj_2659f96470d2/pawsitiveai-ai-dog-breed-classifier-voice-companion-bbj</link>
      <guid>https://dev.to/rafia_minhaj_2659f96470d2/pawsitiveai-ai-dog-breed-classifier-voice-companion-bbj</guid>
      <description>&lt;h1&gt;
  
  
  Introducing PawsitiveAI 🐾
&lt;/h1&gt;

&lt;p&gt;For the &lt;strong&gt;DEV Weekend Challenge (Dog Days Edition)&lt;/strong&gt;, I built &lt;strong&gt;PawsitiveAI&lt;/strong&gt;—a sleek, dark-themed, glassmorphic web application that serves as an AI-powered dog breed classifier and interactive voice companion. &lt;/p&gt;

&lt;p&gt;It helps dog owners, prospective adopters, and dog lovers identify breeds from photos, discover traits, and listen to a custom voice-generated care guide!&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Project Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/Rafiaminhaj/pawsitive-ai" rel="noopener noreferrer"&gt;github.com/Rafiaminhaj/pawsitive-ai&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API Technologies Used:&lt;/strong&gt; Google Gemini API &amp;amp; ElevenLabs API&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 How It Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Upload &amp;amp; Analyze:&lt;/strong&gt; Drag and drop or browse any dog image.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google AI Reasoning:&lt;/strong&gt; The backend FastAPI server sends the image to Google's &lt;strong&gt;Gemini 1.5 Flash&lt;/strong&gt; model, which classifies the breed and generates structured metadata (traits, care tips, fun facts, exercise requirements, and health indices).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ElevenLabs Voice Synthesis:&lt;/strong&gt; Clicking the "Listen to Care Guide" button triggers the &lt;strong&gt;ElevenLabs API&lt;/strong&gt; to speak the personalized care guide in a clean, natural voice.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart Fallback:&lt;/strong&gt; If API keys are absent, the application gracefully activates &lt;strong&gt;Simulation Mode&lt;/strong&gt; (mapping popular breeds) and leverages the browser's native &lt;strong&gt;Web Speech API&lt;/strong&gt; for offline speech generation, ensuring a seamless, zero-cost UX for everyone.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  🛠️ The Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend Framework:&lt;/strong&gt; FastAPI / Uvicorn (Python)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend Design:&lt;/strong&gt; Glassmorphic HTML5, CSS3 Variables, ES6 JavaScript (No heavy frameworks for maximum load speed).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Processing:&lt;/strong&gt; Deprecating traditional vision APIs for Google AI Generative Models (&lt;code&gt;google-generativeai&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audio Synthesis:&lt;/strong&gt; ElevenLabs TTS REST API + Browser SpeechSynthesis.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📸 Interface Preview
&lt;/h2&gt;

&lt;p&gt;Here is how the PawsitiveAI dashboard looks after classifying a Golden Retriever:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Accurate Match Confidence Indicators&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dynamic Telemetry Dial Meters (Exercise &amp;amp; Health Indices)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Interactive Play/Pause Voice Controllers&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;(Check out the repository for screenshots and codebase structure!)&lt;/em&gt;&lt;/p&gt;




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

&lt;p&gt;During this weekend build, I learned how to handle unstructured image inputs to return strict JSON structures from LLMs (Gemini) and parse them safely on the client side. I also enjoyed designing a premium glassmorphic UI using pure CSS variables and radial gradient light sources.&lt;/p&gt;

&lt;p&gt;Thank you to the DEV Community and the sponsors (Google AI &amp;amp; ElevenLabs) for organizing this challenge! 🐾&lt;/p&gt;

</description>
      <category>weekendchallenge</category>
      <category>python</category>
      <category>ai</category>
      <category>challengesubmission</category>
    </item>
    <item>
      <title>The Jharkhand Kitchen — A Heritage Culinary Landing Page</title>
      <dc:creator>Rafia Minhaj</dc:creator>
      <pubDate>Sun, 09 Aug 2026 19:18:10 +0000</pubDate>
      <link>https://dev.to/rafia_minhaj_2659f96470d2/the-jharkhand-kitchen-a-heritage-culinary-landing-page-3b7g</link>
      <guid>https://dev.to/rafia_minhaj_2659f96470d2/the-jharkhand-kitchen-a-heritage-culinary-landing-page-3b7g</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;The Jharkhand Kitchen&lt;/strong&gt;, a premium, highly interactive frontend landing page celebrating the rich culinary heritage of Jharkhand, India. The page highlights two legendary regional comfort foods: &lt;strong&gt;Dhuska&lt;/strong&gt; (a crispy, golden deep-fried rice &amp;amp; lentil savory bread) and &lt;strong&gt;Litti Chokha&lt;/strong&gt; (rustic charcoal-baked whole wheat balls stuffed with spiced sattu, glazed with ghee).&lt;/p&gt;

&lt;p&gt;The highlight of the project is a detailed concentric bronze plate containing the dishes, crafted entirely using pure CSS Art (gradients, box-shadows, and keyframe animations for steam).&lt;/p&gt;

&lt;h2&gt;
  
  
  Link to Source Code
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/Rafiaminhaj/jharkhand-comfort-food" rel="noopener noreferrer"&gt;GitHub Repository: Rafiaminhaj/jharkhand-comfort-food&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features &amp;amp; Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pure CSS Art&lt;/strong&gt;: No external images or SVGs were used to render the bronze plate, Dhuskas, Litti, clay bowls, or steam. Everything is styled using layered gradients, border-radius manipulation, and CSS animations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;3D Parallax Tilt Effect&lt;/strong&gt;: Mouse movement over the food platter and cards calculates the cursor offset in JavaScript to trigger smooth 3D tilting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Culinary Duel&lt;/strong&gt;: An interactive voting system that lets users vote for Team Dhuska or Team Litti Chokha, complete with LocalStorage persistence and coordinate-based custom particle confetti explosions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Web Accessibility&lt;/strong&gt;: Focus rings, skip-to-content links, semantic HTML, and an ARIA live region announcer for screen readers to hear vote updates.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Through this challenge, I pushed my CSS styling skills to the absolute limit. Designing the organic texture of fried Dhuskas and the smoky, charcoal-burned details on the Litti using only CSS gradients and box-shadows was a huge learning experience. Implementing coordinate-based particle math in vanilla JavaScript to make confetti explode from the exact button click location was highly rewarding!&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
