Skip to content

package + python API

Compare
Choose a tag to compare
@pszemraj pszemraj released this 10 Oct 09:28
· 33 commits to master since this release
f6cb118

Finally, a python API to transcribe things instead of using a CLI or custom notebook!

See the example here on Colab.

high-level API

Install with pip:

pip install git+https://github.com/pszemraj/vid2cleantxt.git

Use in python:

import vid2cleantxt

text_output_dir, metadata_output_dir = vid2cleantxt.transcribe.transcribe_dir(
    input_dir="path/to/video/files",
    chunk_length=15,
)

What's Changed

New Contributors

Full Changelog: v0.1.21...v0.2