grokspeechrec


Namegrokspeechrec JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/visalakshi2001/grokspeechrec/
SummaryTEST APP TMLC
upload_time2023-05-17 07:19:10
maintainer
docs_urlNone
authorGROKLEARNING
requires_python>=3.7
licenseMIT
keywords speech recognizer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Speech Recognition Wrapper

[![PyPI package](https://img.shields.io/badge/pip%20install-grokspeechrec-blue)](https://pypi.org/project/grokspeechrec/)     [![version number](https://img.shields.io/pypi/v/grokspeechrec?color=red&label=version)](https://pypi.org/project/grokspeechrec/releases)  


---

This package is a wrapper for [Speech Recognition Module](https://github.com/Uberi/speech_recognition#readme), 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:

```bash
pip install --upgrade grokspeechrec
```

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

```python
from grokspeechrec import speechrec

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

The `output` will contain the transcribed results.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/visalakshi2001/grokspeechrec/",
    "name": "grokspeechrec",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "speech recognizer",
    "author": "GROKLEARNING",
    "author_email": "GROKLEARNING <visalakshi2001@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/31/ec/62e0f91449fc4fd62878bc5b7af286b2024762e284e5953a63089c4f521d/grokspeechrec-0.0.2.tar.gz",
    "platform": null,
    "description": "# Speech Recognition Wrapper\r\n\r\n[![PyPI package](https://img.shields.io/badge/pip%20install-grokspeechrec-blue)](https://pypi.org/project/grokspeechrec/)  &nbsp;  [![version number](https://img.shields.io/pypi/v/grokspeechrec?color=red&label=version)](https://pypi.org/project/grokspeechrec/releases)  \r\n\r\n\r\n---\r\n\r\nThis package is a wrapper for [Speech Recognition Module](https://github.com/Uberi/speech_recognition#readme), created to import directly and transcribe Speech Input. You would need a Microphone input and a Speaker output connected to your environment before starting.\r\n\r\n## Installation\r\nThis package comes with internal dependency of PyAudio and Vosk model.\r\nThe package installation takes care of installing all the dependecies, by performing the following steps:\r\n\r\n```bash\r\npip install --upgrade grokspeechrec\r\n```\r\n\r\n## Usage\r\nOnce you have it installed, import the module and use it to pass Microphone Speech as shown below:\r\n\r\n```python\r\nfrom grokspeechrec import speechrec\r\n\r\nrec = speechrec.app.Recognize()\r\noutput = rec.recognize(rec.recognizer)\r\n```\r\n\r\nThe `output` will contain the transcribed results.\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "TEST APP TMLC",
    "version": "0.0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/visalakshi2001/grokspeechrec/issues",
        "Homepage": "https://github.com/visalakshi2001/grokspeechrec"
    },
    "split_keywords": [
        "speech",
        "recognizer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31ec62e0f91449fc4fd62878bc5b7af286b2024762e284e5953a63089c4f521d",
                "md5": "3ceaed3f350664e756658b22e9d762ec",
                "sha256": "23f5385aa2cb814b5308371c4dd2ac0d391364b926c8ee47e36a7e9e65d96819"
            },
            "downloads": -1,
            "filename": "grokspeechrec-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3ceaed3f350664e756658b22e9d762ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3894,
            "upload_time": "2023-05-17T07:19:10",
            "upload_time_iso_8601": "2023-05-17T07:19:10.229417Z",
            "url": "https://files.pythonhosted.org/packages/31/ec/62e0f91449fc4fd62878bc5b7af286b2024762e284e5953a63089c4f521d/grokspeechrec-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 07:19:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "visalakshi2001",
    "github_project": "grokspeechrec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "grokspeechrec"
}
        
Elapsed time: 0.06467s