Viewing profile — yujonglee
yujonglee
HN member- Joined
- Sat, May 14, 2022, 12:42 AM UTC
- HN karma
- 350
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About yujonglee
Recent public activity
-
comment
Comment #49180776
amazing work! impressed with https://deepgrove.ai/chat
-
comment
Comment #48655400
there is some overlap on how I built relay plugin: https://yujonglee.com/blog/hacking-tauri-for-designer/ Source code: https://github.com/fastrepl/anarlog/tree/d38413681a3c02f5ba3.…
-
comment
Comment #48280245
fyi this use vendored openrouter models info: https://github.com/yujonglee/openrouter-toolkit/blob/main/cr...
- story
- story
-
story
Show HN: Composable CLI for your meeting workflow
Hi, this is Yujong from Char ( https://github.com/fastrepl/char ). This CLI is a repackaging of the audio/transcription pipeline that powers our desktop app. We noticed that some p…
- story
-
comment
Comment #45303669
Super impressed and inspired!
-
comment
Comment #44915170
kind of self-plug, but you might find https://github.com/fastrepl/hyprnote/blob/main/README.md interesting. EDIT: typo
-
comment
Comment #44909370
It can run Whisper and Moonshine models locally, while also allowing the use of other API providers. Read the docs - or at least this post.
-
comment
Comment #44909014
what do you mean? this use-case is not llm. it is realtime stt. also fyi - https://docs.hyprnote.com/owhisper/configuration/providers/o...
-
comment
Comment #44907931
sure. `owhisper pull --help`
-
comment
Comment #44907568
yes. metal is on
-
comment
Comment #44907368
Thank you!
-
comment
Comment #44907103
Its lot more than that. - It supports other models like moonshine. - It also works as proxy for cloud model providers. - It can expose local models as Deepgram compatible api serve…
-
comment
Comment #44907089
probably end of this month or early next month. not 100% sure.
-
comment
Comment #44907087
we store data in R2 and range query sometime glitch... It might work if you retry it
-
comment
Comment #44905874
yeah we use whisper.cpp for whisper inference. this is more like a community-focused project, not a commercial product!
-
comment
Comment #44905820
got it. fyi if you run `owhisper pull --help`, this info is printed
-
comment
Comment #44905593
It's open-source. Happy to review & merge if you can send us PR! https://github.com/fastrepl/hyprnote/blob/8bc7a5eeae0fe58625...
-
comment
Comment #44905400
Are you thinking about the realtime use-case or batch use-case? For just transcribing file/audio, `owhisper run --file a.wav` or `curl httpsL//something.com/audio.wav | owhisper ru…
-
comment
Comment #44905313
This is CLI entry point: https://github.com/fastrepl/hyprnote/blob/8bc7a5eeae0fe58625...
-
comment
Comment #44905301
> I'm on linux I didn't tested on Linux yet, but we have linux build: http://owhisper.hyprnote.com/download/latest/linux-x86_64 > also, it looks like the `owhisper run` command giv…
-
comment
Comment #44905093
I use VAD to chunk audio. Whisper and Moonshine both works in a chunk, but for moonshine: > Moonshine's compute requirements scale with the length of input audio. This means that s…
-
comment
Comment #44905067
Correct. About the deepgram-compatibility: https://docs.hyprnote.com/owhisper/deepgram-compatibility Let me know how it goes!