{ "info": { "author": "Colin Lacy", "author_email": "colinjlacy@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3.6" ], "description": "# Vocalist\n\n[![travis status](https://travis-ci.com/colinjlacy/vocalist.svg?branch=master \"Travisstatus\")](https://travis-ci.com/colinjlacy/vocalist)\n[![Coverage Status](https://coveralls.io/repos/github/colinjlacy/vocalist/badge.svg?branch=master&service=github)](https://coveralls.io/github/colinjlacy/vocalist?branch=master&service=github)\n\nThis is a simple project still in very early development, meant to be used to parse speech into text. In its current state, it only works on Mac, and only where a compatible version of [PortAudio](http://www.portaudio.com/) has been installed.\n\nIt was built following the tutorial found here: [https://realpython.com/python-speech-recognition/](https://realpython.com/python-speech-recognition/)\n\n## Setup\n\nUsing Homebrew, install PortAudio:\n```bash\n$ brew install portaudio \n```\n\nFrom there you can install dependencies as you normally would:\n```bash\n$ pip install -r requirements.txt\n```\n\n## Usage\n\nIf you want to call it directly just run the package as is:\n```bash\n$ python ./main.py\n``` \n\nIt's not currently deployed for package management.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "vocalist", "package_url": "https://pypi.org/project/vocalist/", "platform": "", "project_url": "https://pypi.org/project/vocalist/", "project_urls": null, "release_url": "https://pypi.org/project/vocalist/0.0.1.dev1/", "requires_dist": null, "requires_python": "", "summary": "A package to convert speech to long-form work-flows, using plugable trained NLP models", "version": "0.0.1.dev1" }, "last_serial": 5506074, "releases": { "0.0.1.dev0": [ { "comment_text": "", "digests": { "md5": "f0a6ca879e08b87474c2e29f688ee7dd", "sha256": "d51ca9b50eeb7096409f2f6993f8ab958ebc769a18a5382296d080c063448f5f" }, "downloads": -1, "filename": "vocalist-0.0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "f0a6ca879e08b87474c2e29f688ee7dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3600, "upload_time": "2019-07-09T10:23:25", "url": "https://files.pythonhosted.org/packages/23/23/c382b8bf84b6adae707b2538e3cfa833ed5d898a9092b7aa9b646bc52a57/vocalist-0.0.1.dev0.tar.gz" } ], "0.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "29be376393c769356eb78fb70a9ac58c", "sha256": "1281bd37cbbb2ddeb94008a4c349b31ce9fddce93ccf05d2a3b1660f5577b601" }, "downloads": -1, "filename": "vocalist-0.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "29be376393c769356eb78fb70a9ac58c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3597, "upload_time": "2019-07-09T10:24:13", "url": "https://files.pythonhosted.org/packages/5c/8e/3e270506c9e714ac086df18ff43e848f26865142d8da728f953b89d9afe6/vocalist-0.0.1.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29be376393c769356eb78fb70a9ac58c", "sha256": "1281bd37cbbb2ddeb94008a4c349b31ce9fddce93ccf05d2a3b1660f5577b601" }, "downloads": -1, "filename": "vocalist-0.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "29be376393c769356eb78fb70a9ac58c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3597, "upload_time": "2019-07-09T10:24:13", "url": "https://files.pythonhosted.org/packages/5c/8e/3e270506c9e714ac086df18ff43e848f26865142d8da728f953b89d9afe6/vocalist-0.0.1.dev1.tar.gz" } ] }