jcbrtl / esp32_CloudSpeech

Transcribe your voice by Google's Cloud Speech-to-Text API with esp32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp32_CloudSpeech

Let's try voice recognition by machine learning!
Transcribe your voice by Google's Cloud Speech-to-Text API with esp32

In the case of esp32 + microphone
photo1

In the case of M5Stack FIRE
M5StackFIRE

Serial monitor
Transcribe

Prepare

Wiring

Wiring

*No need wiring if you use M5Stack FIRE.

Development Environment

How to use

Get your account in https://cloud.google.com/speech-to-text/
Set network parameter and your account information in network_param.h.
Say to the microphone and see serial monitor.

About

Transcribe your voice by Google's Cloud Speech-to-Text API with esp32

License:MIT License


Languages

Language:C++ 75.5%Language:C 24.5%