
NoiseRemover — Remove Background Noise from Audio with AI
用 AI 移除音频和视频中的背景噪音。
nadermx · HN
NoiseRemover.ai – Remove background noise from audio
完整作品展
技术栈
27 projects

用 AI 移除音频和视频中的背景噪音。
nadermx · HN
NoiseRemover.ai – Remove background noise from audio

拖动方框体验Flexbox布局引擎的推断过程。
drzivil · HN
Drag boxes around and watch a layout engine infer the Flexbox (no AI)

一次编写,多格式导出为笔记、幻灯片、PDF、PPTX、DOCX 或画布。
@mr_wickedhacks · X
Write the doc once → get a notebook, slide deck, canvas, or resume from the same source. No rewriting for every format.

从URL或描述生成SaaS启动视频,60秒内完成AI优化编辑。
@VanillaSkyAI · X
is like Lovable for video. Paste a URL, get a launch video, chat to edit, post 🎬 Here's one I made in minutes 👇

将汽车视频和音乐上传至Machcut,自动生成节拍同步的竖屏编辑。
u/Jonathanproductions · Reddit
We built a tool that automatically edits car videos to phonk beats... here's what it makes We've been building MACHCUT for the past few months. Drop in raw car footage and a phonk track and it produces a beat-synchronized vertical edit automatically. Python engine, not generative AI. Your real footage, automated cutting. The engine runs on A100 GPUs, uses YOLO to pick the best clips from your footage, locks cuts to the beat drop, and outputs vertical 1080p or 4K in about 6 min

AI审核SaaS登陆页面,与行业基准对比,获得优化建议。
@yusukelp · X
Here’s mine!


通过与Astrono对话自动管理内容生产管道的工作区。
@wesselsHQ · X

用GrindQuestionsAI回答面试题,获得AI评分与间隔重复学习。
@pashov_n · X
Anki style flashcards with a AI judging how well you understand a specific topic -

为创始人设计的风险企业操作系统,涵盖验证、品牌、定位和启动。
u/medialantern · Reddit
Would you use a brainstorming/planning/ideation tool for side projects? This is not a new idea, and I know we see posts about something similar about once a month. I do think I took it farther than others I've seen, but either way I'd still be interested in feedback on this one. Backstory: I've been building side projects with AI a lot (who hasn't?) and I realized that over the past year I've gravitated toward a very structured approach for building new ideas. I define it, research competit

生成带成功评分的商业创意和融资演讲稿
@pitchspark_ai · X

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared