alankabisov's picture
fix models in README.MD
dcf5cc3
|
raw
history blame contribute delete
No virus
589 Bytes
---
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
```