https://github.com/psychopy/psychopy-whisper
Speech-to-text transcription plugin for PsychoPy using OpenAI Whisper
https://github.com/psychopy/psychopy-whisper
Last synced: 6 months ago
JSON representation
Speech-to-text transcription plugin for PsychoPy using OpenAI Whisper
- Host: GitHub
- URL: https://github.com/psychopy/psychopy-whisper
- Owner: psychopy
- License: gpl-3.0
- Created: 2023-04-11T18:45:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T19:50:21.000Z (over 1 year ago)
- Last Synced: 2025-12-07T19:17:02.545Z (8 months ago)
- Language: JavaScript
- Size: 703 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
Awesome Lists containing this project
README
# psychopy-whisper
Speech-to-text transcription plugin for PsychoPy using [OpenAI Whisper](https://openai.com/research/whisper)
## Installing
Install this package with the following shell command::
pip install psychopy-whisper
For GPU support, you will need to install additional packages via `pip` into the PsychoPy environment, see
[here](https://pytorch.org/get-started/locally/) for more information and instructions. By default, the CPU version of
PyTorch is installed and should work on most computers.
## Usage
Once the package is installed, PsychoPy will automatically load it when started and make objects available within the
`psychopy.sound.transcribe` namespace. You can select the backend to use for a session by specifying
`'whisper'` when selecting a transcriber.