1
0
mirror of https://github.com/malarinv/plume-asr.git synced 2026-03-09 12:42:34 +00:00

1. Self contained typers

2. Asr force-aligner visualization
3. streamlit state management abstraction
4. new utils / reorganize
5. added verbose flags
6. add tts by name
This commit is contained in:
2021-03-23 13:27:35 +05:30
parent f72c6bbe5b
commit c474aa5f5a
22 changed files with 1097 additions and 146 deletions

View File

@@ -27,6 +27,13 @@ app.add_typer(generate_app, name="generate")
app.add_typer(wav2vec2_app, name="wav2vec2")
@app.callback()
def data():
"""
data sub commands
"""
@app.command()
def fix_path(dataset_path: Path, force: bool = False):
manifest_path = dataset_path / Path("manifest.json")