1
0
mirror of https://github.com/malarinv/plume-asr.git synced 2026-03-07 20:02:34 +00:00

1. set flake8 max-line to 79

2. update streamlit dep to 1.0
3. add dev optional dep key
4. implement mono diarized dataset generation script
5. enable gpu support on asr transformers inference pipeline
6. use typer logging
7. clean-up annotation ui with everything other than asr-data keys as optional(including plots)
8. implement chunk_transcribe_meta_gen abstraction for asr chunking logic
9. make ui_persist compatibility change for streamlit 1.0
10. add diarize commands(bugfix)
11. add notebooks for diarization
This commit is contained in:
2021-10-24 01:32:15 +05:30
parent 846f029cf1
commit 79aa5e8578
13 changed files with 483 additions and 43 deletions

225
notebooks/Diarization.ipynb Normal file

File diff suppressed because one or more lines are too long