Skip to main content

TEST APP TMLC

Project description

Speech Recognition Wrapper

PyPI package   version number


This package is a wrapper for Speech Recognition Module, created to import directly and transcribe Speech Input. You would need a Microphone input and a Speaker output connected to your environment before starting.

Installation

This package comes with internal dependency of PyAudio and Vosk model. The package installation takes care of installing all the dependecies, by performing the following steps:

pip install --upgrade grokspeechrec

Usage

Once you have it installed, import the module and use it to pass Microphone Speech as shown below:

from grokspeechrec import speechrec

rec = speechrec.app.Recognize()
output = rec.recognize(rec.recognizer)

The output will contain the transcribed results.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grokspeechrec-0.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page