Skip to content

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 big lecture halls, business personnel in meetings, those who have hearing impairments and many others.

Notifications You must be signed in to change notification settings

rglc12/speech-to-text-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to Text Web-App

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.

Prerequisites

  • 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

Installation

  1. Clone the code from this repository
  2. Direct yourself to the cloned folder and run npm install
  3. 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 to localhost:8080 and therefore will be available on port 8080.

Issues

Please feel free to submit any bug or issues you find with the code on our Issues page.

About

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 big lecture halls, business personnel in meetings, those who have hearing impairments and many others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published