
AI Hardware Fit — 내 GPU에서 돌아가는 AI 모델 찾기
查看 GPU 兼容的 LLM 模型及成本预算方案。
jaeseok614 · HN
Open-source calculator for "will my GPU run this LLM?"
完整作品展
主题
已知属性
是透镜不是过滤器——只显示我们能确认的项目。
技术栈
245 projects

查看 GPU 兼容的 LLM 模型及成本预算方案。
jaeseok614 · HN
Open-source calculator for "will my GPU run this LLM?"

用于管理LLM流量的自托管控制平面,支持LiteLLM和Bifrost等网关。
siva_prakash_kumar · Product Hunt
Agnos LLM gateway Contain LiteLLM, Bifrost, Portkey.. behind one control plane

多人设计画布,让人类与 AI 代理实时协作创作。
kgoedecke · GitHub
doop The open-source alternative to Paper.design. A multiplayer design canvas where humans and AI agents design together, live. MCP built in.

从AI生成的文本中移除隐形水印和统计水印。
yasir-mo · GitHub
AI-watermark-remover-GUI Tool to remove AI watermarks. It's tested for Claude text watermarking and is model agnostic and can be used to remove algorithmic watermarks.

在OpenVibeEval中对比不同AI模型生成前端代码和可访问性评分。
u/12qwww · Reddit
I built a live benchmark to see which AI actually writes the best frontend code Hey everyone! I built OpenVibeEval because I was tired of "vibe-checking" AI-generated frontend code. I wanted to know which model actually produces the most accessible and clean React/Tailwind output. What I built: •A leaderboard of 24 models (Claude, GPT, DeepSeek, etc.) ranked by axe-core accessibility scores. •A Harness Comparator to show how different system prompts change the same model's output. •

免费Math Circle课程:20课时计划、可打印资源、19个数学游戏,适合7-8岁儿童。
@iamjoshknox · X
This is very cool - I'm starting a math circle at my son's school this year. I vibe coded some teaching instructions for it here:

通过语音获取有来源追踪的答案。
@MuditM_ · X
Just shipped my Voice RAG project for Hacker House Goa ⚡ Grounded answers with live source traces. Check it out: #AI #BuildInPublic #RAGInGoa

bloub:创建个性化机器人头像,支持形态配色表情定制,生成动画并导出多种格式。
@ygjc_cc · X
最近被这个超治愈的纯 SVG 动态机器人头像迷住了!✨ 我把它部署在cloudflare pages上了,已经上线了 👉 不仅完全还原了 / Grok 头像那种丝滑的流体形态变换,功能还超丰富: 🎨 8 种形态 + 12 种配色 + 16 种表情随心搭配 🎬 内置可视化时间线,自由编排 14 种动作序列 📦 一键免费导出矢量 SVG、高清 PNG、动态 GIF 甚至是 MP4 视频! 🔒 100% 纯本地浏览器计算,零数据上传 我的开源仓库: 原作者开源仓库: 原作者致敬:@worlz_ 快来捏一个属于你自己的专属动态头像吧!👇 #开源 #前端 #WebDev #SVG #Grok #AI

与 AI 对手学 Guandan 规则,支持语音教学、记牌训练和在线四人房。
@mereithhh · X
做了一个开源的掼蛋 AI 陪练:GuanDan Lab 🃏 15 分钟学规则,支持本地 AI 对局、在线四人大厅、LLM Agent 队友/对手、九宫格记牌训练、完整复盘和多角色中文语音。手机也能直接玩。 Demo: GitHub:

Crestr登山导航应用,包含精准ETA和键盘快捷键
@abd_ulll16 · X
Just shipped Crestr v0.2.12 Here's what's changed: - Improved keyboard navigation and shortcuts - Much more accurate ETAs - Clearer error messages Check it out at #OpenSource #BuildInPublic #HikingApp

将 GoodNotes 文件转换为 SVG、PDF 或 JSON 格式,完全本地处理。
Kaih1825 · HN
Hi HN, I'm the author of this project. I built this because I wanted my handwritten notes to truly belong to me—free to be migrated to other apps instead of being locked inside the proprietary Goodnotes ecosystem. To be honest, I have absolutely no background in reverse engineering or binary file parsing. I built this almost entirely through "vibe coding" (using LLMs as my pair programmers—mainly Gemini Pro/Flash, and occasionally Claude Sonnet). My ultimate goal is to unlock .goodnotes files so

用 TypeScript 编程无人机自动化农场的益智游戏。
crispyfish · V2EX
新型 Agent 斗蛐蛐: 一个支持 MCP 的编程农场游戏 ~~不用下载,点击即玩:~~ https://robofarm.1037.games 本意是想做一个给人类玩的编程游戏,但发现加入 Agent 支持后并没有削减他的乐趣,于是全量开放源代码、MCP 和各种文档,与群友小范围测试发现效果非常好,遂分享( 游戏需要通过 Typescript 给无人机编程,使其可以自动化种植、浇灌、收割农作物,大概长这样:  单人模式下,游戏总共持续 500 个回合,每一回合由代码执行决定无人机需要做什么操作(种植,浇灌,etc. ),最终赚取的金钱作为总成绩计入排行榜。 由于地形、农作物属性、无人机操作对赚钱效率均有影响,因此需要一套复杂的决策机制,以取得更高的分数。 在这一点上,Agent 展现出非常强大的潜力;同时,在搜索最高效率方案时,不同 LLM / Harness 的能力也可以从中反映出来。~~目前测试中,Gemini 表现是