- Selects the current line in the currently active application anywhere on macOS (Apple Notes, Gmail, Notion, Obsidian...)
- Grammar fixes the sentence using GPT 3.5 Turbo
- Pastes the fixed text
All of this happens by just tapping a single shortcut, so you can focus on the thoughts you want to convey instead of fixing typos! It works much better than traditional autocorrection as it fixes a sentence within its complete context.
- Shortcut for offline dictation using Whisper
- Offline LLM running on macOS
- Windows support
- Clone the repository into the root of your home folder
- In the dist folder right click on 1_install_packages and click on "Open" - to install the required packages on your computer
- Next right click on the 2_create_config script and click on "Open" again
- When the script ask you if you want to enter a new OpenAI api key press
y
on the keyboard and thenEnter
- Paste your OpenAI API Key which you can find here https://platform.openai.com/account/api-keys
- If you dont have an API Key yet, create one
- Copy the Key
- When the script ask you if you want to enter a new OpenAI api key press
- Finally select the shortcut you want to use to execute Breez - right now you can choose between
CMD + .
,CMD + :
andF10
- Open the Breez folder again and right click on 3_run_breez, then click on "Open with Terminal"
- Don't close this terminal window - so that breez can run in the background.
- When you now trigger Breez for the first time by pressing the shortcut you selected, you will see the following window.
- As the final step, you now need to enable Accessibility in the privacy options of the terminal. \end{align*}
- Close all previous terminal windows - then run Breez by right-clicking and opening the run_breez file
You are able to use Breez with your selected shortcut now. Enter a note-taking application and try it out.
If you want to run Breez at autostart check this out: How to run a python script on login using pyautostart for macOS | by Aero Byte | Medium - aerobyte.medium.com/