Skip to content

speechRecognition: Implementation of a speech recognition system through the Google Speech API. Network audio source reception via YARP. Broadcast of recognized text over the network via YARP.

Notifications You must be signed in to change notification settings

davidvelascogarcia/speechRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speechRecognition Homepage Latest Release Build Status

Speech Recognition: speechRecognition (Python API)

Introduction

speechRecognition module use Google Speech API in python. This module performs speech recognition and converts to text. Also use YARP to send text detection by network. Also admits YARP source audio like input. This module also publish recognition results in YARP port.

Documentation available on docs.

Use

speechRecognition requires audio like input. The process to running the program:

  1. Execute programs/speechRecognition.py, to start de program.
python speechRecognition.py
  1. Connect recognition source.
yarp connect /speechRecognition/data:o /yourport/data:i

NOTE:

  • Data results are published on /speechRecognition/data:o

Requirements

speechRecognition requires:

(Using YARP with Python 2.7 bindings)

pip2 install SpeechRecognition

(Using YARP with Python 3 bindings)

pip3 install SpeechRecognition

Tested on: ubuntu 14.04, ubuntu 16.04, ubuntu 18.04, lubuntu 18.04 and raspbian.

Status

Build Status

Issues

Related projects

About

speechRecognition: Implementation of a speech recognition system through the Google Speech API. Network audio source reception via YARP. Broadcast of recognized text over the network via YARP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages