<?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: Vedanti Divekar</title>
    <description>The latest articles on DEV Community by Vedanti Divekar (@vedanti_divekar_d9759af33).</description>
    <link>https://dev.to/vedanti_divekar_d9759af33</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%2F3878404%2F9d21cb79-92d7-415a-a6c2-474b7fcafc0e.png</url>
      <title>DEV Community: Vedanti Divekar</title>
      <link>https://dev.to/vedanti_divekar_d9759af33</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vedanti_divekar_d9759af33"/>
    <language>en</language>
    <item>
      <title>Voice AI Agent using Streamlit</title>
      <dc:creator>Vedanti Divekar</dc:creator>
      <pubDate>Tue, 14 Apr 2026 10:32:11 +0000</pubDate>
      <link>https://dev.to/vedanti_divekar_d9759af33/voice-ai-agent-using-streamlit-26p1</link>
      <guid>https://dev.to/vedanti_divekar_d9759af33/voice-ai-agent-using-streamlit-26p1</guid>
      <description>&lt;p&gt;This project is a Voice AI Agent that processes user commands and performs actions like file creation, code generation, and summarization.&lt;/p&gt;

&lt;p&gt;Architecture:&lt;br&gt;
The system follows a pipeline:&lt;br&gt;
Input → Intent Detection → Action Execution → Text-to-Speech Output&lt;/p&gt;

&lt;p&gt;Technologies Used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Streamlit for UI&lt;/li&gt;
&lt;li&gt;Python for backend&lt;/li&gt;
&lt;li&gt;pyttsx3 for voice output&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Intent detection using rule-based approach&lt;/li&gt;
&lt;li&gt;Dynamic file creation&lt;/li&gt;
&lt;li&gt;Code generation&lt;/li&gt;
&lt;li&gt;Audio input support (simulated)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Challenges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Integrating real speech-to-text due to API limitations&lt;/li&gt;
&lt;li&gt;Handling dynamic user inputs&lt;/li&gt;
&lt;li&gt;Managing UI responsiveness&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Conclusion:&lt;br&gt;
The project demonstrates a complete AI workflow with modular components and can be extended with real speech-to-text models in the future.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
