Viewing profile — evanhu_
evanhu_
HN member- Joined
- Tue, Oct 05, 2021, 8:45 PM UTC
- HN karma
- 76
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About evanhu_
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #48003433
I don't use that one!
- story
-
comment
Comment #38724345
Thank you so much, yes I will have that up soon as well
-
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…
-
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 ;)
-
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…
-
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!
-
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…
-
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), …
-
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
-
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…
-
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…
-
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…