Live data from Hacker News

Viewing profile — evanhu_

evanhu_

HN member
Joined
Tue, Oct 05, 2021, 8:45 PM UTC
HN karma
76
Public activity
15 items

About evanhu_

No profile information was provided.

Recent public activity

  1. story
    Show HN: Transpose Spotify audio and isolate vocals/instruments in realtime

    Sharing a macOS menu-bar app I made that lets you transpose and separate instrument tracks from Spotify songs in realtime. Uses Rubberband engine pitch shifting with formant preser…

  2. story
  3. comment
    Comment #48003433

    I don't use that one!

  4. story
  5. comment
    Comment #38724345

    Thank you so much, yes I will have that up soon as well

  6. comment
    Comment #38717827

    I did try that at first, it was hard to parse through the HTML code and organize into logical sections (authors, references, abstract) and then clean up the text to prepare it opti…

  7. comment
    Comment #38717773

    There is a cache! You hit a new PDF but at least you will not have to wait for that one again ;)

  8. comment
    Comment #38717482

    Definitely I'll move to the LaTeX source code instead of a PDF backend since that allows better support for non textual data that gets poorly scraped by GROBID. That is a really co…

  9. comment
    Comment #38717466

    Oops sorry for the miscommunication, actually you don't need to enter an API key for now. Feel free to just try it out!

  10. comment
    Comment #38717445

    Thank you :). I updated the README to have some more explanation of the steps. The chunking algorithm chunks by logical section (intro, abstract, authors, etc.) and also utilizes r…

  11. comment
    Comment #38717421

    Thank you! Thanks for pointing that out, since the underlying RAG is rather naive (simple embedding cosine similarity lookup, as opposed to knowledge graph / advanced techniques), …

  12. comment
    Comment #38717299

    Yes! I'll set up talk2biorxiv.org very soon as it would be simple to port over. I also plan on making the underlying research PDF RAG framework available as an independent module

  13. comment
    Comment #38717284

    I spent forever looking at various PDF parsing solutions like Unstructured, and eventually stumbled across GROBID, which was an absolute perfect fit since it's entirely made for sc…

  14. story
    Show HN: Talk to any ArXiv paper just by changing the URL

    Hello HN, Talk2Arxiv is a small open-source RAG application I've been building for a few weeks. To use it just prepend any arxiv.org link with 'talk2' to load the paper into a resp…

  15. comment
    Comment #28765441

    I'm super impressed with what you've managed to create, do you have any further plans with this project? I'm curious now that it's finished and documented to such an extent will yo…