Name | natural-language-ui JSON |
Version |
6.0.0
JSON |
| download |
home_page | None |
Summary | Voice-Activated Natural Language UI |
upload_time | 2024-10-05 02:05:48 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <3.12,>=3.10 |
license | MIT License Copyright (c) 2020 Vignesh Rao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
python
home-automation
natural-language-processing
text-to-speech
speech-recognition
jarvis
hotword-detection
virtual-assistant
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center" style="text-align: center">
<img src="https://thevickypedia.github.io/open-source/images/logo/jarvis.png" width="371px" height="350px" alt="logo">
</p>
<h2 align="center">Voice-Activated Natural Language UI</h2>
[![made-with-python][label-python]][python]
![Python][label-pyversion]
![Pypi-downloads][label-pypi-downloads]
[![OpenSSF Scorecard][label-open-ssf]][link-open-ssf]
**Platform Supported**
![Platform][label-platform]
**Language Stats**
![Language count][label-language-ct]
![Code coverage][label-code-coverage]
**[Repo Stats][repo]**
[![GitHub][label-license]][license]
![GitHub Repo stars][label-stars]
![GitHub Repo forks][label-forks]
![GitHub Repo watchers][label-watchers]
![GitHub repo size][label-repo-size]
![GitHub code size][label-code-size]
![GitHub code line][label-code-line]
![GitHub file count][label-file-count]
![GitHub Repo issues][label-issues-closed]
![GitHub Repo issues][label-issues-raw]
![GitHub Repo pr][label-pr-closed]
![GitHub Repo pr][label-pr-raw]
**Code Stats**
<!-- todo: self-host a code analyzer
![GitHub file count][label-file-count]
![GitHub lines of code][label-line-of-code]
-->
![Modules][label-stats-Modules]
![Python][label-stats-Python]
![Threads][label-stats-Threads]
![Listener][label-stats-Listener]
![Speaker][label-stats-Speaker]
![Bash][label-stats-Bash]
![AppleScript][label-stats-AppleScript]
![Make][label-stats-Make]
**Deployments**
[![pages][label-actions-pages]][gha_pages]
[![pypi][label-actions-pypi]][gha_pypi]
[![markdown][label-actions-markdown]][gha_md_valid]
[![Pypi][label-pypi]][pypi]
[![Pypi-format][label-pypi-format]][pypi-files]
[![Pypi-status][label-pypi-status]][pypi]
**Activity**
![GitHub Repo created][label-github-repo-created]
![GitHub commit activity][label-github-commit-activity]
![GitHub last commit][label-github-last-commit]
![GitHub last release][label-github-last-release]
**Development and Maintenance**
![Active Development][label-active-development]
![Actively Maintained][label-actively-maintained]
[![Maintainer][label-maintainer]][webpage]
**Reach Out**
[![askme][label-askme]][webpage_contact]
## Kick off
**Recommendations**
- Install `python` [3.10] or [3.11]
- Use a dedicated [virtual environment]
**Install Jarvis**
```shell
python -m pip install jarvis-ironman
```
**Install Dependencies**
```shell
jarvis install
```
**Initiate - IDE**
```python
import jarvis
if __name__ == '__main__':
jarvis.start()
```
**Initiate - CLI**
```shell
jarvis start
```
> Use `jarvis --help` for usage instructions.
## Prerequisites
- **MacOS** <br> _Tested on **Mojave, Catalina, Big Sur, Monterey and Ventura**_
- `System Preferences` → `Security & Privacy` → `Privacy`
- Click `+` sign and add the preferred `IDE` and `Terminal` in the following sections in left pane.
- `Microphone` - **Required** to listen and respond.
- `Accessibility` - **Required** to use key combinations for brightness and volume controls.
- `Camera` - **[Optional]** Required only during face recognition/detection.
- `Automation` - **Required** to control `System Events` and other apps like Outlook and Calendar.
- `Files and Folders` **[OR]** `Full Disk Access` - **Required** for all `FileIO` operations.
- **Linux** <br> _Tested on **Ubuntu 22.04 LTS**_
- Store the host machine's password as the env var: `ROOT_PASSWORD`
- Unlike macOS and Windows, `Ubuntu` does not have app specific permissions.
- **Windows** <br> _Tested on **Windows 10**_
- `Settings` → `Privacy`
- `Microphone` - **Required** to listen and respond.
- `Camera` - **[Optional]** Required only during face recognition/detection.
- Unlike `macOS`, `Windows` pops a confirmation window to **Allow** or **Deny** access to files and folders.
- Install [Anaconda] or [Miniconda], [VisualStudio C++ BuildTools][vcpp], and [Git][git-cli]
- Make sure C++ build tools are installed completely and restart
- Add anaconda/miniconda scripts location to `PATH` in Environment Variables
## Enchiridion
Handbook - [GitHub Wiki][wiki]
## Coding Standards
Docstring format: [`Google`][google-docs] <br>
Styling conventions: [`PEP 8`][pep8] and [`isort`][isort]
## [Release Notes][release-notes]
**Requirement**
```shell
python -m pip install gitverse
```
**Usage**
```shell
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
```
## Linting
`pre-commit` will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL
markdown files (including Wiki pages)
**Requirement**
```shell
python -m pip install sphinx==5.1.1 pre-commit recommonmark
```
**Usage**
```shell
pre-commit run --all-files
```
## Pypi Package
[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)][pypi-repo]
[https://pypi.org/project/jarvis-ironman/][pypi]
## Runbook
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]
[https://jarvis-docs.vigneshrao.com/][runbook]
## License & copyright
© Vignesh Rao
Licensed under the [MIT License][license]
[python]: https://python.org
[3.10]: https://docs.python.org/3/whatsnew/3.10.html
[3.11]: https://docs.python.org/3/whatsnew/3.11.html
[virtual environment]: https://docs.python.org/3/tutorial/venv.html
[PyCharm]: https://www.jetbrains.com/pycharm/
[VSCode]: https://code.visualstudio.com/download
[repo]: https://api.github.com/repos/thevickypedia/Jarvis
[license]: https://github.com/thevickypedia/Jarvis/blob/master/LICENSE
[pypi]: https://pypi.org/project/jarvis-ironman
[pypi-files]: https://pypi.org/project/jarvis-ironman/#files
[pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/
[wiki]: https://github.com/thevickypedia/Jarvis/wiki
[release-notes]: https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst
[gha_pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment
[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml
[gha_md_valid]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml
[webpage]: https://vigneshrao.com/
[webpage_contact]: https://vigneshrao.com/contact
[Anaconda]: https://docs.conda.io/projects/conda/en/latest/user-guide/install/
[Miniconda]: https://docs.conda.io/en/latest/miniconda.html#windows-installers
[vcpp]: https://visualstudio.microsoft.com/visual-cpp-build-tools/
[git-cli]: https://git-scm.com/download/win/
[google-docs]: https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings
[pep8]: https://www.python.org/dev/peps/pep-0008/
[isort]: https://pycqa.github.io/isort/
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
[runbook]: https://jarvis-docs.vigneshrao.com/
<!-- labels -->
[label-python]: https://img.shields.io/badge/Made%20with-Python-blue?style=for-the-badge&logo=Python
[label-pyversion]: https://img.shields.io/badge/python-3.10%20%7C%203.11-orange
[label-pypi-downloads]: https://img.shields.io/pypi/dm/jarvis-ironman
[label-platform]: https://img.shields.io/badge/Platform-Linux|macOS|Windows-1f425f.svg
[label-language-ct]: https://img.shields.io/github/languages/count/thevickypedia/Jarvis
[label-code-coverage]: https://img.shields.io/github/languages/top/thevickypedia/Jarvis
[label-license]: https://img.shields.io/github/license/thevickypedia/Jarvis
[label-stars]: https://img.shields.io/github/stars/thevickypedia/Jarvis
[label-forks]: https://img.shields.io/github/forks/thevickypedia/Jarvis
[label-watchers]: https://img.shields.io/github/watchers/thevickypedia/Jarvis
[label-repo-size]: https://img.shields.io/github/repo-size/thevickypedia/Jarvis
[label-code-size]: https://img.shields.io/github/languages/code-size/thevickypedia/Jarvis
[label-code-line]: http://jarvis.vigneshrao.com/line-count?badge=true
[label-file-count]: http://jarvis.vigneshrao.com/file-count?badge=true
[label-issues-closed]: https://img.shields.io/github/issues-closed-raw/thevickypedia/Jarvis
[label-issues-raw]: https://img.shields.io/github/issues-raw/thevickypedia/Jarvis
[label-pr-closed]: https://img.shields.io/github/issues-pr-closed-raw/thevickypedia/Jarvis
[label-pr-raw]: https://img.shields.io/github/issues-pr-raw/thevickypedia/Jarvis
[label-file-count]: https://tokei.rs/b1/github/thevickypedia/Jarvis?category=files
[label-line-of-code]: https://tokei.rs/b1/github/thevickypedia/Jarvis?category=code
[label-stats-Modules]: https://img.shields.io/github/search/thevickypedia/Jarvis/module
[label-stats-Python]: https://img.shields.io/github/search/thevickypedia/Jarvis/.py
[label-stats-Threads]: https://img.shields.io/github/search/thevickypedia/Jarvis/thread
[label-stats-Listener]: https://img.shields.io/github/search/thevickypedia/Jarvis/listener
[label-stats-Speaker]: https://img.shields.io/github/search/thevickypedia/Jarvis/speaker
[label-stats-Bash]: https://img.shields.io/github/search/thevickypedia/Jarvis/.sh
[label-stats-AppleScript]: https://img.shields.io/github/search/thevickypedia/Jarvis/.scpt
[label-stats-Make]: https://img.shields.io/github/search/thevickypedia/Jarvis/Makefile
[label-actions-pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment/badge.svg
[label-actions-pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml/badge.svg
[label-actions-markdown]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml/badge.svg
[label-pypi]: https://img.shields.io/pypi/v/jarvis-ironman
[label-pypi-format]: https://img.shields.io/pypi/format/jarvis-ironman
[label-pypi-status]: https://img.shields.io/pypi/status/jarvis-ironman
[label-github-repo-created]: https://img.shields.io/date/1599432310
[label-github-commit-activity]: https://img.shields.io/github/commit-activity/y/thevickypedia/Jarvis
[label-github-last-commit]: https://img.shields.io/github/last-commit/thevickypedia/Jarvis
[label-github-last-release]: https://img.shields.io/github/release-date/thevickypedia/Jarvis
[label-active-development]: https://img.shields.io/badge/Development%20Level-Actively%20Developed-success.svg
[label-actively-maintained]: https://img.shields.io/badge/Maintenance%20Level-Actively%20Maintained-success.svg
[label-maintainer]: https://img.shields.io/badge/Maintained%20By-Vignesh%20Rao-blue.svg
[label-askme]: https://img.shields.io/badge/SELECT%20*%20FROM-questions-1abc9c.svg
[label-open-ssf]: https://api.securityscorecards.dev/projects/github.com/thevickypedia/Jarvis/badge
[link-open-ssf]: https://securityscorecards.dev/viewer/?uri=github.com/thevickypedia/Jarvis
Raw data
{
"_id": null,
"home_page": null,
"name": "natural-language-ui",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.12,>=3.10",
"maintainer_email": null,
"keywords": "python, home-automation, natural-language-processing, text-to-speech, speech-recognition, jarvis, hotword-detection, virtual-assistant",
"author": null,
"author_email": "Vignesh Rao <svignesh1793@gmail.com>",
"download_url": null,
"platform": null,
"description": "<p align=\"center\" style=\"text-align: center\">\n <img src=\"https://thevickypedia.github.io/open-source/images/logo/jarvis.png\" width=\"371px\" height=\"350px\" alt=\"logo\">\n</p>\n<h2 align=\"center\">Voice-Activated Natural Language UI</h2>\n\n[![made-with-python][label-python]][python]\n\n![Python][label-pyversion]\n![Pypi-downloads][label-pypi-downloads]\n[![OpenSSF Scorecard][label-open-ssf]][link-open-ssf]\n\n**Platform Supported**\n\n![Platform][label-platform]\n\n**Language Stats**\n\n![Language count][label-language-ct]\n![Code coverage][label-code-coverage]\n\n**[Repo Stats][repo]**\n\n[![GitHub][label-license]][license]\n\n![GitHub Repo stars][label-stars]\n![GitHub Repo forks][label-forks]\n![GitHub Repo watchers][label-watchers]\n\n![GitHub repo size][label-repo-size]\n![GitHub code size][label-code-size]\n![GitHub code line][label-code-line]\n![GitHub file count][label-file-count]\n\n![GitHub Repo issues][label-issues-closed]\n![GitHub Repo issues][label-issues-raw]\n![GitHub Repo pr][label-pr-closed]\n![GitHub Repo pr][label-pr-raw]\n\n**Code Stats**\n\n<!-- todo: self-host a code analyzer\n![GitHub file count][label-file-count]\n![GitHub lines of code][label-line-of-code]\n-->\n\n![Modules][label-stats-Modules]\n![Python][label-stats-Python]\n![Threads][label-stats-Threads]\n![Listener][label-stats-Listener]\n![Speaker][label-stats-Speaker]\n![Bash][label-stats-Bash]\n![AppleScript][label-stats-AppleScript]\n![Make][label-stats-Make]\n\n**Deployments**\n\n[![pages][label-actions-pages]][gha_pages]\n[![pypi][label-actions-pypi]][gha_pypi]\n[![markdown][label-actions-markdown]][gha_md_valid]\n\n[![Pypi][label-pypi]][pypi]\n[![Pypi-format][label-pypi-format]][pypi-files]\n[![Pypi-status][label-pypi-status]][pypi]\n\n**Activity**\n\n![GitHub Repo created][label-github-repo-created]\n![GitHub commit activity][label-github-commit-activity]\n![GitHub last commit][label-github-last-commit]\n![GitHub last release][label-github-last-release]\n\n**Development and Maintenance**\n\n![Active Development][label-active-development]\n![Actively Maintained][label-actively-maintained]\n[![Maintainer][label-maintainer]][webpage]\n\n**Reach Out**\n\n[![askme][label-askme]][webpage_contact]\n\n## Kick off\n\n**Recommendations**\n\n- Install `python` [3.10] or [3.11]\n- Use a dedicated [virtual environment]\n\n**Install Jarvis**\n```shell\npython -m pip install jarvis-ironman\n```\n\n**Install Dependencies**\n```shell\njarvis install\n```\n\n**Initiate - IDE**\n```python\nimport jarvis\n\n\nif __name__ == '__main__':\n jarvis.start()\n```\n\n**Initiate - CLI**\n```shell\njarvis start\n```\n\n> Use `jarvis --help` for usage instructions.\n\n## Prerequisites\n - **MacOS** <br> _Tested on **Mojave, Catalina, Big Sur, Monterey and Ventura**_\n - `System Preferences` \u2192 `Security & Privacy` \u2192 `Privacy`\n - Click `+` sign and add the preferred `IDE` and `Terminal` in the following sections in left pane.\n - `Microphone` - **Required** to listen and respond.\n - `Accessibility` - **Required** to use key combinations for brightness and volume controls.\n - `Camera` - **[Optional]** Required only during face recognition/detection.\n - `Automation` - **Required** to control `System Events` and other apps like Outlook and Calendar.\n - `Files and Folders` **[OR]** `Full Disk Access` - **Required** for all `FileIO` operations.\n\n - **Linux** <br> _Tested on **Ubuntu 22.04 LTS**_\n - Store the host machine's password as the env var: `ROOT_PASSWORD`\n - Unlike macOS and Windows, `Ubuntu` does not have app specific permissions.\n\n - **Windows** <br> _Tested on **Windows 10**_\n - `Settings` \u2192 `Privacy`\n - `Microphone` - **Required** to listen and respond.\n - `Camera` - **[Optional]** Required only during face recognition/detection.\n - Unlike `macOS`, `Windows` pops a confirmation window to **Allow** or **Deny** access to files and folders.\n - Install [Anaconda] or [Miniconda], [VisualStudio C++ BuildTools][vcpp], and [Git][git-cli]\n - Make sure C++ build tools are installed completely and restart\n - Add anaconda/miniconda scripts location to `PATH` in Environment Variables\n\n## Enchiridion\nHandbook - [GitHub Wiki][wiki]\n\n## Coding Standards\nDocstring format: [`Google`][google-docs] <br>\nStyling conventions: [`PEP 8`][pep8] and [`isort`][isort]\n\n## [Release Notes][release-notes]\n**Requirement**\n```shell\npython -m pip install gitverse\n```\n\n**Usage**\n```shell\ngitverse-release reverse -f release_notes.rst -t 'Release Notes'\n```\n\n## Linting\n`pre-commit` will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL\nmarkdown files (including Wiki pages)\n\n**Requirement**\n```shell\npython -m pip install sphinx==5.1.1 pre-commit recommonmark\n```\n\n**Usage**\n```shell\npre-commit run --all-files\n```\n\n## Pypi Package\n[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)][pypi-repo]\n\n[https://pypi.org/project/jarvis-ironman/][pypi]\n\n## Runbook\n[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]\n\n[https://jarvis-docs.vigneshrao.com/][runbook]\n\n## License & copyright\n\n© Vignesh Rao\n\nLicensed under the [MIT License][license]\n\n[python]: https://python.org\n[3.10]: https://docs.python.org/3/whatsnew/3.10.html\n[3.11]: https://docs.python.org/3/whatsnew/3.11.html\n[virtual environment]: https://docs.python.org/3/tutorial/venv.html\n[PyCharm]: https://www.jetbrains.com/pycharm/\n[VSCode]: https://code.visualstudio.com/download\n[repo]: https://api.github.com/repos/thevickypedia/Jarvis\n[license]: https://github.com/thevickypedia/Jarvis/blob/master/LICENSE\n[pypi]: https://pypi.org/project/jarvis-ironman\n[pypi-files]: https://pypi.org/project/jarvis-ironman/#files\n[pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/\n[wiki]: https://github.com/thevickypedia/Jarvis/wiki\n[release-notes]: https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst\n[gha_pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment\n[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml\n[gha_md_valid]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml\n[webpage]: https://vigneshrao.com/\n[webpage_contact]: https://vigneshrao.com/contact\n[Anaconda]: https://docs.conda.io/projects/conda/en/latest/user-guide/install/\n[Miniconda]: https://docs.conda.io/en/latest/miniconda.html#windows-installers\n[vcpp]: https://visualstudio.microsoft.com/visual-cpp-build-tools/\n[git-cli]: https://git-scm.com/download/win/\n[google-docs]: https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings\n[pep8]: https://www.python.org/dev/peps/pep-0008/\n[isort]: https://pycqa.github.io/isort/\n[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html\n[runbook]: https://jarvis-docs.vigneshrao.com/\n\n<!-- labels -->\n\n[label-python]: https://img.shields.io/badge/Made%20with-Python-blue?style=for-the-badge&logo=Python\n[label-pyversion]: https://img.shields.io/badge/python-3.10%20%7C%203.11-orange\n[label-pypi-downloads]: https://img.shields.io/pypi/dm/jarvis-ironman\n[label-platform]: https://img.shields.io/badge/Platform-Linux|macOS|Windows-1f425f.svg\n\n[label-language-ct]: https://img.shields.io/github/languages/count/thevickypedia/Jarvis\n[label-code-coverage]: https://img.shields.io/github/languages/top/thevickypedia/Jarvis\n\n[label-license]: https://img.shields.io/github/license/thevickypedia/Jarvis\n\n[label-stars]: https://img.shields.io/github/stars/thevickypedia/Jarvis\n[label-forks]: https://img.shields.io/github/forks/thevickypedia/Jarvis\n[label-watchers]: https://img.shields.io/github/watchers/thevickypedia/Jarvis\n\n[label-repo-size]: https://img.shields.io/github/repo-size/thevickypedia/Jarvis\n[label-code-size]: https://img.shields.io/github/languages/code-size/thevickypedia/Jarvis\n[label-code-line]: http://jarvis.vigneshrao.com/line-count?badge=true\n[label-file-count]: http://jarvis.vigneshrao.com/file-count?badge=true\n\n[label-issues-closed]: https://img.shields.io/github/issues-closed-raw/thevickypedia/Jarvis\n[label-issues-raw]: https://img.shields.io/github/issues-raw/thevickypedia/Jarvis\n[label-pr-closed]: https://img.shields.io/github/issues-pr-closed-raw/thevickypedia/Jarvis\n[label-pr-raw]: https://img.shields.io/github/issues-pr-raw/thevickypedia/Jarvis\n\n[label-file-count]: https://tokei.rs/b1/github/thevickypedia/Jarvis?category=files\n[label-line-of-code]: https://tokei.rs/b1/github/thevickypedia/Jarvis?category=code\n\n[label-stats-Modules]: https://img.shields.io/github/search/thevickypedia/Jarvis/module\n[label-stats-Python]: https://img.shields.io/github/search/thevickypedia/Jarvis/.py\n[label-stats-Threads]: https://img.shields.io/github/search/thevickypedia/Jarvis/thread\n[label-stats-Listener]: https://img.shields.io/github/search/thevickypedia/Jarvis/listener\n[label-stats-Speaker]: https://img.shields.io/github/search/thevickypedia/Jarvis/speaker\n[label-stats-Bash]: https://img.shields.io/github/search/thevickypedia/Jarvis/.sh\n[label-stats-AppleScript]: https://img.shields.io/github/search/thevickypedia/Jarvis/.scpt\n[label-stats-Make]: https://img.shields.io/github/search/thevickypedia/Jarvis/Makefile\n\n[label-actions-pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment/badge.svg\n[label-actions-pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml/badge.svg\n[label-actions-markdown]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml/badge.svg\n\n[label-pypi]: https://img.shields.io/pypi/v/jarvis-ironman\n[label-pypi-format]: https://img.shields.io/pypi/format/jarvis-ironman\n[label-pypi-status]: https://img.shields.io/pypi/status/jarvis-ironman\n\n[label-github-repo-created]: https://img.shields.io/date/1599432310\n[label-github-commit-activity]: https://img.shields.io/github/commit-activity/y/thevickypedia/Jarvis\n[label-github-last-commit]: https://img.shields.io/github/last-commit/thevickypedia/Jarvis\n[label-github-last-release]: https://img.shields.io/github/release-date/thevickypedia/Jarvis\n\n[label-active-development]: https://img.shields.io/badge/Development%20Level-Actively%20Developed-success.svg\n[label-actively-maintained]: https://img.shields.io/badge/Maintenance%20Level-Actively%20Maintained-success.svg\n[label-maintainer]: https://img.shields.io/badge/Maintained%20By-Vignesh%20Rao-blue.svg\n\n[label-askme]: https://img.shields.io/badge/SELECT%20*%20FROM-questions-1abc9c.svg\n\n[label-open-ssf]: https://api.securityscorecards.dev/projects/github.com/thevickypedia/Jarvis/badge\n[link-open-ssf]: https://securityscorecards.dev/viewer/?uri=github.com/thevickypedia/Jarvis\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2020 Vignesh Rao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Voice-Activated Natural Language UI",
"version": "6.0.0",
"project_urls": {
"API": "https://jarvis.vigneshrao.com",
"Bug Tracker": "https://github.com/thevickypedia/Jarvis/issues",
"Demo": "https://vigneshrao.com/Jarvis/Jarvis_Demo.mp4",
"Docs": "https://jarvis-docs.vigneshrao.com",
"Health": "https://jarvis-health.vigneshrao.com",
"Homepage": "https://github.com/thevickypedia/Jarvis",
"Release Notes": "https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst",
"Source": "https://github.com/thevickypedia/Jarvis"
},
"split_keywords": [
"python",
" home-automation",
" natural-language-processing",
" text-to-speech",
" speech-recognition",
" jarvis",
" hotword-detection",
" virtual-assistant"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d0660c5cbe901394832da41d4e806546c997e3269f805179c67af1fab36851e1",
"md5": "70713bbe7eea61e86788cb4b2b2b814a",
"sha256": "c4197bb5686721557cb4f27b89a1684a945688fc45a691a2fea0461932d15850"
},
"downloads": -1,
"filename": "natural_language_ui-6.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "70713bbe7eea61e86788cb4b2b2b814a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.10",
"size": 3307240,
"upload_time": "2024-10-05T02:05:48",
"upload_time_iso_8601": "2024-10-05T02:05:48.999864Z",
"url": "https://files.pythonhosted.org/packages/d0/66/0c5cbe901394832da41d4e806546c997e3269f805179c67af1fab36851e1/natural_language_ui-6.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-05 02:05:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "thevickypedia",
"github_project": "Jarvis",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "natural-language-ui"
}