ovos-core


Nameovos-core JSON
Version 0.3.8 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-core
SummaryThe spiritual successor to Mycroft AI, OVOS is flexible voice assistant software that can be run almost anywhere!
upload_time2025-01-10 02:48:19
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![GitHub Discussions](https://img.shields.io/github/discussions/OpenVoiceOS/OpenVoiceOS?label=OVOS%20Discussions)](https://github.com/OpenVoiceOS/OpenVoiceOS/discussions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.md)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
![Unit Tests](https://github.com/OpenVoiceOS/ovos-core/actions/workflows/unit_tests.yml/badge.svg)
[![codecov](https://codecov.io/gh/OpenVoiceOS/ovos-core/branch/dev/graph/badge.svg?token=CS7WJH4PO2)](https://codecov.io/gh/OpenVoiceOS/ovos-core)

# 🗣️ OVOS-core

🌟 **[OpenVoiceOS](https://openvoiceos.org/)** is an open-source platform for smart speakers and other voice-centric devices. 

> `ovos-core` (this repo) is the central component. 

---

## 🚀 Installing OVOS

🛠️ If you have an existing system, we strongly recommend using the [ovos-installer](https://github.com/OpenVoiceOS/ovos-installer) to install OVOS and its dependencies. This tool simplifies installing everything in one go!  

📦 For Raspberry Pi users, the [RaspOVOS](https://github.com/OpenVoiceOS/RaspOVOS) image is a perfect choice. It runs in a "headless" mode (no GUI) and is optimized for Raspberry Pi 3B or higher. 💨 Enjoy even better performance on newer devices!  

🔧 For embedded systems, check out [ovos-buildroot](https://github.com/OpenVoiceOS/ovos-buildroot) – a custom Linux distribution for minimal and efficient setups. Stay tuned for updates!  

📚 More detailed documentation is available in the [ovos-technical-manual](https://openvoiceos.github.io/ovos-technical-manual).  

🎯 Developers can install `ovos-core` standalone via:  
```bash
pip install ovos-core
```  
This includes the core components, perfect for custom assistant development.

---

## 🎛️ Skills

🌟 OVOS is powered by **skills**!  
While some skills come pre-installed, most need to be installed explicitly.  

🔍 Browse OVOS-compatible skills on [PyPI](https://pypi.org/search/?q=ovos-skill-) or explore the [OVOS GitHub organization](https://github.com/orgs/OpenVoiceOS/repositories?language=&q=skill&sort=&type=all).  

🤔 Did you know most classic **Mycroft skills** also work on OVOS?  

🎉 Feel free to share your creative skills with the community!

---

## 🤝 Getting Involved

🌍 OVOS is **open source** and thrives on community contributions. Whether you're a coder, designer, or translator, there's a way to contribute!  

🌐 **Translate!** Help improve OVOS in your language through our [Translation Portal](https://gitlocalize.com/users/OpenVoiceOS).  

🙋‍♂️ Have questions or need guidance? Say hi in the [OpenVoiceOS Chat](https://matrix.to/#/!XFpdtmgyCoPDxOMPpH:matrix.org?via=matrix.org), and a team member will be happy to mentor you.  

💡 Join our [Discussions](https://github.com/OpenVoiceOS/OpenVoiceOS/discussions) to ask questions, share ideas, and learn from the community!

---

## 🏆 Credits

The OpenVoiceOS team extends gratitude to the following organizations for their support in our early days:  
- **Mycroft** was a hackable, open-source voice assistant by the now-defunct MycroftAI. OpenVoiceOS continues that work
- [NeonGecko](https://neon.ai)  
- [KDE](https://kde.org) / [Blue Systems](https://blue-systems.com)  

---

## 🔗 Links

- 🛠️ [Release Notes](https://github.com/OpenVoiceOS/ovos-releases)
- 📘 [Technical Manual](https://openvoiceos.github.io/ovos-technical-manual)  
- 💬 [OpenVoiceOS Chat](https://matrix.to/#/!XFpdtmgyCoPDxOMPpH:matrix.org?via=matrix.org)  
- 🌐 [Website](https://openvoiceos.org)  
- 📣 [Open Conversational AI Forums](https://community.openconversational.ai/) (previously Mycroft forums)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/ovos-core",
    "name": "ovos-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/65/01/30d4de94eb2f1e397681e0b7b60aabbc829ee7cdd8c3a74f9986aa12ea1a/ovos-core-0.3.8.tar.gz",
    "platform": null,
    "description": "[![GitHub Discussions](https://img.shields.io/github/discussions/OpenVoiceOS/OpenVoiceOS?label=OVOS%20Discussions)](https://github.com/OpenVoiceOS/OpenVoiceOS/discussions)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.md)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n![Unit Tests](https://github.com/OpenVoiceOS/ovos-core/actions/workflows/unit_tests.yml/badge.svg)\n[![codecov](https://codecov.io/gh/OpenVoiceOS/ovos-core/branch/dev/graph/badge.svg?token=CS7WJH4PO2)](https://codecov.io/gh/OpenVoiceOS/ovos-core)\n\n# \ud83d\udde3\ufe0f OVOS-core\n\n\ud83c\udf1f **[OpenVoiceOS](https://openvoiceos.org/)** is an open-source platform for smart speakers and other voice-centric devices. \n\n> `ovos-core` (this repo) is the central component. \n\n---\n\n## \ud83d\ude80 Installing OVOS\n\n\ud83d\udee0\ufe0f If you have an existing system, we strongly recommend using the [ovos-installer](https://github.com/OpenVoiceOS/ovos-installer) to install OVOS and its dependencies. This tool simplifies installing everything in one go!  \n\n\ud83d\udce6 For Raspberry Pi users, the [RaspOVOS](https://github.com/OpenVoiceOS/RaspOVOS) image is a perfect choice. It runs in a \"headless\" mode (no GUI) and is optimized for Raspberry Pi 3B or higher. \ud83d\udca8 Enjoy even better performance on newer devices!  \n\n\ud83d\udd27 For embedded systems, check out [ovos-buildroot](https://github.com/OpenVoiceOS/ovos-buildroot) \u2013 a custom Linux distribution for minimal and efficient setups. Stay tuned for updates!  \n\n\ud83d\udcda More detailed documentation is available in the [ovos-technical-manual](https://openvoiceos.github.io/ovos-technical-manual).  \n\n\ud83c\udfaf Developers can install `ovos-core` standalone via:  \n```bash\npip install ovos-core\n```  \nThis includes the core components, perfect for custom assistant development.\n\n---\n\n## \ud83c\udf9b\ufe0f Skills\n\n\ud83c\udf1f OVOS is powered by **skills**!  \nWhile some skills come pre-installed, most need to be installed explicitly.  \n\n\ud83d\udd0d Browse OVOS-compatible skills on [PyPI](https://pypi.org/search/?q=ovos-skill-) or explore the [OVOS GitHub organization](https://github.com/orgs/OpenVoiceOS/repositories?language=&q=skill&sort=&type=all).  \n\n\ud83e\udd14 Did you know most classic **Mycroft skills** also work on OVOS?  \n\n\ud83c\udf89 Feel free to share your creative skills with the community!\n\n---\n\n## \ud83e\udd1d Getting Involved\n\n\ud83c\udf0d OVOS is **open source** and thrives on community contributions. Whether you're a coder, designer, or translator, there's a way to contribute!  \n\n\ud83c\udf10 **Translate!** Help improve OVOS in your language through our [Translation Portal](https://gitlocalize.com/users/OpenVoiceOS).  \n\n\ud83d\ude4b\u200d\u2642\ufe0f Have questions or need guidance? Say hi in the [OpenVoiceOS Chat](https://matrix.to/#/!XFpdtmgyCoPDxOMPpH:matrix.org?via=matrix.org), and a team member will be happy to mentor you.  \n\n\ud83d\udca1 Join our [Discussions](https://github.com/OpenVoiceOS/OpenVoiceOS/discussions) to ask questions, share ideas, and learn from the community!\n\n---\n\n## \ud83c\udfc6 Credits\n\nThe OpenVoiceOS team extends gratitude to the following organizations for their support in our early days:  \n- **Mycroft** was a hackable, open-source voice assistant by the now-defunct MycroftAI. OpenVoiceOS continues that work\n- [NeonGecko](https://neon.ai)  \n- [KDE](https://kde.org) / [Blue Systems](https://blue-systems.com)  \n\n---\n\n## \ud83d\udd17 Links\n\n- \ud83d\udee0\ufe0f [Release Notes](https://github.com/OpenVoiceOS/ovos-releases)\n- \ud83d\udcd8 [Technical Manual](https://openvoiceos.github.io/ovos-technical-manual)  \n- \ud83d\udcac [OpenVoiceOS Chat](https://matrix.to/#/!XFpdtmgyCoPDxOMPpH:matrix.org?via=matrix.org)  \n- \ud83c\udf10 [Website](https://openvoiceos.org)  \n- \ud83d\udce3 [Open Conversational AI Forums](https://community.openconversational.ai/) (previously Mycroft forums)\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "The spiritual successor to Mycroft AI, OVOS is flexible voice assistant software that can be run almost anywhere!",
    "version": "0.3.8",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/ovos-core"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50f445985571447cafb0936cee56bb9401c8c93559d5b7776c7370962f1975a4",
                "md5": "967b35df321fcb75b1347d68603c5664",
                "sha256": "f15e97cc93511158242f544c6941bb0d5c1a8e0a77d5525c106d396044446906"
            },
            "downloads": -1,
            "filename": "ovos_core-0.3.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "967b35df321fcb75b1347d68603c5664",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 553707,
            "upload_time": "2025-01-10T02:48:17",
            "upload_time_iso_8601": "2025-01-10T02:48:17.257202Z",
            "url": "https://files.pythonhosted.org/packages/50/f4/45985571447cafb0936cee56bb9401c8c93559d5b7776c7370962f1975a4/ovos_core-0.3.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "650130d4de94eb2f1e397681e0b7b60aabbc829ee7cdd8c3a74f9986aa12ea1a",
                "md5": "b9fa7105e5d08f39a0828c5b396c1b49",
                "sha256": "5133c7f78d00b00570ee1339667017c2fddefd1db58b2ccaba6914b5dba58e4a"
            },
            "downloads": -1,
            "filename": "ovos-core-0.3.8.tar.gz",
            "has_sig": false,
            "md5_digest": "b9fa7105e5d08f39a0828c5b396c1b49",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 316057,
            "upload_time": "2025-01-10T02:48:19",
            "upload_time_iso_8601": "2025-01-10T02:48:19.681953Z",
            "url": "https://files.pythonhosted.org/packages/65/01/30d4de94eb2f1e397681e0b7b60aabbc829ee7cdd8c3a74f9986aa12ea1a/ovos-core-0.3.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-10 02:48:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenVoiceOS",
    "github_project": "ovos-core",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ovos-core"
}
        
Elapsed time: 0.35781s