<?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: Jocimar Lopes</title>
    <description>The latest articles on DEV Community by Jocimar Lopes (@jocimarlopes).</description>
    <link>https://dev.to/jocimarlopes</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%2F2904331%2Fd6b77c0b-2d82-4f4b-a63d-7459dbb0dd3e.jpeg</url>
      <title>DEV Community: Jocimar Lopes</title>
      <link>https://dev.to/jocimarlopes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jocimarlopes"/>
    <language>en</language>
    <item>
      <title>OZI - Subtitles Generator with AI</title>
      <dc:creator>Jocimar Lopes</dc:creator>
      <pubDate>Wed, 06 Aug 2025 01:34:43 +0000</pubDate>
      <link>https://dev.to/jocimarlopes/ozi-subtitles-generator-with-ai-2fdf</link>
      <guid>https://dev.to/jocimarlopes/ozi-subtitles-generator-with-ai-2fdf</guid>
      <description>&lt;p&gt;&lt;strong&gt;🎬 It all started with a simple wish: watching The Osbournes with subtitles in Portuguese. 😂&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then I thought… “Why not build my own solution?”&lt;/p&gt;

&lt;p&gt;I developed a Python application that automatically generates subtitles for MP4 videos. Just &lt;strong&gt;pick a video&lt;/strong&gt;, &lt;strong&gt;choose the subtitle language (EN, PT, ES, FR)&lt;/strong&gt;, and click &lt;strong&gt;“Generate Now!”&lt;/strong&gt; — that’s it.&lt;/p&gt;

&lt;p&gt;That's the result:&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%2Fjk3lyl1pg9t0c37ud7cl.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%2Fjk3lyl1pg9t0c37ud7cl.png" alt="Ozzy talking on TV Show with my subtitles" width="800" height="610"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This project is more than just a personal solution — it’s also a way to showcase my skills in Python, automation, and media processing.&lt;/p&gt;

&lt;p&gt;The source code is available on GitHub, along with a complete step-by-step guide to get it up and running:&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;Source Code:&lt;/strong&gt; &lt;a href="https://github.com/jocimarlopes/ozi-subtitles-generator" rel="noopener noreferrer"&gt;https://github.com/jocimarlopes/ozi-subtitles-generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Running on Windows and MacOS:&lt;/strong&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%2Fbyqpljixsfy11t972nzh.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%2Fbyqpljixsfy11t972nzh.png" alt="OZI Subtitles Generator Running" width="800" height="555"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔧 &lt;strong&gt;Technologies used:&lt;/strong&gt;&lt;br&gt;
    • Python&lt;br&gt;
    • MoviePy&lt;br&gt;
    • Whisper AI&lt;br&gt;
    • PySide6&lt;/p&gt;

&lt;p&gt;🔧 &lt;strong&gt;Next steps:&lt;/strong&gt; I’m currently working on slang normalization to improve subtitle quality in Brazilian Portuguese. That feature should be ready soon.&lt;/p&gt;

&lt;p&gt;If you like the project, feedback is more than welcome!&lt;/p&gt;

&lt;h1&gt;
  
  
  Python #OpenSource #DevLife #SideProjects #AutoSubtitles #AI #MachineLearning
&lt;/h1&gt;

</description>
      <category>python</category>
      <category>ai</category>
      <category>whisper</category>
      <category>ozzy</category>
    </item>
    <item>
      <title>Flask API com DeepSeek-R1 via Ollama with Python</title>
      <dc:creator>Jocimar Lopes</dc:creator>
      <pubDate>Tue, 13 May 2025 14:43:39 +0000</pubDate>
      <link>https://dev.to/jocimarlopes/flask-api-com-deepseek-r1-via-ollama-with-python-34lo</link>
      <guid>https://dev.to/jocimarlopes/flask-api-com-deepseek-r1-via-ollama-with-python-34lo</guid>
      <description>&lt;h1&gt;
  
  
  🧠 Flask API with DeepSeek-R1 via Ollama
&lt;/h1&gt;

&lt;p&gt;This is an API developed with Flask in Python, connecting to the LLM model &lt;strong&gt;DeepSeek-R1&lt;/strong&gt; using the &lt;a href="https://ollama.com/" rel="noopener noreferrer"&gt;Ollama&lt;/a&gt; platform.&lt;/p&gt;

&lt;p&gt;It allows to perform inferences with LLMs in a simple, efficient and local way with a basic UI and response stream return.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚙️ Prerequisites
&lt;/h2&gt;

&lt;p&gt;Before running the project, make sure you have the following items installed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.python.org/downloads/" rel="noopener noreferrer"&gt;Python 3.8+&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ollama.com/" rel="noopener noreferrer"&gt;Ollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;deepseek-r1&lt;/code&gt; downloaded from Ollama&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Clone the repository&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/jocimarlopes/ollama-llm-deepseek-server.git
&lt;span class="nb"&gt;cd &lt;/span&gt;ollama-llm-deepseek-server
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Install the dependencies&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-r&lt;/span&gt; requirements.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Install and start Ollama&lt;/strong&gt;
If you don't already have Ollama:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# On Linux via curl&lt;/span&gt;
curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://ollama.com/install.sh | sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Download the DeepSeek-R1 model&lt;/strong&gt;
If you don't have Ollama yet:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ollama pull deepseek-r1:latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🧪 Running the API
&lt;/h2&gt;

&lt;p&gt;Just run the app.py script:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;python app.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  📁 Basic structure
&lt;/h2&gt;

&lt;p&gt;Just run the app.py script:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;├── app.py
├── requirements.txt
└── README.md
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  👤 Credits
&lt;/h2&gt;

&lt;p&gt;Project developed by Jocimar Lopes.&lt;br&gt;
Feel free to contribute or use in your own projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  📄 License
&lt;/h2&gt;

&lt;p&gt;This project is licensed under the terms of the MIT License.&lt;/p&gt;

</description>
      <category>deepseek</category>
      <category>python</category>
      <category>ai</category>
      <category>ollama</category>
    </item>
  </channel>
</rss>
