Skip to content

jdraths/transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whats in the box

  1. takes an audioUrl
  2. transcribes it via replicate
  3. transforms the replicate Json into a markdown file
  4. all output files are in the gitignored /output

setup

Make sure you have REPLICATE_API_TOKEN in .env.local

pnpm i
cp .env.sample .env.local

usage

pnpm go --filename="guestZ" \
  --prompt="hostA and hostB interviewing guestZ" \
  --speakers=3 \
  --url="someAudioUrl"

About

tailored towards podcast transcription, but should work for any audio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors