Skip to content

ysano/speech2text-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speech to text demo

1 About

speech2text demo with Go and GCP

2 Files

file説明
mock_main/mock_main.goテスト用 mock
testdata/*.wav単体テスト用データ
voice/*.wavサンプル音声データ
secret/API Key 置き場(任意)
go.modgo module 情報
go.sumgo module 情報
README.orgReadme(org)
speech2text.go本プログラム
speech2text_test.go単体テストプログラム

3 Run

export GOOGLE_APPLICATION_CREDENTIALS=secret/secret.json
go run speech2text.go voice/public_audio_ja-JP_Broadband-sample.wav 犬 認識 音声
Pos: Word <犬>
Pos: Word <認識>
002: 音声認識の現状につ
033: 近では音声認識でもディー
Pos: Word <音声>
000: 音声認識の現状
031: い最近では音声認識でもデ

About

speech2text demo with Go and GCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages