Live data from Hacker News

Viewing profile — yujonglee

yujonglee

HN member
Joined
Sat, May 14, 2022, 12:42 AM UTC
HN karma
350
Public activity
98 items

About yujonglee

building char.com (YC S25)

Recent public activity

  1. comment
    Comment #49180776

    amazing work! impressed with https://deepgrove.ai/chat

  2. 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.…

  3. comment
    Comment #48280245

    fyi this use vendored openrouter models info: https://github.com/yujonglee/openrouter-toolkit/blob/main/cr...

  4. story
  5. story
  6. 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…

  7. story
  8. comment
    Comment #45303669

    Super impressed and inspired!

  9. comment
    Comment #44915170

    kind of self-plug, but you might find https://github.com/fastrepl/hyprnote/blob/main/README.md interesting. EDIT: typo

  10. 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.

  11. 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...

  12. comment
    Comment #44907931

    sure. `owhisper pull --help`

  13. comment
    Comment #44907568

    yes. metal is on

  14. comment
    Comment #44907368

    Thank you!

  15. 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…

  16. comment
    Comment #44907089

    probably end of this month or early next month. not 100% sure.

  17. comment
    Comment #44907087

    we store data in R2 and range query sometime glitch... It might work if you retry it

  18. comment
    Comment #44905874

    yeah we use whisper.cpp for whisper inference. this is more like a community-focused project, not a commercial product!

  19. comment
    Comment #44905820

    got it. fyi if you run `owhisper pull --help`, this info is printed

  20. comment
    Comment #44905593

    It's open-source. Happy to review & merge if you can send us PR! https://github.com/fastrepl/hyprnote/blob/8bc7a5eeae0fe58625...

  21. 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…

  22. comment
    Comment #44905313

    This is CLI entry point: https://github.com/fastrepl/hyprnote/blob/8bc7a5eeae0fe58625...

  23. 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…

  24. 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…

  25. comment
    Comment #44905067

    Correct. About the deepgram-compatibility: https://docs.hyprnote.com/owhisper/deepgram-compatibility Let me know how it goes!