--- title: Auto Clipper emoji: 🎬 colorFrom: blue colorTo: purple sdk: docker pinned: false app_port: 7860 --- # Auto Clipper AI 🚀 An automated AI tool to extract viral clips from long videos using Faster-Whisper and Llama-3. ## Features - 🎙️ Automatic Speech Recognition (STT) - 🤖 AI-powered viral segment analysis - ✨ Multiple video styles (Cinematic Blur, Split Screen, Smart Crop) - 📝 Automatic TikTok-style captions ## Local Setup 1. Clone the repository 2. Install dependencies: `pip install -r requirements.txt` 3. Set up `.env` with your `GROQ_API_KEY` 4. Run: `uvicorn main:app --port 8000` ## API Endpoints - `POST /auto-clip`: Upload a video and get viral clips.