An open API service indexing awesome lists of open source software.

https://github.com/korpog/ytsum

Flask webapp using a language model to create summaries of YouTube videos.
https://github.com/korpog/ytsum

bart-large-cnn flask pytest python transformers youtube

Last synced: 2 months ago
JSON representation

Flask webapp using a language model to create summaries of YouTube videos.

Awesome Lists containing this project

README

          

# 1 What is this?
It'a Flask webapp using a language model - *facebook/bart-large-cnn* - to create summaries of YouTube videos.
Enter a URL, wait for a while and get a summary. Videos without a transcript or not in English are not supported.

![Index page](https://github.com/korpog/screens/blob/main/ytsum/s1.png)
![Summary page](https://github.com/korpog/screens/blob/main/ytsum/s2.png)
![Favorites page](https://github.com/korpog/screens/blob/main/ytsum/s3.png)