TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

8 点作者 devinhn大约 4 年前

3 条评论

devinhn大约 4 年前
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>
rasulkireev大约 4 年前
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 未加载
shaggy8871大约 4 年前
That’s pretty cool, going to give it a try.