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