DEV Community

Shivam
Shivam

Posted on

2

YouTube Summariser: Extract essence of YouTube videos.

This is a submission for the Cloudflare AI Challenge.

What I Built

Are you tired of watching long YouTube videos and wish there was a faster way to get the key points? Look no further! With our tool, you can simply input the YouTube video link, and we'll generate an enriched summary of the video for quick consumption.

Demo

https://worker-bold-smoke-3cc1.shivamarora1.workers.dev/

My Code

GitHub logo shivamarora1 / ai-youtube-summarizer

AI based tool to summarise youtube videos

AI Youtube Summarizer

Are you tired of watching long YouTube videos and wish there was a faster way to get the key points? Look no further! With our tool, you can simply input the YouTube video link, and we'll generate an enriched summary of the video for quick consumption.

No more wasting time on lengthy videos when you just need the highlights.

Steps to run it.

  1. Install all required dependencies.
npm install
  1. Run application.
npm run dev



Journey

I downloaded Youtube videos transcriptions from the api and used @cf/facebook/bart-large-cnn model to summarise the content.

Top comments (0)

Dev Diairies image

User Feedback & The Pivot That Saved The Project

🔥 Check out Episode 3 of Dev Diairies, following a successful Hackathon project turned startup.

Watch full video 🎥

👋 Kindness is contagious

Explore this insightful piece, celebrated by the caring DEV Community. Programmers from all walks of life are invited to contribute and expand our shared wisdom.

A simple "thank you" can make someone’s day—leave your kudos in the comments below!

On DEV, spreading knowledge paves the way and fortifies our camaraderie. Found this helpful? A brief note of appreciation to the author truly matters.

Let’s Go!