
InvoiceAI
InvoiceAI 用人工智能快速解析发票,帮助自由职业者和小企业提取关键信息。
@AmanSha72844101 · X
I have build an invoice parser tool for CA freelancer and small businesses and I build it with Cursor + Claude Those are my vibe coding tool not ____ you know Here is the link 👇
完整作品展
技术栈
60 projects

InvoiceAI 用人工智能快速解析发票,帮助自由职业者和小企业提取关键信息。
@AmanSha72844101 · X
I have build an invoice parser tool for CA freelancer and small businesses and I build it with Cursor + Claude Those are my vibe coding tool not ____ you know Here is the link 👇

AI简历解析工具,支持拖放上传、数据提取、ATS评分及批量导出。
@VortixDataAi · X
🚀 VortixData AI: Parse PDFs/Docs < 1s! • Bulk export (Excel/JSON/JSON-LD) • 0-100 contextual ATS score • Live analytics stats dashboard 💥 50 extra free credits for first 50 users / Special corporate offer! • Non-expiring Token packs start at $18

在线解析 YouTube、Bilibili、X、TikTok 和抖音视频,下载视频、标题和缩略图。
jeffson · V2EX
做了个在线视频直链解析工具网站(现已支持 YouTube / B 站 / X / TikTok / 抖音),求拍砖(Vue3 + FastAPI + yt-dlp) 如题,自己有时需要把公开视频存本地学习/剪辑素材,客户端装来装去嫌麻烦,之前网上用的那个平台偶尔抽风用不来,索性就自己做了个网页版: https://clipfetch.org/ 目前支持: - YouTube (含 Shorts ) - Bilibili (高清分离流可合并成完整 mp4 ) - X / Twitter - TikTok - 抖音(含 v.douyin.com 分享短链) 特点: 1. 打开即用,不用注册 2. 优先给浏览器可直下的 progressive 音画合一流 3. 服务端不长期保存视频文件 4. 中英双语界面 技术栈:Vue 3 + FastAPI + yt-dlp ,Docker 部署。 声明:仅供个人学习研究,请遵守平台条款和版权法,别拿去干侵权搬运。 欢迎试用拍砖:解析失败场景、移动端体验、文案/SEO 都欢迎吐槽。 站长 QQ:24

上传 CAS PDF 获取 AI 驱动的基金组合分析和配置洞见。
@iASHeeesh · X

Hexabench 本地开发者工具套件,支持 CSV、Parquet、JSON 格式处理,无需上传。
u/sheshu29 · Reddit
My side project Hey everyone i have just created this website for developer who does not want to rely on ai agents so please visit and give me some feedback if you want any specific tools 🫠 submitted by /u/sheshu29 to r/SideProject [link] [comments]

Flint是为AI代理设计的可视化语言,用于创建交互式数据可视化。
chenglong-hn · HN
Data visualizations are the bridge between user and data. But building AI agents that can generate visualizations reliably can be very tricky: - simple chart specs can be reliable, but generated charts are often of low quality due to reliance on system defaults; - complex chart specs with explicit details can produce good-looking charts, but they are verbose and agents can struggle with reliability We figured out it is a limitation on the language issue (not just AI capability thing) -- current visualization languages are a bit too low-level for AI agents, requiring them to explicitly make visual decisions that are supposed to be handled by a good compiler. Flint is a visualization intermediate language to address this issue, allow AI agents to solve this last-mile human-agent interaction problem. It provides a simple semantic-type based specification, and contains a layout optimization engine that can produce good-looking charts (filled with derived low-level details) from simple

上传漫画页面翻译成 20+ 种语言,支持 AI 自动排版。
AI Manga Translator — 上传漫画,获取像素级精准翻译。智能 OCR、忠实翻译、无缝排版。全部由 AI 驱动

与多个 AI 模型聊天,进行深度研究和编码任务。
@Shekar77hima · X
run deepresearch, coding agents for free.

在一个地方捕捉会议、用AI写笔记、在共享画布上创建图表。
@rubs_murga · X

将AI生成的文本转化为自然人类语言,支持语法检查、检测和SEO优化。
@RohanAhmed06 · X
🚀 Built Humanely. An AI writing toolkit with: • AI Humanizer • AI Detector • Grammar Checker • Text Summarizer • SEO Tools I'd love your honest feedback 🙌

设计、动画化并导出元胞自动机图案
@majo_puterka · X
Nerdy, browser-based pattern generator on Wolfram's cellular automata. SVG export, freehand mode, free.

在浏览器中完成60个Python编码挑战。
u/Funny-Temporary7465 · Reddit
Built a Python learning platform because I was bored of the existing options Hey everyone, I built PyTutor, a web app to learn Python by actually writing code from the first minute instead of watching videos. 60 challenges across 6 modules, a real Python editor in the browser (runs via Skulpt, no backend needed), a live variable inspector so you can see what your code is doing as it runs, and a certificate at the end. Built it with AI-assisted coding tools, which let me focus more on the