pyvrs


Namepyvrs JSON
Version 0.9 PyPI version JSON
download
home_pagehttps://github.com/bossauh/pyvrs
SummaryA powerful voice recognition library made in python. This combines several libraries in order to achieve a 'Voice Assistant' ready library.
upload_time2022-12-04 12:06:56
maintainer
docs_urlNone
authorPhilippe Mathew
requires_python
licenseMIT
keywords voice speech to text voice recognition
VCS
bugtrack_url
requirements tensorflow keras nest_asyncio maglevapi mixer-pyaudio pvporcupine SpeechRecognition vosk sounddevice soundfile wave
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bossauh/pyvrs",
    "name": "pyvrs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "voice,speech to text,voice recognition",
    "author": "Philippe Mathew",
    "author_email": "philmattdev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/76/db/d828478a9fe2854b84a142ee7b6967ab35f6f50a731ade8c8878019b33ed/pyvrs-0.9.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A powerful voice recognition library made in python. This combines several libraries in order to achieve a 'Voice Assistant' ready library.",
    "version": "0.9",
    "split_keywords": [
        "voice",
        "speech to text",
        "voice recognition"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "2f5ed63c09192e10601835dae364eae6",
                "sha256": "4ff907010df6dd6bddebc68b95c3f077023a40b57f485309ba8ee0d8bd1dd438"
            },
            "downloads": -1,
            "filename": "pyvrs-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "2f5ed63c09192e10601835dae364eae6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7966,
            "upload_time": "2022-12-04T12:06:56",
            "upload_time_iso_8601": "2022-12-04T12:06:56.344943Z",
            "url": "https://files.pythonhosted.org/packages/76/db/d828478a9fe2854b84a142ee7b6967ab35f6f50a731ade8c8878019b33ed/pyvrs-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-04 12:06:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bossauh",
    "github_project": "pyvrs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "tensorflow",
            "specs": [
                [
                    "==",
                    "2.10.0"
                ]
            ]
        },
        {
            "name": "keras",
            "specs": [
                [
                    "==",
                    "2.10.0"
                ]
            ]
        },
        {
            "name": "nest_asyncio",
            "specs": []
        },
        {
            "name": "maglevapi",
            "specs": []
        },
        {
            "name": "mixer-pyaudio",
            "specs": []
        },
        {
            "name": "pvporcupine",
            "specs": [
                [
                    "==",
                    "1.9.0"
                ]
            ]
        },
        {
            "name": "SpeechRecognition",
            "specs": [
                [
                    "==",
                    "3.8.1"
                ]
            ]
        },
        {
            "name": "vosk",
            "specs": [
                [
                    "==",
                    "0.3.32"
                ]
            ]
        },
        {
            "name": "sounddevice",
            "specs": [
                [
                    "==",
                    "0.4.4"
                ]
            ]
        },
        {
            "name": "soundfile",
            "specs": [
                [
                    "==",
                    "0.10.3.post1"
                ]
            ]
        },
        {
            "name": "wave",
            "specs": []
        }
    ],
    "lcname": "pyvrs"
}
        
Elapsed time: 0.08918s