<?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: Ryan Winston</title>
    <description>The latest articles on DEV Community by Ryan Winston (@ryanwinston_134).</description>
    <link>https://dev.to/ryanwinston_134</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%2F3993432%2F59c57648-59f1-47c9-9199-21947e93a896.png</url>
      <title>DEV Community: Ryan Winston</title>
      <link>https://dev.to/ryanwinston_134</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ryanwinston_134"/>
    <language>en</language>
    <item>
      <title>Building a Voice AI Platform with 28 Modules in Python</title>
      <dc:creator>Ryan Winston</dc:creator>
      <pubDate>Sat, 20 Jun 2026 02:21:05 +0000</pubDate>
      <link>https://dev.to/ryanwinston_134/building-a-voice-ai-platform-with-28-modules-in-python-4hbm</link>
      <guid>https://dev.to/ryanwinston_134/building-a-voice-ai-platform-with-28-modules-in-python-4hbm</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Omni-VRAM is an open-source voice AI platform with 28 modules.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Liangchenxu/Omni-VRAM" rel="noopener noreferrer"&gt;https://github.com/Liangchenxu/Omni-VRAM&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Speech Recognition&lt;/strong&gt;: Whisper with 5 backends (faster-whisper, whisper.cpp, ONNX, TensorRT, OpenAI API)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time Streaming&lt;/strong&gt;: &amp;lt;200ms latency&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Speaker Diarization&lt;/strong&gt;: Who spoke when&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Emotion Recognition&lt;/strong&gt;: 6 emotions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TTS Synthesis&lt;/strong&gt;: Edge-TTS + pyttsx3&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chinese Processing&lt;/strong&gt;: Punctuation, tokenization, dialects&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Meeting Assistant&lt;/strong&gt;: Auto summarization with LLM&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;APIs&lt;/strong&gt;: REST, WebSocket, gRPC&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docker&lt;/strong&gt;: GPU and CPU support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;Python, PyTorch, CUDA, FastAPI, Whisper&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
pip install omni-vram
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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