Skip to content

A Flutter app which summarizes YT videos using AI models on Huggingface.

Notifications You must be signed in to change notification settings

04ac/video-summarizer-yt

Repository files navigation

video_summariser_yt

A YT Caption Summariser (Flutter App).

Sample Images

Features

  • Generates summary when given a YT video URL.
  • Available in both light and dark mode.
  • Allows users to share YT links from other apps.
  • Users can select a model to generate the summary (All models are available on Huggingface).
  • Generated summaries can be saved to local storage and shared with other apps.
  • Uses captions-api-yt to get the video captions.
  • Uses the Huggingface API to get generated summaries.

Install, build and run!

To clone and run this application, you'll need Git installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/04ac/video-summarizer-yt

# Go into the repository
$ cd video-summarizer-yt

Download Android Studio or Visual Studio Code with Flutter editor plugins. After that, open the project and install dependencies from pubspec.yaml by running the following command:

$ flutter pub get

Built With

This software was built using the following: