-
Install dependencies:
npm install -
Create a .env file with your OpenAI API key:
OPENAI_API_KEY=your_api_key_here PORT=3000 -
Start the server:
npm start -
Open your browser to http://localhost:3000
For optimal performance, use Chrome or Edge as they have the best support for the Web Speech API.