AI-Talent-Force/dev_caio
0
1---2title: ShortSmith v23emoji: 🎬4colorFrom: purple5colorTo: blue6sdk: gradio7sdk_version: "4.44.1"8app_file: app.py9pinned: false10license: mit11hardware: a10g-large12tags:13 - video14 - highlight-detection15 - ai16 - qwen17 - computer-vision18 - audio-analysis19short_description: AI-Powered Video Highlight Extractor20---21 22# ShortSmith v223 24Extract the most engaging highlight clips from your videos automatically using AI.25 26## Features27- Multi-modal analysis (visual + audio + motion)28- Domain-optimized presets (Sports, Music, Vlogs, etc.)29- Person-specific filtering30- Scene-aware clip cutting31- Trained on Mr. HiSum "Most Replayed" data32 33## Usage341. Upload a video (up to 500MB, max 1 hour)352. Select content domain (Sports, Music, Vlogs, etc.)363. Choose number of clips and duration374. (Optional) Upload reference image for person filtering385. Click "Extract Highlights"396. Download your clips!40 41## Tech Stack42- **Visual**: Qwen2-VL-2B (INT4 quantized)43- **Audio**: Librosa + Wav2Vec 2.044- **Face Recognition**: InsightFace (SCRFD + ArcFace)45- **Hype Scoring**: MLP trained on Mr. HiSum dataset46- **Scene Detection**: PySceneDetect47 48Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference49 