alankabisov's picture
added description + minor changes
0ee3d05
|
raw
history blame
587 Bytes
metadata
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 model under the hood since it have shown the best results on general purpose tasks.

Online demo: πŸ€— Spaces

Requirements

torch
transformers
youtube_transcript_api
tqdm
stqdm
streamlit==1.10.0