NAME

langertha_whisper - Simple transcription with a Whisper compatible server or OpenAI

VERSION

version 0.006

SYNOPSIS

$ LANGERTHA_WHISPER_WHISPER_URL=http://10.0.0.8:8000/v1 langertha_whisper sample.ogg
This is an example sound file in AugVorbis format from Wikipedia, the free encyclopedia.
 -- 13 seconds

$ LANGERTHA_WHISPER_GROQ_API_KEY=$GROQ_API_KEY langertha_whisper sample.ogg
This is an example sound file in AugVorbis format from Wikipedia, the free encyclopedia.
 -- 13 seconds

$ LANGERTHA_WHISPER_OPENAI_API_KEY=$OPENAI_API_KEY langertha_whisper sample.ogg
This is an example sound file in AugVorbis format from Wikipedia, the free encyclopedia.
 -- 13 seconds

DESCRIPTION

Simple transcription with a Whisper compatible server, Groq or OpenAI.

HOW TO INSTALL FASTER WHISPER

https://github.com/fedirz/faster-whisper-server

SUPPORT

Repository

https://github.com/Getty/langertha
Pull request and additional contributors are welcome

Issue Tracker

https://github.com/Getty/langertha/issues

Discord

https://discord.gg/Y2avVYpquV 🤖

IRC

irc://irc.perl.org/ai 🤖

SUPPORT

Source Code

The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)

https://github.com/Getty/langertha

git clone https://github.com/Getty/langertha.git

AUTHOR

Torsten Raudssus <torsten@raudssus.de> https://raudss.us/

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.