<?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: sravani_08</title>
    <description>The latest articles on DEV Community by sravani_08 (@sravani_08_59daa4b94d4dcf).</description>
    <link>https://dev.to/sravani_08_59daa4b94d4dcf</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%2F3281916%2Ff573ce4a-53d7-4f82-80c0-d7c16381ed65.png</url>
      <title>DEV Community: sravani_08</title>
      <link>https://dev.to/sravani_08_59daa4b94d4dcf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sravani_08_59daa4b94d4dcf"/>
    <language>en</language>
    <item>
      <title>Runner H "AI Agent Prompting" Challenge</title>
      <dc:creator>sravani_08</dc:creator>
      <pubDate>Sat, 05 Jul 2025 14:30:46 +0000</pubDate>
      <link>https://dev.to/sravani_08_59daa4b94d4dcf/runner-h-ai-agent-prompting-challenge-48m2</link>
      <guid>https://dev.to/sravani_08_59daa4b94d4dcf/runner-h-ai-agent-prompting-challenge-48m2</guid>
      <description>&lt;p&gt;&lt;strong&gt;What I Built&lt;/strong&gt;&lt;br&gt;
I built an AI Job Search and Career Gap Analyzer using Runner H. This AI agent automates the process of finding remote and hybrid job openings in Data Science, AI, and Machine Learning across the globe. It then compares the required skills from those openings with my resume, identifies missing skills, and recommends specific projects to help bridge the gap.&lt;/p&gt;

&lt;p&gt;It transforms a general job search into a personalized career roadmap.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo&lt;/strong&gt;&lt;br&gt;
Watch the demo video that shows the AI agent searching for jobs, analyzing my skills, and suggesting targeted projects:&lt;br&gt;
Video link: vimeo.com/1099003462&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prompt Used&lt;/strong&gt;&lt;br&gt;
Here is the exact prompt I gave to the Runner H AI agent:&lt;/p&gt;

&lt;p&gt;"Please search for remote and hybrid job openings in the data science, AI development, or machine learning fields available worldwide. For each job opening, provide the job title, company name, a brief description, and the estimated salary range. Additionally, analyze the required skills and identify the skills you currently do not have, indicating which projects you need to build to gain those skills. Additionally, use the information from my provided resume to analyze my existing skills and identify the missing skills needed for the job openings."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How I Used Runner H&lt;/strong&gt;&lt;br&gt;
I submitted the prompt above in Runner H with my resume as a reference document.&lt;/p&gt;

&lt;p&gt;The AI agent:&lt;/p&gt;

&lt;p&gt;Searched the web for current job openings&lt;/p&gt;

&lt;p&gt;Extracted details including job title, company, description, and salary&lt;/p&gt;

&lt;p&gt;Identified key skills required for those roles&lt;/p&gt;

&lt;p&gt;Compared those with my resume&lt;/p&gt;

&lt;p&gt;Generated a PDF report highlighting the skill gaps and project recommendations&lt;/p&gt;

&lt;p&gt;The final output helped me clearly understand where I stand and what I need to build next.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use Case and Impact&lt;/strong&gt;&lt;br&gt;
This solution is ideal for:&lt;/p&gt;

&lt;p&gt;Aspiring data scientists and AI engineers&lt;/p&gt;

&lt;p&gt;Students nearing graduation&lt;/p&gt;

&lt;p&gt;Anyone exploring global or remote AI/ML roles&lt;/p&gt;

&lt;p&gt;It provides:&lt;/p&gt;

&lt;p&gt;Instant access to high-value job opportunities&lt;/p&gt;

&lt;p&gt;A personalized skill-gap analysis&lt;/p&gt;

&lt;p&gt;Concrete project ideas to enhance readiness&lt;/p&gt;

&lt;p&gt;A guided, strategic career plan instead of trial-and-error&lt;/p&gt;

&lt;p&gt;**Social Love&lt;br&gt;
**I will be sharing this submission on my social media accounts soon and will update this post with the links.&lt;/p&gt;

&lt;p&gt;Team submission by: Korlamanda Naga Subhasravani&lt;br&gt;
GitHub: github.com/subhasravani&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>runnerhchallenge</category>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>VoiceMorph</title>
      <dc:creator>sravani_08</dc:creator>
      <pubDate>Sat, 28 Jun 2025 12:58:20 +0000</pubDate>
      <link>https://dev.to/sravani_08_59daa4b94d4dcf/voicemorph-391g</link>
      <guid>https://dev.to/sravani_08_59daa4b94d4dcf/voicemorph-391g</guid>
      <description>&lt;p&gt;What I Built&lt;br&gt;
VoiceMorph is an interactive AI web app that transforms your voice in real time using the Murf API. It allows users to record their voice, choose a transformation (like Male ↔ Female, Robot, Deep Voice), and instantly hear the result.&lt;/p&gt;

&lt;p&gt;This project makes voice tech fun, accessible, and useful for gamers, creators, educators, and anyone who wants to experiment with sound and identity.&lt;/p&gt;

&lt;p&gt;🎬 Demo&lt;/p&gt;

&lt;p&gt;🔗 Code Repository&lt;br&gt;
GitHub – VoiceMorph&lt;/p&gt;

&lt;p&gt;Don’t forget to add the topic murf-ai to your repo.&lt;/p&gt;

&lt;p&gt;🧠 How I Used Murf API&lt;br&gt;
I integrated the Murf API using the provided key to:&lt;/p&gt;

