chidiwilliams / buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://chidiwilliams.github.io/buzz
MIT License
11.95k stars 899 forks source link

I want to use it by ubuntu without graphic interface #863

Closed xh789123 closed 1 month ago

xh789123 commented 1 month ago

hello ,I want to ask. Can I use buzz without graphic interface. how to do that

raivisdejus commented 1 month ago

User interface is the main feature of the Buzz that makes it easier to use for new users or for users not familiar with command line interface.

Buzz has CLI options that you can use, they are described here https://chidiwilliams.github.io/buzz/docs/cli This will still open the full app with graphical interface so may not work on server that does not have any graphical subsystems installed on it.

To sum up you sort of can use Buzz without a graphical interface, but such use case most likely is part of some broader process you may get better results by using the transcriptions directly. For example https://github.com/openai/whisper

whisper japanese.wav --language Japanese --model medium
xh789123 commented 1 month ago

thank you for the answer. Hope you get rich soon

---- Replied Message ---- | From | Raivis @.> | | Date | 07/30/2024 23:54 | | To | chidiwilliams/buzz @.> | | Cc | xh789123 @.>, Author @.> | | Subject | Re: [chidiwilliams/buzz] I want to use it by ubuntu without graphic interface (Issue #863) |

User interface is the main feature of the Buzz that makes it easier to use for new users or for users not familiar with command line interface.

Buzz has CLI options that you can use, they are described here https://chidiwilliams.github.io/buzz/docs/cli This will still open the full app with graphical interface so may not work on server that does not have any graphical subsystems installed on it.

To sum up you sort of can use Buzz without a graphical interface, but such use case most likely is part of some broader process you may get better results by using the transcriptions directly. For example https://github.com/openai/whisper

whisper japanese.wav --language Japanese --model medium

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>