<?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>Forem: Chinmayee P</title>
    <description>The latest articles on Forem by Chinmayee P (@chinmayeep_58).</description>
    <link>https://forem.com/chinmayeep_58</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%2F1552339%2F29004243-beb7-4391-ab57-eb0c092d50ed.png</url>
      <title>Forem: Chinmayee P</title>
      <link>https://forem.com/chinmayeep_58</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/chinmayeep_58"/>
    <language>en</language>
    <item>
      <title>Code-Buddy</title>
      <dc:creator>Chinmayee P</dc:creator>
      <pubDate>Sat, 26 Jul 2025 10:00:42 +0000</pubDate>
      <link>https://forem.com/chinmayeep_58/code-buddy-20b6</link>
      <guid>https://forem.com/chinmayeep_58/code-buddy-20b6</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/assemblyai-2025-07-16"&gt;AssemblyAI Voice Agents Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Code Buddy is an intelligent voice-powered code assistant that addresses the Domain Expert category. It allows developers to upload code files and ask questions about them using natural voice commands, receiving expert-level explanations and suggestions powered by AI.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="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%2F4clzzypimtm1ymbd0e9l.png" class="article-body-image-wrapper"&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%2F4clzzypimtm1ymbd0e9l.png" alt="main code uploading page" width="800" height="432"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2F7uxz47qjfb8oqqfonla7.png" class="article-body-image-wrapper"&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%2F7uxz47qjfb8oqqfonla7.png" alt="analyzing code and speech to text feature of AssemblyAI" width="800" height="404"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2F06k5biy05962gm6f0qjd.png" class="article-body-image-wrapper"&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%2F06k5biy05962gm6f0qjd.png" alt="output" width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub Repository
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Chinmayeep58/code_buddy" rel="noopener noreferrer"&gt;https://github.com/Chinmayeep58/code_buddy&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Implementation &amp;amp; AssemblyAI Integration
&lt;/h2&gt;

&lt;p&gt;Code Buddy leverages AssemblyAI's powerful transcription capabilities to convert voice questions into text with high accuracy, especially for technical terminology. &lt;/p&gt;

&lt;p&gt;Key AssemblyAI Features Utilized&lt;br&gt;
Multi-Format Audio Support&lt;/p&gt;

&lt;p&gt;Supports WAV, MP3, M4A, FLAC formats&lt;br&gt;
Handles varying audio quality from phone recordings to professional mics&lt;/p&gt;

&lt;p&gt;High Accuracy for Technical Terms&lt;br&gt;
AssemblyAI excels at transcribing programming-related terminology:&lt;/p&gt;

&lt;p&gt;Function names: "calculate_fibonacci", "parse_json_data"&lt;br&gt;
Technical concepts: "API endpoints", "database queries", "machine learning"&lt;br&gt;
Code-specific language: "optimize this algorithm", "refactor the function"&lt;/p&gt;

&lt;p&gt;Robust Error Handling&lt;/p&gt;

&lt;p&gt;Additional feature:&lt;br&gt;
Browser Recording (For Convenience)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JavaScript MediaRecorder API for in-browser recording&lt;/li&gt;
&lt;li&gt;Generates downloadable audio files&lt;/li&gt;
&lt;li&gt;Seamless integration with AssemblyAI transcription &lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>assemblyaichallenge</category>
      <category>ai</category>
      <category>api</category>
    </item>
    <item>
      <title>My after the hack: Code, Chaos, and a Lot of Learning</title>
      <dc:creator>Chinmayee P</dc:creator>
      <pubDate>Wed, 16 Jul 2025 12:34:06 +0000</pubDate>
      <link>https://forem.com/chinmayeep_58/my-after-the-hack-code-chaos-and-a-lot-of-learning-57pf</link>
      <guid>https://forem.com/chinmayeep_58/my-after-the-hack-code-chaos-and-a-lot-of-learning-57pf</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wlh"&gt;World's Largest Hackathon Writing Challenge&lt;/a&gt;: After the Hack.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Developing applications or even small programs started as a necessity, be it for marks, or the sake of participation. I spent my first hackathon wondering what and how my teammates where building stuff, out of passion and so much dedication (oh I remember them not even taking a nap). It made me feel that building a product needs an inspiration along with the expertise.&lt;/p&gt;

