Installation¶
Requirements¶
- Python 3.10+
- FFmpeg installed on your system
- OpenAI API key (for cloud transcription, or use
--local)
Install FFmpeg¶
Install praisonai-editor¶
Minimal (OpenAI Whisper)¶
With local Whisper (offline)¶
With Demucs stem separation¶
With INA speech detector¶
Everything¶
Extras at a glance¶
| Extra | What it adds | When to use |
|---|---|---|
| (default) | OpenAI Whisper cloud | Always use first |
[local] |
faster-whisper (offline) | No internet / privacy |
[demix] |
Demucs stem separation | Music files, --demix |
[detect] |
inaSpeechSegmenter | --detector ina |
[all] |
All of the above | Power users |
Set your API key¶
Or create a .env file:
No API key needed
Use --local flag to transcribe completely offline with faster-whisper: