Skip to content

Kinda real-time voice transcriber using webrtcvad and whisper

Notifications You must be signed in to change notification settings

atraczyk/uttermon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uttermon

Uttermon aims to provide a close-to real-time transcription of your voice to text. It is a work in progress and is not yet ready for production use.

Installation

For now you need to install the package from source. You can do this by cloning the repository and doing the conda environment setup:

git clone https://github.com/atraczyk/uttermon.git
cd uttermon
conda env create -f environment.yml
conda activate uttermon

Usage

Its not ready for easy integration yet, but you can run the demo by doing:

python main.py --model medium

License

Uttermon is licensed under the MIT license. See LICENSE for more information.

Acknowledgements

Uttermon borrows heavily from the voice2img project. Uttermon also uses the following open source projects:

About

Kinda real-time voice transcriber using webrtcvad and whisper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages