From 74aefe83813fd436771f3bac05f9c5720f239e11 Mon Sep 17 00:00:00 2001 From: jarbasai Date: Thu, 20 Oct 2022 17:28:09 +0100 Subject: [PATCH 1/3] add friends --- docs/friends.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 46 insertions(+) create mode 100644 docs/friends.md diff --git a/docs/friends.md b/docs/friends.md new file mode 100644 index 00000000..7f88b2a5 --- /dev/null +++ b/docs/friends.md @@ -0,0 +1,45 @@ +# OVOS Friends + +OpenVoiceOS is part of a larger ecosystem of FOSS voice technology, we work closely with the following projects + +## HiveMind + +You find the website [here](https://jarbashivemind.github.io/HiveMind-community-docs) and the source code [here](https://github.com/JarbasHiveMind) + +## Plasma Bigscreen + +Plasma Bigscreen integrates and uses OpenVoiceOS as voice framework stack to serve voice queries and voice +applications (skills with a homescreen), one can easily enable mycroft / ovos integration in the bigscreen launcher by +installing ovos core and required services and enabling the integration switch in the bigscreen KCM + +You find the website [here](https://plasma-bigscreen.org) and the source code [here](https://invent.kde.org/plasma/plasma-bigscreen) + +## NeonGecko + +![neon](https://neon.ai/sites/default/files/neon-ai-artificial-intelligence_1.png) + +Neon was one the first projects ever to adopt ovos-core as a library to build their own voice assistant, +Neon works closely together with OVOS and both projects are mostly intercompatible + +You find the website [here](https://neon.ai) and the source code [here](https://github.com/NeonGeckoCom) + +## Mycroft + +Mycroft AI started it all, it was one of the first ever FOSS voice assistants and is the project OVOS descends from. + +Most applications made for mycroft will work in OVOS and vice-versa + +You find the website [here](https://mycroft.ai) and the source code [here](https://github.com/MycroftAI) + +## Secret Sauce AI + +![ssauce](https://github.com/secretsauceai/secret_sauce_ai/raw/main/SSAI_logo_2.3_compressed_cropped.png?raw=true) + +Secret Sauce AI is a coordinated community of tech minded AI enthusiasts working together on projects to identify +blockers and improve the basic open source tools and pipeline components in the AI (voice) assistant pipeline (wakeword, +ASR, NLU, NLG, TTS). The focus is mostly geared toward deployment on edge devices and self hosted solutions. This is not +a voice assistant project in and of itself, rather Secret Sauce AI helps AI (voice) assistant projects come together as +individuals and solve basic problems faced by the entire community. + +You find the website [here](https://github.com/secretsauceai/secret_sauce_ai) and the source code [here](https://github.com/secretsauceai) + diff --git a/mkdocs.yml b/mkdocs.yml index 191f3e09..b38d481a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,6 +10,7 @@ nav: - Developers: dev.md - Backend Services: backend.md - Configuration: config.md + - Friends: friends.md - Technologies: - OVOS-core: core.md - Platform/Hardware Abstraction Layer: PHAL.md From e75588eec544689227be382caac7d695d0bdf521 Mon Sep 17 00:00:00 2001 From: jarbasai Date: Thu, 20 Oct 2022 17:33:30 +0100 Subject: [PATCH 2/3] add logos, TODO resize and move to title --- docs/friends.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/friends.md b/docs/friends.md index 7f88b2a5..ef48431b 100644 --- a/docs/friends.md +++ b/docs/friends.md @@ -4,19 +4,25 @@ OpenVoiceOS is part of a larger ecosystem of FOSS voice technology, we work clos ## HiveMind +![hm](https://github.com/JarbasHiveMind/HiveMind-assets/raw/master/logo/hivemind-512.png) + You find the website [here](https://jarbashivemind.github.io/HiveMind-community-docs) and the source code [here](https://github.com/JarbasHiveMind) ## Plasma Bigscreen +![plasmalogo](https://plasma-bigscreen.org/img/logo.png) + Plasma Bigscreen integrates and uses OpenVoiceOS as voice framework stack to serve voice queries and voice applications (skills with a homescreen), one can easily enable mycroft / ovos integration in the bigscreen launcher by installing ovos core and required services and enabling the integration switch in the bigscreen KCM You find the website [here](https://plasma-bigscreen.org) and the source code [here](https://invent.kde.org/plasma/plasma-bigscreen) +![plasma](https://plasma-bigscreen.org/img/screenshot-1.png) + ## NeonGecko -![neon](https://neon.ai/sites/default/files/neon-ai-artificial-intelligence_1.png) +![neon](https://mycroft.ai/wp-content/uploads/2019/05/Neongecko-01.svg) Neon was one the first projects ever to adopt ovos-core as a library to build their own voice assistant, Neon works closely together with OVOS and both projects are mostly intercompatible @@ -25,6 +31,8 @@ You find the website [here](https://neon.ai) and the source code [here](https:// ## Mycroft +![mycroft](https://mycroft.ai/wp-content/uploads/2019/01/Mycroft-AI-Type-Logo-Two-Tone-03.png) + Mycroft AI started it all, it was one of the first ever FOSS voice assistants and is the project OVOS descends from. Most applications made for mycroft will work in OVOS and vice-versa From 93b29c40bc68546b0b7f779030d015896a9b23f2 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Thu, 20 Oct 2022 09:36:39 -0700 Subject: [PATCH 3/3] Draft updates to the NeonGecko section in friends.md --- docs/friends.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/friends.md b/docs/friends.md index ef48431b..1e6c3a4b 100644 --- a/docs/friends.md +++ b/docs/friends.md @@ -24,10 +24,7 @@ You find the website [here](https://plasma-bigscreen.org) and the source code [h ![neon](https://mycroft.ai/wp-content/uploads/2019/05/Neongecko-01.svg) -Neon was one the first projects ever to adopt ovos-core as a library to build their own voice assistant, -Neon works closely together with OVOS and both projects are mostly intercompatible - -You find the website [here](https://neon.ai) and the source code [here](https://github.com/NeonGeckoCom) +[Neon AI](https://neon.ai/annualupdate) is a long-time partner to both OVOS and Mycroft AI. [NeonCore](https://github.com/NeonGeckoCom/NeonCore) was the first project to adopt and extend [ovos-core](https://github.com/OpenVoiceOS/ovos-core) and continues to work closely with OVOS. ## Mycroft