CoolFace
Apppublic

jh502125/triplesumm-demo

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
App README

TripleSumm — AI Video Summarizer

Upload a short video and the model will extract the most important moments by fusing three modalities simultaneously:

  • 👁 Visual — CLIP ViT-L/14 frame embeddings
  • 🎵 Audio — AST (Audio Spectrogram Transformer) embeddings
  • 📝 Speech — Whisper transcription + RoBERTa text embeddings

The TripleSumm model (ICLR 2026) selects up to 15% of the original video using an importance-score-driven knapsack algorithm.

Paper / Code: github.com/smkim37/TripleSumm Lab: AinsteinLab