
Occazi – AI-Powered Full-Stack Event Management Platform
AI驱动的活动规划平台,可管理参与者并分析活动数据。
@Puneet626 · X
hi, let's connect, i'm building
完整作品展
技术栈
60 projects

AI驱动的活动规划平台,可管理参与者并分析活动数据。
@Puneet626 · X
hi, let's connect, i'm building


文档解析 API,准确提取表格、公式和结构化数据给 AI 代理。
g418572664 · V2EX
做了一个文档解析与记忆工具,专门辅助给传统行业做 AI 落地的老哥 现在 AI+的工作还挺常见的,就像大佬们说的,“所有行业的产品可能都会用 AI 重新做一遍”。最常见的就是各种 agent ,说要用 AI 赋能传统行业啥的,代替人类专家去处理海量的复杂资料、进行深度分析并做出决策。 举个例子,金融行业的“智能审计与尽调 Agent”。 过去,银行或投资机构想要给一家企业贷款或投资,需要人类审计师去读几十份、每份几百页的招股书和财务报表。现在虽然有了 AI ,但把文件一股脑全丢给它是不现实的,且不说烧 token 的问题,这些文档里有无数的跨行、跨列单元格表格,普通工具一拉,表格数据全串行了。如果 AI 把“第一季度利润”和“第二季度支出”的信息碎在一块,那得出的财务分析就完蛋了。 所以,现在要真想开发出一个能干活,还确保正确率的 agent ,就需要一个专业的、AI-native 的解析工具,把复杂的表结构和章节层级完整还原出来。我做的工具 Knowhere 就是干这个的: https://knowhereto.ai/?utm_source=v2ex 它能把复

监控 AI 工具的状态和元数据问题信号
dobby_lee · HN
Open-Source for AI tool status checker

按需付费的 API 市场,提供 47 个用于 OCR、翻译、图像生成和聊天的端点。
13639366668 · HN
Pay-per-call MCP server with 47 AI endpoints, micropayments via x402

在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. •

使用 AI 快速创建带有响应规则和变量的模拟 API,用于开发测试。
u/Not_Imagine · Reddit
I built a tool to instantly generate mock APIs instantly with AI Hi everyone, We all run into the same frustrating bottleneck on projects: the UI is ready to go, but the backend API isn’t finished yet and we need to resort to hardcoding mock data. This, however cannot reproduce edge cases like rate-limiting, network latency, or 500 errors. To solve this, I built SynthAPI https://getsynthapi.com/ It's a developer tool that lets you generate live mock API endpoints in se

发现趋势 GitHub 仓库、初学者议题和 GSoC 组织,寻找开源贡献机会。
@Manixh02 · X

在本地处理数据来屏蔽个人信息,降低发送到Claude、ChatGPT等API的token成本。
@AI_303030 · X

在浏览器中设计并模拟平面机构,支持自动化合成。
@tutao0123 · X
Mechanical design can be playful. I used Vibe Coding to build OpenLinkage, an open-source browser lab for planar mechanism design. Try it: GitHub:

通过 API 调用 AI 生成图像的服务
developeron29 · HN
Image generation API using AI

集成包管理器的编程语言,用于编写和共享代码
u/KILLinefficiency · Reddit
The Kal Package Manager Hey everyone, A couple of weeks ago, I posted about Kal, my programming language written from scratch. I am really happy to share a glimpse of Kal's own package manager! Kal v0.1.0 shipped with a package system that lets you add and use third party Kal packages. But, that process was completely manual. You’d have to clone the package, place it in the right directory, clone the package’s entire dependencies all by yourself, one after another. :( The package manag