aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--astro.config.mjs2
-rw-r--r--src/content/docs/whisper-moji-okosi.mdx7
2 files changed, 6 insertions, 3 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 6ceb7a9..e2325a0 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -146,7 +146,7 @@ export default defineConfig({
],
},
{ label: "ご支援", link: "/support/" },
- { label: "Whisper文字起こし", link: "/whisper-moji-okosi/" },
+ { label: "Whisper + AI文字起こし", link: "/whisper-moji-okosi/" },
{ label: "コンタクト", link: "/contact/" },
],
customCss: ["./src/styles/custom.css"],
diff --git a/src/content/docs/whisper-moji-okosi.mdx b/src/content/docs/whisper-moji-okosi.mdx
index 4812f2d..f2d449f 100644
--- a/src/content/docs/whisper-moji-okosi.mdx
+++ b/src/content/docs/whisper-moji-okosi.mdx
@@ -1,6 +1,6 @@
---
-title: 無料・超高精度のWhisperで文字起こしする方法
-description: OpenAIのWhisperを使った超高精度な文字起こしの方法。Google Colabを使えば無料・インストール不要で利用できます。
+title: Whisper + AI で文字起こしを劇的に効率化する方法
+description: OpenAI Whisperと生成AIを組み合わせた超高精度な文字起こしの方法。Google Colabを使えば無料・インストール不要で利用できます。
---
## これまで
@@ -9,6 +9,9 @@ description: OpenAIのWhisperを使った超高精度な文字起こしの方法
そんな中、令和4年9月にOpenAIから **Whisper** という文字起こしAIが公開され、試してみたところ驚くべき性能でした。それ以来、議会の一般質問や各種会議の文字起こしに活用しています。
+> **📝 この記事について**
+> 本記事の元となったブログ投稿は令和4年に公開されたものですが、Whisperの文字起こし精度は今でも極めて高く、ここで紹介する手順も現在(令和8年)まで有効です。むしろ、生成AIを組み合わせた後処理の手法が加わったことで、当時よりもさらに実用的になっています。
+
## 雇用を奪わない形でのAI活用
深層学習AIの進化は凄まじく、良し悪しはともあれ止められません。「AIが仕事を奪う」という視点もあれば、「AIが単調な作業を軽減してくれる」という視点もあります。文字起こしのような個人レベルの単調作業の自動化は、後者の観点から安心して活用できる分野です。