A Web Application that transcribes speech into text using the Web Speech API. This app is designed to be affordable and to aid students in large lecture halls, business personnel in meetings, those who have hearing impairments and many others.
- Please have Git and Node.js installed on your machine (NPM should come with you edition of Node.js).
-- You can check what version you have in your terminal with the following commands: Git ->
git --version
, Node ->node -v
& NPM ->npm -v
- Clone the code from this repository
- Direct yourself to the cloned folder and run
npm install
- Once the NPM install has been completed, you can test the application by running the
sio-server.js
file in your terminal:node sio-server.js
. The default configuration sets the server tolocalhost:8080
and therefore will be available on port 8080.
Please feel free to submit any bug or issues you find with the code on our Issues page.