Open source, simple dictation software, that uses OpenAI's whisper to allow you to dictate a document, transcribing your words from speech to text. Uses Quill for the editor
Installation instructions: Use:
uv syncin order to install the dependencies.
Use:
uv run app.pyTo run the application.
You can run it using docker aswell, by using:
docker compose upTo run the application on port 8082.