&lt;p&gt;After the hackathon, I began exploring tech stacks, and without wasting a moment I began building whatever I came across (platform didn't matter, my interest and uniqueness in the project did). Summer break brought in more opportunities to learn. Be it open-source projects or online hackathons, I always learned new things. I used to assume AI would take away my skill and creativity, but I used it to rectify and grow my skill.&lt;/p&gt;

&lt;p&gt;One year later I built my own portfolio website, explored technologies like VR/AR, 3D modelling and many more.&lt;/p&gt;

&lt;p&gt;That one hackathon left me thinking as to where I stand in the future if I didn't start exploring and building.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wlhchallenge</category>
      <category>career</category>
      <category>entrepreneurship</category>
    </item>
    <item>
      <title>Coffee Machine: Office first love</title>
      <dc:creator>Chinmayee P</dc:creator>
      <pubDate>Fri, 04 Jul 2025 07:54:15 +0000</pubDate>
      <link>https://forem.com/chinmayeep_58/coffee-machine-office-first-love-1mdc</link>
      <guid>https://forem.com/chinmayeep_58/coffee-machine-office-first-love-1mdc</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend/axero"&gt;Frontend Challenge: Office Edition sponsored by Axero, CSS Art: Office Culture&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;Cafeteria was the place I spent the most during my first internship, and it was the place where I for the first time fell in love with the coffee (or should I say coffees). I took some reference from CSS art of other coders, and incorporated some changes.&lt;/p&gt;

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

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Chinmayee-P/embed/gbpNxoo?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;It was a fun time creating this piece, and the only thing I could think (or smell) was coffee. Hoping to create more such art pieces.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>Cartoon Character Generator</title>
      <dc:creator>Chinmayee P</dc:creator>
      <pubDate>Thu, 03 Jul 2025 09:06:46 +0000</pubDate>
      <link>https://forem.com/chinmayeep_58/cartoon-character-generator-20ai</link>
      <guid>https://forem.com/chinmayeep_58/cartoon-character-generator-20ai</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is my submission for &lt;a href="https://dev.to/deved/build-apps-with-google-ai-studio"&gt;DEV Education Track: Build Apps with Google AI Studio&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;A cartoon character generator, that takes in keywords about your personality and creates a unique cartoon character, along with a description. Interesting right!! Watching AI guess your soul cartoon character and trying to describe you.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221YJyKgPS3WA9A8SK9n2EIsxfQrsA2MJG1%22%5D,%22action%22:%22open%22,%22userId%22:%22111222278181792450746%22,%22resourceKeys%22:%7B%7D%7D&amp;amp;usp=sharing" rel="noopener noreferrer"&gt;Click here to experience it yourself&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience
&lt;/h2&gt;

&lt;p&gt;From giving a concise and crisp prompt, to being able to test the app in just a few minutes, this hints what the future is going to look like. Experimenting with Gemini's Build with Gemini AI, was very exciting, and gave me an opportunity to explore how I can use it in my personal projects.&lt;/p&gt;

</description>
      <category>deved</category>
      <category>learngoogleaistudio</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
    <item>
      <title>Back to School Games</title>
      <dc:creator>Chinmayee P</dc:creator>
      <pubDate>Sat, 08 Jun 2024 07:20:41 +0000</pubDate>
      <link>https://forem.com/chinmayeep_58/back-to-school-games-2jnm</link>
      <guid>https://forem.com/chinmayeep_58/back-to-school-games-2jnm</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;Frontend Challenge v24.04.17&lt;/a&gt;, CSS Art: June.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;My inspiration for building this project is to improve student-teacher bonding and improve the perspective of looking at school after vacation.&lt;/p&gt;

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

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Chinmayee-P/embed/XWwaNer?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
 &lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;Going back to school after summer break can be both joyful as well a little disappointing. That's where games play a part in making the first day less boring. Breaking from the vacation routine could take a toll on both teacher and student, thus having fun and interactive sessions, and playing these games can help make the first day interesting.&lt;/p&gt;

&lt;p&gt;There are instructions given for the games, easy to understand.&lt;br&gt;
The process of building this project helped me gain styling skills, effective usage of the CSS effects, and how combining both would result in a beautiful design. I look forward to creating more complex and interactive designs.&lt;/p&gt;

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