I am working on Vansh, a cross-platform Python voice assistant inspired by Jarvis. It is designed to run on Windows, macOS, and Linux and can respond to voice commands after detecting the wake word “Vansh.”
The project includes features such as speech recognition, natural-sounding text-to-speech, telling the time and date, opening websites and applications, and remote control through a REST API. I am building it in a modular way using Python, with separate components for speech-to-text, text-to-speech, configuration, command handling, and the remote server.