<?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>Forem: ankurclub</title>
    <description>The latest articles on Forem by ankurclub (@ankurclub).</description>
    <link>https://forem.com/ankurclub</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%2F3185480%2F70e23dbf-a26c-4a66-ba31-47b8aef102d9.png</url>
      <title>Forem: ankurclub</title>
      <link>https://forem.com/ankurclub</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ankurclub"/>
    <language>en</language>
    <item>
      <title>How I Built a Free AI Tool That Converts Any Video to Subtitles, Transcripts &amp; Summaries</title>
      <dc:creator>ankurclub</dc:creator>
      <pubDate>Tue, 20 May 2025 13:19:52 +0000</pubDate>
      <link>https://forem.com/ankurclub/how-i-built-a-free-ai-tool-that-converts-any-video-to-subtitles-transcripts-summaries-316j</link>
      <guid>https://forem.com/ankurclub/how-i-built-a-free-ai-tool-that-converts-any-video-to-subtitles-transcripts-summaries-316j</guid>
      <description>&lt;p&gt;🚀 I recently built a free tool called &lt;a href="https://aivideosummary.com" rel="noopener noreferrer"&gt;AI Video Summary&lt;/a&gt; that allows anyone to upload an MP4 or MP3 file and get instant:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Subtitles (.srt)&lt;/li&gt;
&lt;li&gt;✅ Full Transcripts&lt;/li&gt;
&lt;li&gt;✅ AI-generated Video Summaries&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup. No ads. Free to use.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 Why I Built This
&lt;/h2&gt;

&lt;p&gt;As a content creator and AI enthusiast, I realized that turning long videos or podcasts into clean transcripts is still frustrating — especially with privacy concerns and bloated tools.&lt;/p&gt;

&lt;p&gt;I wanted something that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Works without uploading to a third-party cloud&lt;/li&gt;
&lt;li&gt;Generates &lt;strong&gt;accurate SRT subtitles&lt;/strong&gt; using OpenAI Whisper&lt;/li&gt;
&lt;li&gt;Summarizes content using &lt;strong&gt;Facebook BART&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Has a clean, fast UI anyone can use&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚙️ How It Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Built with &lt;strong&gt;React + Vite + TailwindCSS&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: Uses &lt;strong&gt;Python (Flask)&lt;/strong&gt; with:

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/openai/whisper" rel="noopener noreferrer"&gt;OpenAI Whisper&lt;/a&gt; for transcription&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://huggingface.co/facebook/bart-large-cnn" rel="noopener noreferrer"&gt;Facebook BART&lt;/a&gt; for summarization&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment&lt;/strong&gt;: Hosted on &lt;strong&gt;Contabo VPS&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy-first&lt;/strong&gt;: No files stored; everything is temporary and processed locally&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  🌍 Try It Live
&lt;/h2&gt;

&lt;p&gt;🎯 &lt;a href="https://aivideosummary.com" rel="noopener noreferrer"&gt;https://aivideosummary.com&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Upload MP4 or MP3&lt;/li&gt;
&lt;li&gt;Choose: Subtitles / Transcript / Summary&lt;/li&gt;
&lt;li&gt;Done!&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📦 GitHub Source
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/ankurclub/clever-video-summarizer" rel="noopener noreferrer"&gt;https://github.com/ankurcubd/clever-video-summarizer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to fork, use, or improve the project. Contributions are welcome!&lt;/p&gt;




&lt;h2&gt;
  
  
  🏆 Featured On:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ &lt;a href="https://www.saashub.com/ai-video-summary" rel="noopener noreferrer"&gt;SaaSHub – Recently Verified&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;✅ &lt;a href="https://alternativeto.net/software/ai-video-summary/" rel="noopener noreferrer"&gt;AlternativeTo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🚀 Scheduled on Product Hunt&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🤝 Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;I’m continuously improving the tool based on user feedback. If you try it, please share your thoughts — especially edge cases, audio quality issues, or summary ideas!&lt;/p&gt;




</description>
      <category>ai</category>
      <category>opensource</category>
      <category>webdev</category>
      <category>python</category>
    </item>
  </channel>
</rss>
