TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A bookmark manager that uses TF-IDF vectors to group similar bookmarks

8 pointsby devinhnabout 4 years ago

3 comments

devinhnabout 4 years ago
Hello!, Everyone I know has a bookmark graveyard of bits of interesting information we wanted to come back to later but added into a general folder that ends up being a mess.<p>So I did what any good ML student would do and built a simple ML system (using TF-IDF vectors) that will recommend you similar bookmarks.<p>I use Obsidian.md as my second brain but needed a space to put the interesting links without spending the time to create a new note incorporate it into my organizational system. I think lxi.ai does a good job of being the middle ground for holding the interesting links for me to come back to when I really want to wrestle with the ideas. Hope some people like it too!<p>website: <a href="https:&#x2F;&#x2F;lxi.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lxi.ai&#x2F;</a><p>chrome extension: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;lxiai&#x2F;dkhfhajlhegdenbhkejkbagnlkgjnpcl?hl=en" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;lxiai&#x2F;dkhfhajlhegd...</a><p>firefox addon: <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;addon&#x2F;lxi-ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;addon&#x2F;lxi-ai&#x2F;</a>
rasulkireevabout 4 years ago
Looks very good, will certainly give it a try.<p>I am assuming you built this with Python, right? Any chance you can share the approach? Would love to try building something for the web with the use of Tensorflow.
评论 #26514607 未加载
shaggy8871about 4 years ago
That’s pretty cool, going to give it a try.