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.
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
Its not ready for easy integration yet, but you can run the demo by doing:
python main.py --model medium
Uttermon is licensed under the MIT license. See LICENSE for more information.
Uttermon borrows heavily from the voice2img project. Uttermon also uses the following open source projects: