- takes an audioUrl
- transcribes it via replicate
- transforms the replicate Json into a markdown file
- all output files are in the gitignored
/output
Make sure you have REPLICATE_API_TOKEN in .env.local
pnpm i
cp .env.sample .env.localpnpm go --filename="guestZ" \
--prompt="hostA and hostB interviewing guestZ" \
--speakers=3 \
--url="someAudioUrl"