speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Examples sync with local db #61

Closed TudorCRL closed 1 year ago

TudorCRL commented 1 year ago

examples.sync.sync() ensures that transcripts exist for each file in a given directory. The results are stored in an SQLite DB with a full-text-search table available, allowing MATCH queries, or searching via examples.sync.seach().

An example command line interface using both of these functions is provided in examples.kitchen.

ghost commented 1 year ago

The lint errors I've introduced seem a bit anti-social; I'll have a go at fixing them before landing.