An open API service indexing awesome lists of open source software.

https://github.com/stenwire/speech-diarizer

transcribe audio to text - by word, timeline, and speakers
https://github.com/stenwire/speech-diarizer

Last synced: about 1 month ago
JSON representation

transcribe audio to text - by word, timeline, and speakers

Awesome Lists containing this project

README

          

# Audio Diarizer

## To setup app

`pip install virtualenv`

`python -m venv venv`

`./venv/Script/activate`

`pip install click`

`pip install vosk`

> make sure you're in the app dirrectory where the setup script is located.

`pip install --editable .`

## Available commands

* `show-speaker`
> arguements:
`-a`
`--audio`
* `show-word`
> arguements:
`-a`
`--audio`