【GCP】文字起こし
Uniteのシロちゃんの動画が為になったので文字起こししてみた。
基本こちらの記事をなぞる
Google Cloud Speech API を使った音声の文字起こし手順
FLACファイルを用意
日本語版:【Unite Tokyo 2018】バーチャルYouTuber電脳少女シロがご紹介する「2018年の注目アセット100連発」
英語版:【Unite Tokyo 2018】“100 Must-see Assets for 2018” by Virtual YouTuber, Cyber Girl Siro
youtube -> mp3
https://www.clipconverter.cc/
mp3 -> flac
https://audio.online-convert.com/convert-to-flac
つまずきポイント
ImportError
ImportError: cannot import name speech
sudo pip install google-cloud-speech
で解決。
403 Cloud Speech API
google.api_core.exceptions.PermissionDenied: 403 Cloud Speech API has not been used in project 618104708054 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/speech.googleapis.com/overview?project=618104708054 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
サービスアカウントの再取得で上手くいくときと、失敗するときがある。
失敗するときは、パケットごと作り直したら上手くいった。
文字化け
元のスクリプトがshift_jis設定なので正常なのだが。
Cloud Shell上部の鉛筆マークからコードエディタに移動。
文字起こししたテキストファイルを File > Export > Download
ローカルに持ってきた後に文字コードを変えたければ変えればいい。
結果
専門用語が多いからか、精度はよくない。
これは使えないなー。
Author And Source
この問題について(【GCP】文字起こし), 我々は、より多くの情報をここで見つけました https://qiita.com/mczkzk/items/9d86fc3344f9dc6fe06c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .