Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions docs/friends.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# OVOS Friends

OpenVoiceOS is part of a larger ecosystem of FOSS voice technology, we work closely with the following projects

## 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://mycroft.ai/wp-content/uploads/2019/05/Neongecko-01.svg)

[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

![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

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)

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down