Skip to content

Google Cloud Speech-to-Textを利用して音声ファイルから文字起こしして、ローカルにテキストファイルを保存します

Notifications You must be signed in to change notification settings

acronhub/speech-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

文字起こし

Google Cloud Speech-to-Textを利用して音声ファイルから文字起こしして、ローカルにテキストファイルを保存します

Features

  • GCSのアップロード
    • 入力ファイル: mp4, m4a, mp3, wav
  • Speech-to-Textが読みやすいようにFLACファイルへの変換

Requirement

  • docker

Installation

docker-compose build

Initialize

  • GCP サービスアカウントのJSONファイルをカレントフォルダに設置してください

    $ service-account.json
  • 設定ファイルを作成してください

    $ touch instance/application.cfg
  • 設定のファイルの記述

    GCS_BUCKET_NAME = 'example-bucket'
    SELECTED_PHRASES = [{"phrases": [""], "boost": 20}]

Usage

docker-compose up -d
  • data/input_fileフォルダに文字起こししたい動画・音声を設置してください。
  • ブラウザで http://localhost:5000 にアクセス

Author

License

MIT license.

About

Google Cloud Speech-to-Textを利用して音声ファイルから文字起こしして、ローカルにテキストファイルを保存します

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published