I have it installed on a few of my machines but don’t really find it that useful. But then again that’s specific to my needs and usecases.
- 0 Posts
- 6 Comments
Potentially unpopular opinion: a bunch of rust replacements for the common terminal utilities: eza, bat, dust, fd, helix. Also fish and nushell, yt-dlp, and some of my favorite programming languages.
elementary os in 2016. I still use eos on my desktop machine, mainly because it’s kinda ubuntu but not quite. Running Fedora on one of my laptops, the rest are running macos
nimpnin@sopuli.xyzto Free and Open Source Software@beehaw.org•Translating videos without limits?3·4 months agoAFAIK, this is the Google translate model that you can deploy locally https://huggingface.co/google/mt5-large
nimpnin@sopuli.xyzto Free and Open Source Software@beehaw.org•Translating videos without limits?4·4 months agoEDIT: seems like Whisper might be your best bet, it does speech-to-text + translation via a CLI that can be installed with pip: https://github.com/openai/whisper
Huggingface has loads of models for local speech to text and translation, see https://huggingface.co/docs/transformers/model_doc/speech_to_text
There is probably a nicer UI to use them than python coding, but I don’t know one.
Since 720p downloading isn’t really available on yt-dlp anymore, I made an alias for it
alias yt720p="yt-dlp -S vcodec:h264,fps,res:720,acodec:m4a"