TalAter / annyang-electron-demo

Clone to try a simple Electron app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Clone to try a simple Electron app

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 64.5%Language:HTML 35.5%