- Transcribe voice to clipbord.
- Paste into your favorite LLM.
- Save time.
- Python 3.11 or Python 3.12
- Git
- git-lfs
- Windows
I am open to Linux and MacOS support but would need someone to help me test it.
Download the latest release (i.e. the .zip file) and extract its contents to your computer. Then navigate to the folder containing ct2_main.py
and create a virtual environment.
python -m venv .
Activate the virtual environment.
.\Scripts\activate
Run the installation script.
python setup.py
Activate the virtual environment and start the program:
python ct2_main.py
Choose the Whisper model you want to use and click "Update Settings". The first time you choose a particular model it will automatically download it.
Start recording...speak...stop recording, then use control + v
or right-click and "paste" the transcription into whatever program you want; for example, into the browser window for ChatGPT.
pyinstaller --onefile ct2_main.py