TEST APP TMLC
Project description
Speech Recognition Wrapper
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file grokspeechrec-0.0.2.tar.gz
.
File metadata
- Download URL: grokspeechrec-0.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23f5385aa2cb814b5308371c4dd2ac0d391364b926c8ee47e36a7e9e65d96819 |
|
MD5 | 3ceaed3f350664e756658b22e9d762ec |
|
BLAKE2b-256 | 31ec62e0f91449fc4fd62878bc5b7af286b2024762e284e5953a63089c4f521d |