A YT Caption Summariser (Flutter App).
- 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.
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
This software was built using the following: