Sonix is a browser-based voice-activated virtual assistant built using HTML, CSS, and JavaScript.
It listens to your voice commands and performs actions like opening popular websites or searching Google — all with a clean, fun UI.
https://drive.google.com/file/d/1Mfgwtpt6y7hP6_ntsHLIbTrsQ7TMrBJF/view?usp=sharing
- Listens to your voice using the browser’s Speech Recognition API
- Speaks back using Speech Synthesis
- Opens websites like:
- YouTube
- Searches Google when a command isn't recognized
- Stylish, responsive, and user-friendly interface
- HTML
- CSS
- JS
- Web Speech API (
SpeechRecognition+SpeechSynthesis)
Clone this repository
git clone https://github.com/your-username/sonix-assistant.git cd sonix-assistant