<?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: Ismail Gidado</title>
    <description>The latest articles on DEV Community by Ismail Gidado (@ismailgidado).</description>
    <link>https://dev.to/ismailgidado</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%2F3877361%2F77c08b5e-80e3-4716-86bf-c58b2e0904a3.jpg</url>
      <title>DEV Community: Ismail Gidado</title>
      <link>https://dev.to/ismailgidado</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ismailgidado"/>
    <language>en</language>
    <item>
      <title>Open Source video analyzer: free</title>
      <dc:creator>Ismail Gidado</dc:creator>
      <pubDate>Thu, 28 May 2026 08:03:42 +0000</pubDate>
      <link>https://dev.to/ismailgidado/open-source-video-analyzer-free-23b2</link>
      <guid>https://dev.to/ismailgidado/open-source-video-analyzer-free-23b2</guid>
      <description>&lt;p&gt;I just open-sourced a tool I’ve been working on called videsc. &lt;br&gt;
  It’s a video analyzer that uses local extraction, then sends the data to Groq for  the reasoning. It reads on-screen text, transcribes audio, and describes what's happening.&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/bossprogrammer275" rel="noopener noreferrer"&gt;
        bossprogrammer275
      &lt;/a&gt; / &lt;a href="https://github.com/bossprogrammer275/local-ai-video-analyzer" rel="noopener noreferrer"&gt;
        local-ai-video-analyzer
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Analyze Videos locally and get an AI output
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;🎥 Local AI Video Analyzer (viddesc)&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://opensource.org/licenses/MIT" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667" alt="License: MIT"&gt;&lt;/a&gt;
&lt;a href="https://github.com/ellerbrock/open-source-badges/" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/a8a6219cf0313b681948382bcbcc27a34ae00572d463437bd92ebb1df58647c9/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76312f6f70656e2d736f757263652e7376673f763d313033" alt="Open Source Love"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Local AI Video Analyzer&lt;/strong&gt; is an open-source, lightweight, and quota-optimized engine for deep video understanding. It bridges the gap between local privacy/efficiency and powerful cloud-based reasoning.&lt;/p&gt;
&lt;p&gt;By combining local OCR and audio extraction with Groq's high-speed Llama models, this tool provides a comprehensive analysis of any video—capturing visual scenes, on-screen text, and spoken dialogue—without breaking the bank.&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;🌟 Why This Project?&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;Most video AI tools are either purely cloud-based (expensive) or purely local (slow). &lt;strong&gt;viddesc&lt;/strong&gt; uses a hybrid approach:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Local Heavy Lifting&lt;/strong&gt;: OCR and frame extraction happen on your machine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Turbocharged Reasoning&lt;/strong&gt;: Groq handles the complex narrative merging in milliseconds.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy First&lt;/strong&gt;: Temporary files are purged immediately after processing.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;✨ Key Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Hybrid Vision &amp;amp; OCR&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Vision&lt;/strong&gt;: Uses &lt;code&gt;meta-llama/llama-4-scout-17b-16e-instruct&lt;/code&gt; on 5 keyframes for visual context.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local OCR&lt;/strong&gt;: High-frequency Tesseract OCR (1 fps) captures on-screen text with &lt;strong&gt;zero&lt;/strong&gt; API…&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/bossprogrammer275/local-ai-video-analyzer" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>ai</category>
      <category>llm</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Looking for a team</title>
      <dc:creator>Ismail Gidado</dc:creator>
      <pubDate>Mon, 13 Apr 2026 21:10:11 +0000</pubDate>
      <link>https://dev.to/ismailgidado/looking-for-a-team-3788</link>
      <guid>https://dev.to/ismailgidado/looking-for-a-team-3788</guid>
      <description>&lt;p&gt;Hi developers from Nigeria, I need people to join my fintech startup. This is not just fintech, it's solving a real problem for Nigerian developers facing flutterwave and paystack payment cuts.&lt;br&gt;
Whether you're a teenager looking to join a real startup, you're fit in it. I've designed the MVP already, I just need a team to scale higher and better.&lt;br&gt;
No payment guaranteed for now because it is still a startup. DM if you serious about building together, and together we can build to solve more problems in Nigeria&lt;br&gt;
&lt;a href="https://devpay.lovable.app" rel="noopener noreferrer"&gt;https://devpay.lovable.app&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>New Member</title>
      <dc:creator>Ismail Gidado</dc:creator>
      <pubDate>Mon, 13 Apr 2026 21:00:20 +0000</pubDate>
      <link>https://dev.to/ismailgidado/new-member-298p</link>
      <guid>https://dev.to/ismailgidado/new-member-298p</guid>
      <description>&lt;p&gt;Hello developers, happy to be here with you&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>javascript</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
