Vox is a voice-activated desktop AI that allows users to control their computer through simple voice commands. The system is designed to be activated by the wake word "Vox," making it easy and intuitive to use for tasks like adjusting brightness, volume, and screen-related information. Built using Electron and OpenAI, Vox provides a seamless integration between speech recognition and real-time system control.
- Wake Word Detection: Activated with the word "Vox."
- Voice Command Recognition: Handle voice-based actions such as adjusting volume, brightness, and more.
- Interactive AI: Built with OpenAI for intelligent responses to user queries.
- System Control: Control your computer's settings using simple voice commands.
- Electron: Cross-platform desktop app framework to build the app.
- Node.js: Backend for the Electron app.
- OpenAI: AI for handling natural language commands and responses.
- Speech Recognition: Integrated to listen for voice commands and activate system actions.
- TypeScript: For safe, scalable, and modern JavaScript code.
Follow these steps to get your own copy of Vox up and running on your local machine.
Ensure you have the following installed on your machine:
- OpenAI API Key
- Pourcoupine API Key
- Node.js: Download and install Node.js
- Git: Download and install Git
-
Clone the repository:
git clone https://github.com/yourusername/vox.git cd vox