
The Path — An Interactive Self-Understanding Journey
一个由临床心理学家创作的交互式故事,通过选择探索你的行为模式。
@doa_psych · X
完整作品展
技术栈
25 projects

一个由临床心理学家创作的交互式故事,通过选择探索你的行为模式。
@doa_psych · X

用AI转录音频和视频为文本和摘要
@Mahima_Akkina · X
Yes, you can check - It's a tool used to convert both and video into text and summaries

整理笔记和知识库,用AI提问,生成播客和学习资料。
mistakevin · HN
I've been working on https://notebooker.ai if anyone is interested in giving some feedback. I tried to post a Show HN yesterday with details about how I built it, but was auto-flagged and not sure what rules I broke. Everything that I've built on top of open-notebook, like the plugin system for your own "creators" (aka, podcasts, infographics, etc) is at https://github.com/Notebooker-ai plus a Cloudflare Worker AI deployer to play with different models. Been working on it for about six months.

将任何链接、通讯或文档转换为个人双主播播客。
@RabbitHoleBrief · X
turn any link or document into a two person podcast. Choose from a list of topics or create your own topics to curate your own show on your own schedule.

将文档和文本转成播客,支持 AI 语音生成和编辑。
Inpodcast AI — 将文档转成播客音频,支持 PDF、Word、Markdown 和 TXT 文件格式

将文本转化为 AI 生成的播客剧集
@motyar · X
🎙️ Idea → Audio

用于语音、聊天和视频面试的 AI 平台,提供自动转录和分析。
Aural — 开源 AI 面试平台,支持语音、聊天和视频面试,提供自适应追问、结构化评分、面试练习与自托管 - [查看仓库](https://github.com/1146345502/aural-oss)

社交媒体课程社区,支持注册、付款、内容阅读和音频播放。
@imwsl90 · X
老卫Vibe coding进展.20260727 1、做了一个简单的监控网站,自用为主,监测我自己开发的网站的流量和下单来源,目前够用了 2、做了一个【老卫自媒体核心群】课程社区 - 支持注册、支付、阅读内容,还可以听音频,支持后台更新文章,文章格式默认markdown 3、做了一个【老卫的Vibe coding社区】- 支持注册、支付、阅读等 至此,老卫面向大众的课程相关的内容全部搬到了自己托管的网站上去了,技术栈如下: 前端:React + Vite 后端:Cloudflare + Workers 数据库:Cloudflare D1 存储:Cloudflare R2 邮件推送:Resend 这一切都不是要钱,老卫只买了个域名,10美金/年。(约 ¥67.78) 后续计划如下: 1、录制老卫Vibe coding相关课程,这个拖了比较久了,最近一直在vibe coding 2、模块化最近写的一些网站,争取做一份通用的代码出来,方便后续别的产品的上线 3、对接支付,目前计划对接Stripe, 对于支付老卫还是比较慎重,所以估计要一月以后了 关于Vibe coding,老卫的一些观点 Vibe coding极大的降低了编程门槛,大家多去烧token 十万美金以下的编码,AI都能搞定,多去像创意,把交易流程走通,剩下的就是搞流量和卖了 不要浪费时间去讨论哪个大模型好,这是极端浪费时间的事情,哪个好就用哪个,剩下的就是干就完了 最后宣传一下老卫的两个社群 - 自媒体核心群、Vibe coding社群,需要加入的私信老卫小号 - xiaowei6571

用Doki Doki Literature Club角色创建视觉小说风格的对话场景。
langren · V2EX
[分享创造]Doki Doki Dialog Generator Doki Doki Dialog Generator ( https://dokidokidialog.com/) lets you easily create visual-novel-style scenes using characters and backgrounds from Doki Doki Literature Club!. It provides an intuitive interface for fan fiction writers and meme creators to customize expressions, text, and layouts without any coding.

上传音频或视频,SayScribe 自动转成带说话者标签和时间戳的文字稿。
zxhywork · V2EX
SayScribe AI - 音频转文字的在线工具 花了几周搞了一个基于 OpenAI Whisper 的 AI 转录工具 **[SayScribe]( https://sayscribe.org)**,目前 5 个工具全部免费,每天 3 次无需注册。上线前请 SEO 专家做了一轮诊断,踩了不少坑,分享出来给同样在做工具站的 V 友参考。 --- ## 做了什么 核心工具是 **[Audio to Text Converter]( https://sayscribe.org)**(主页),上传音频/视频文件,AI 自动转成带 speaker labels 和时间戳的文字稿。选这个词的原因是:Google 第一页有个 DR 只有 10 的小站排第三,KD 才 20.2 ,链接预算只要 15-35 个引用域就能进前十——典型的弱盘面蓝海。 然后在主页基础上拆了 4 个子工具,每个打一个独立搜索词: - **[MP3 to Text]( https://sayscribe.org/mp3-to-text)** — 只转 MP3 。KD 41.7 比主页难一些,但

快速、精准的 AI 音频转录工具,无需注册,支持多种格式和语言。
音频转文字工具 — AI 音频转文字,快速、精准、安全的转写服务

在伦敦画廊拍摄艺术作品,获取AI识别、音频导览和博物馆信息。
victords · HN
I was interested in learning more about reverse image search, so I built audioguide.london. It’s a simple image search where you take a photo of an artwork in a gallery, tries to ID it and returns a pre-generated audio and a link to the museum website. The audios were all generated locally, essentially looking at the contents of the website, running it through a LLM to generate a script and Kokoro for TTS. I’ve built it as an app for myself almost a year ago, so I deployed it as a vibe coded web