File size: 697 Bytes
342e0fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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.