Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.
 
| # ffmpeg -i foo.m4a foo.wav | |
| from pyannote.audio import Pipeline | |
| pipeline = Pipeline.from_pretrained("pyannote/speaker-diarization") | |
| diarization = pipeline("foo.wav") | |
| # RTTM format https://catalog.ldc.upenn.edu/docs/LDC2004T12/RTTM-format-v13.pdf | |
| with open("foo.rttm", "w") as rttm: | |
| diarization.write_rttm(rttm) | 
| # sh get_token.sh user pass | |
| curl -s -d '{"scopes":["repo"],"note":"admin script"}' -u "$1:$2" -XPOST https://api.github.com/authorizations | grep token | 
| source :gemcutter | |
| gem 'goliath', :git => 'git://github.com/postrank-labs/goliath.git' | |
| gem 'em-synchrony', :git => 'git://github.com/igrigorik/em-synchrony.git' |