Spaces:
Runtime error
Runtime error
File size: 589 Bytes
1083316 0ee3d05 1083316 0ee3d05 1083316 3ae50c8 1083316 dcf5cc3 1083316 0ee3d05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
title: Youtube Video Summary
emoji: π
colorFrom: purple
colorTo: red
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
models: [t5-small]
pinned: false
---
# YouTube Video Summary π
Extracts transcripts for given video URL and creates summary. Uses [T5-small](https://huggingface.co/t5-small) model
under the hood since it have shown the best results on general purpose tasks.
**Online demo:** [π€ Spaces](https://huggingface.co/spaces/alankabisov/youtube-video-summary)
### Requirements
```
torch
transformers
youtube_transcript_api
tqdm
stqdm
streamlit==1.10.0
```
|