
Annoucement
Hey everyone! We are glad to share this transcriber tool that we've been developing and using. We find it very helpful when trying to take long notes in a narrative style. Whisper Transcriber is a free utility program by Methodox that transcribes audio into text using the amazing Whisper model from OpenAI.
This simple tool is for those who need to easily transcribe complex audio with OpenAI's Whisper models. It current supports the official OpenAI API (so no sophisticated setup is needed) - in the future, we plan to support locally deployed Whisper models (which requires a dedicated GPU) as well.
We wish you find it helpful!
Usage
- Register and obtain an OpenAI developer key from OpenAI (See video guide)
- Open Transcriber
- Type your key (If you wish this to be filled automatically, setup an environment variable
OPENAI_API_KEY
)
- Select target language: Currently supports English and Chinese
- Start recording or load existing audio files to transcribe!
This software is cross-platform - Linux and Mac version is available on request.
Changelog
v0.1: First build.
v0.2: Component update per framework change; Make OpenAI key configurable during runtime.
v0.3: Allow picking save path.
v0.4: Improve GUI; Show recording durations; Update executable name.
v.04.1: Support automatic segmentation; Improve HTTP request stability.
Disclaimer
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
References
Video Guide: Transcriber - Use OpenAI API to Turn Audio Into Text | Whisper Audio Transcription | Utility
If you enjoyed this AI tool, please also consider our Chat Gateway service - which enables you to quickly add an AI-enabled chat bot to your personal website! Visit official website for more!