Batch 12 continued: Health Symptom Tracker + Inbox De-clutter + Podcast Production Pipeline

This commit is contained in:
2026-04-16 08:39:25 +08:00
parent b5f5c710f0
commit 2bf0c35b40
10 changed files with 304 additions and 0 deletions

29
wiki/entities/Whisper.md Normal file
View File

@@ -0,0 +1,29 @@
---
title: "Whisper"
type: entity
tags: [ai, speech-to-text, openai, transcription]
last_updated: 2026-04-16
---
## Basic Info
- **Type**: AI Model / Open Source
- **Provider**: OpenAI
- **Function**: 语音转文字Speech-to-Text transcription
## Description
Whisper 是 OpenAI 开源的语音识别模型,支持多语言转录。本地运行,无需 API 调用费用。
## Use Cases
- 播客录音转文字脚本
- 会议记录自动生成
- YouTube 视频字幕提取
## Connections
- [[Whisper]] ← used_in ← [[Podcast Production Pipeline]]
- [[Whisper]] ← alternative_to ← [[OpenAI Whisper API]]
## Aliases
- Whisper
- OpenAI Whisper
- whisper.cpp