@rustaceans Working on my paragraph segmenter.
It uses fastembed (which works like a charm).
UI is Vue and tauri.
In the end I want to integrate it into my speech-to-text system, too (but it can also be used independently).
@janriemer Such a cool project there.
Will it be open-source so we *steal* some of your code!
@rustaceans Thank you! 🙂
Just to be clear and to counter false expectations: the speech-to-text system is just a wrapper around OpenAI's Whisper model - nothing fancy.
But I'm really proud of the paragraph segmenter: it's algorithm is so simple, but it works really well.
Yes, it definitely will be open source! Unfortunately, my perfectionism is covering up that "Release" button every time I want to click it.😞 🙈
@rustaceans Lately I worked on a very small rust program that extract your YouTube subscriptions and create an Opml file to imported in RSS readers.
It's on crates.io https://crates.io/crates/youtube-to-opml and the code is on codeberg: https://codeberg.org/fistons/youtube-to-opml