annyang-electron-demo icon indicating copy to clipboard operation
annyang-electron-demo copied to clipboard

Clone to try a simple Electron app

Speech Recognition in an Electron desktop app using annyang

Clone and run for a quick way to see Electron in action.

This is a minimal Electron application based on the Electron Quick Start Guide, with some added Speech Recognition magic.

You can learn more about Speech Recognition on the annyang page.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/TalAter/annyang-electron-demo.git
# Go into the repository
cd annyang-electron-demo
# Install dependencies and run the app
npm install && npm start