glados-voice-assistant VS precise-rs

Compare glados-voice-assistant vs precise-rs and see what are their differences.

glados-voice-assistant

DIY Voice Assistant based on the GLaDOS character from Portal video game series. Works with home assistant! (by nerdaxic)

precise-rs

Precise hotword listener on Tract and Rust (by sheosi)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
glados-voice-assistant precise-rs
6 4
268 10
- -
0.0 0.0
11 months ago over 1 year ago
C Rust
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

glados-voice-assistant

Posts with mentions or reviews of glados-voice-assistant. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-24.

precise-rs

Posts with mentions or reviews of precise-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-01.
  • I want to contribute in a big project
    6 projects | /r/rust | 1 May 2023
    here's what's on the pipeline next: - finish mel-spectrogram implementation - publish initial version on crates - move python caching rust side - finish implementing in the precise rust port - potentially build another runner for (open wakeword)[https://github.com/dscripka/openWakeWord] - build an android app that supports user-defined wakewords and has some popular defaults to load. ps not a voice assistant, just the thing that activates the voice assistant.
  • are machine learning models language-agnostic
    1 project | /r/MLQuestions | 21 May 2022
    p.s. one of the members of our group had ported the part of the precise engine responsible for decoding to rust, we're working on this lib because the performance of the old mfcc rust lib was bottlenecking the project
  • HELP NEEDED: Using RUST and open source tools for reliable wake-word detection :tuerca_y_perno:
    4 projects | /r/rust | 23 Mar 2022
    I want to share a really cool project with you all: an implementation of the Precise Wakeword engine (the one used in Mycroft) in Rust, called precise-rs. This project is unique because other than the usual advantages of using Rust (like minimal memory usage), there's another nice benefit: running the wakeword engine on Android/iOS we want to be able to say to our phones: "Ok, my dear assistant, do the dishes"πŸ’₯!!.
  • Make your own custom wakeword and other FOSS voice assistant solutions
    16 projects | /r/selfhosted | 24 Feb 2022
    This release represents the first phase in the wakeword project, we are working on a Rust wakeword engine based on Precise and a SpeechPy MFCC port in Rust so that user's can run the wakeword easily on their phone and other devices. It is hard to believe that there aren't any current good solutions to running a modern FOSS wakeword engine on a phone in real time. We want to change that and allow everyone access to this technology, with their own wakeword of choice.

What are some alternatives?

When comparing glados-voice-assistant and precise-rs you can also consider the following projects:

Real-Time-Voice-Cloning - Clone a voice in 5 seconds to generate arbitrary speech in real-time

Leon - 🧠 Leon is your open-source personal assistant.

glados-tts - A GLaDOS TTS, using Forward Tacotron and HiFiGAN. Inference is fast and stable, even on the CPU. A low quality vocoder model is included for mobile use. Rudimentary TTS script included. Works perfectly on Linux, partially on Maybe someone smarter than me can make a GUI.

precise-wakeword-model-maker - Automated, end-to-end wakeword model maker using the Precise Wakeword Engine

TX-2-simulator - Simulator for the pioneering TX-2 computer

wakeword-data-collector - A prototype CLI in Python where a user can collect all of the recordings needed to produce a wakeword

secret_sauce_ai - Secret Sauce AI: a coordinated community of tech minded AI enthusiasts

mfcc-rust

DeepSpeech - DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.

voice-assistant-protocol - A bus for voice assistants, including benchmarks.