BrainGPT / README.md
brainproject's picture
Upload 5 files
6e4bcb4 verified
|
Raw
History Blame Contribute Delete
671 Bytes
---
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**.