DEV Community

Shivam
Shivam

Posted on

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)