Spaces:
Sleeping
Sleeping
| 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. | |