auto_cliper / README.md
aliSaac510's picture
Update: Auto-thread support and Task Queue
342e0fb
---
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.