alankabisov's picture
fix models in README.MD
dcf5cc3
|
raw
history blame contribute delete
No virus
589 Bytes

A newer version of the Streamlit SDK is available: 1.37.0

Upgrade
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