Spaces:
Sleeping
Sleeping
File size: 671 Bytes
c4930b7 6e4bcb4 c4930b7 6e4bcb4 c4930b7 6e4bcb4 | 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: BrainGPT
emoji: π
colorFrom: purple
colorTo: indigo
sdk: gradio
app_file: app.py
pinned: false
suggested_hardware: a10g-small
---
# BrainGPT
Replaces the voice in a screen recording with a clean AI voice, synced to the video.
**Pipeline:** Whisper (GPU) transcription β Claude grammar/term correction (reads the
screen) β MiniMax AI voice β FFmpeg re-sync.
## Setup (owner)
This Space needs three secrets under **Settings β Variables and secrets**:
- `ANTHROPIC_API_KEY`
- `MINIMAX_API_KEY`
- `MINIMAX_GROUP_ID`
- `MINIMAX_VOICE_ID` *(optional β prefills the voice box)*
Set the hardware to **Nvidia A10G** under **Settings β Hardware**.
|