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
- Host: GitHub
- URL: https://github.com/stenwire/speech-diarizer
- Owner: stenwire
- Created: 2022-11-20T14:23:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T15:55:05.000Z (over 3 years ago)
- Last Synced: 2025-02-23T02:33:25.924Z (over 1 year ago)
- Language: Python
- Size: 43 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`