&lt;p&gt;🎙️ Capture short audio clips via browser mic (MediaRecorder)&lt;/p&gt;

&lt;p&gt;🎚️ Send voice transformation requests to Murf&lt;/p&gt;

&lt;p&gt;🔁 Receive and play back modified audio instantly&lt;/p&gt;

&lt;p&gt;💾 Provide a download option for the transformed voice&lt;/p&gt;

&lt;p&gt;This allowed for seamless real-time interaction, making it feel natural and engaging for users.&lt;/p&gt;

&lt;p&gt;💡 Use Case &amp;amp; Impact&lt;br&gt;
VoiceMorph can be applied in many creative and practical ways:&lt;/p&gt;

&lt;p&gt;🎮 Gaming &amp;amp; Roleplay – Create unique voice personas live&lt;/p&gt;

&lt;p&gt;🎥 Streaming &amp;amp; Content Creation – Add voice variety on the fly&lt;/p&gt;

&lt;p&gt;👩‍🏫 Education &amp;amp; Training – Simulate different speakers or tones&lt;/p&gt;

&lt;p&gt;🕵️‍♂️ Privacy &amp;amp; Accessibility – Mask identity or help users with speech challenges&lt;/p&gt;

&lt;p&gt;By combining AI voice tech with intuitive UX, this project shows how voice can be both playful and powerful.&lt;/p&gt;

&lt;p&gt;github link:&lt;a href="https://github.com/subhasravani/voicebridge-ai-speak" rel="noopener noreferrer"&gt;https://github.com/subhasravani/voicebridge-ai-speak&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;publish link:&lt;a href="https://voicebridge-ai-speak.lovable.app" rel="noopener noreferrer"&gt;https://voicebridge-ai-speak.lovable.app&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>🌍 PolyVoice Tales – Multilingual Storytelling</title>
      <dc:creator>sravani_08</dc:creator>
      <pubDate>Sat, 21 Jun 2025 09:04:05 +0000</pubDate>
      <link>https://dev.to/sravani_08_59daa4b94d4dcf/polyvoice-tales-multilingual-storytelling-4l0b</link>
      <guid>https://dev.to/sravani_08_59daa4b94d4dcf/polyvoice-tales-multilingual-storytelling-4l0b</guid>
      <description>&lt;p&gt;Post Body:&lt;br&gt;
What I Built&lt;br&gt;
PolyVoice Tales is a multilingual AI-powered storytelling web app that brings written stories to life by converting them into realistic audio in the user's chosen language and voice.&lt;/p&gt;

&lt;p&gt;Due to Murf’s API not being publicly available at the time of the challenge, I used the ElevenLabs TTS API to demonstrate the core idea of multilingual text-to-speech. The app is built with Python (Flask) and lets users input any story, choose a voice-language combo, and hear their story spoken aloud in a natural voice.&lt;/p&gt;

&lt;p&gt;It solves the problem of making stories more engaging, accessible, and multilingual — whether for learning, accessibility, or entertainment.&lt;/p&gt;

&lt;p&gt;Demo&lt;br&gt;
🎧 Live App:&lt;br&gt;
🔗 &lt;a href="https://polyvoice-tales-ai.lovable.app" rel="noopener noreferrer"&gt;https://polyvoice-tales-ai.lovable.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📦 Code Repository:&lt;br&gt;
🔗 &lt;a href="https://github.com/subhasravani/polyvoice-tales-ai" rel="noopener noreferrer"&gt;https://github.com/subhasravani/polyvoice-tales-ai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How I Used Murf API&lt;br&gt;
At the time of development, Murf API was not publicly accessible. However, the application was built around the same core principles Murf supports:&lt;/p&gt;

&lt;p&gt;High-quality, customizable speech synthesis&lt;/p&gt;

&lt;p&gt;Voice control (selection of language, personality)&lt;/p&gt;

&lt;p&gt;Easy voice generation from any input text&lt;/p&gt;

&lt;p&gt;If given access, Murf’s advanced style and prosody settings could easily replace the current TTS engine in the app.&lt;/p&gt;

&lt;p&gt;Use Case &amp;amp; Impact&lt;br&gt;
PolyVoice Tales can be used by:&lt;/p&gt;

&lt;p&gt;Students and language learners to listen to stories in different accents and languages&lt;/p&gt;

&lt;p&gt;Content creators for generating narration&lt;/p&gt;

&lt;p&gt;Educators for creating engaging learning materials&lt;/p&gt;

&lt;p&gt;Visually impaired users who prefer audio content&lt;/p&gt;

&lt;p&gt;This tool enhances accessibility, boosts multilingual engagement, and brings creative writing to life through voice.&lt;/p&gt;

&lt;p&gt;👤 Built by: @subhasravani&lt;/p&gt;

&lt;p&gt;🔧 Built with:&lt;/p&gt;

&lt;p&gt;Python + Flask&lt;/p&gt;

&lt;p&gt;ElevenLabs TTS API&lt;/p&gt;

&lt;p&gt;HTML/CSS + JS&lt;/p&gt;

&lt;p&gt;Lovable.dev for scaffolding&lt;/p&gt;

&lt;p&gt;a start — I’d love to hear what you think!&lt;br&gt;
Feel free to:&lt;/p&gt;

&lt;p&gt;Star the GitHub repo&lt;/p&gt;

&lt;p&gt;Suggest a new voice or feature&lt;/p&gt;

&lt;p&gt;Drop a comment on the Dev.to post&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
