Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rggh/laughing-octo-spork
Video Summarizer BART - Qdrant evaluation
https://github.com/rggh/laughing-octo-spork
huggingface python qdrant streamlit summarization youtube
Last synced: 14 days ago
JSON representation
Video Summarizer BART - Qdrant evaluation
- Host: GitHub
- URL: https://github.com/rggh/laughing-octo-spork
- Owner: RGGH
- Created: 2023-05-31T10:01:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-31T19:08:44.000Z (over 1 year ago)
- Last Synced: 2024-12-07T03:31:35.856Z (2 months ago)
- Topics: huggingface, python, qdrant, streamlit, summarization, youtube
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Summarizer | BART
Free video summary, not using chatGPT!
https://youtu.be/YD-wagrJjhU
In this tutorial, we'll guide you through the process of creating your very own video summarizer using a free Huggingface BART transformer model and streamlit.
Video summarization is an essential technique that extracts key information from videos, saving time and effort. We'll be using Python and a Huggingface BART encoder-decoder model with the pipeline class. By the end of this video, you'll have a working free video summarizer that you can use to generate concise summaries from any video you feed it. Join us and unlock the potential of video summarization with Huggingface!
The model I used was "sshleifer/distilbart-cnn-12-6"" but you can choose whichever you suits you best from huggingface.co