Spaces:
Runtime error
Runtime error
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