HasnainDarkNet /
DarKVoice
DarKVoice is an open-source voice assistant and audio processing tool built with Python. It supports voice commands, speech recognition, and CLI-based automation features.
Loading repository data…
thecmdrunner / repository
Open source Voice Assistant, alternatives to Google Assistant that runs on Linux, Mac OS, and Windows.
Sparky is an Open source Voice Assistant, alternatives to Google Assistant and Alexa (oh Siri too btw).
Planning to have integration with Home Assistant which allows the operation of many already existing smart home devices.
espeak: libespeak-dev or libespeak-ng-dev or libespeak1 or libespeak-ng1?
To use sparky on a Virtual machine, you can use Scream to passthrough your mic via a virtual sound card. Here's a video tutorial by Pavol Elsig.
# Install python modules
pip3 install -r requirements.txt
# Run sparky
python3 sparky.py
virtualenv for pythonpip3 install virtualenv
virtualenvSelected from shared topics, language and repository description—not editorial ratings.
HasnainDarkNet /
DarKVoice is an open-source voice assistant and audio processing tool built with Python. It supports voice commands, speech recognition, and CLI-based automation features.
divyanshujethi /
GITA Python Voice Assistant is an open-source, offline-first voice assistant built with Python for Fedora Linux. It uses speech recognition and text-to-speech technologies to enable hands-free interaction with your system while prioritizing privacy and lightweight performance.
AbdulCyber-sec /
This project is a voice-controlled assistant designed for Linux systems. It enables users to perform tasks through voice commands, such as managing files, searching the web, and more. Built using Python and open-source tools, it focuses on simplicity, efficiency, and user-friendliness. Perfect for enhancing productivity on Linux!
MrCarpenter24 /
Calico is a modular and extensible skill-based framework designed to work with the powerful open-source Rhasspy 2.5 voice assistant. It provides a robust structure for creating complex, conversational skills that can manage their own state, handle multi-turn dialogues, and perform actions on your system.
Chitransh-prog /
NOVA is a voice assistant built on Linux Fedora 42 using Python. It leverages libraries such as speech_recognition, gTTS, datetime, webbrowser, subprocess, shutil, and os. NOVA is also integrated with the Gemini API for conversational AI and an open-source Weather API for real-time weather updates.