Skip to content

Latest commit

 

History

History
executable file
·
32 lines (16 loc) · 664 Bytes

File metadata and controls

executable file
·
32 lines (16 loc) · 664 Bytes

Speech to Text transcription App

React.js Frontend

Express Backend

Socket.io for Communication

Google Speech API for recognition

Setup for the App

Configure your speech account in Google and get the key file in .json format

rename the file to speech-to-text-key.json

place it in the 001 project folder

run npm install to install the app

run npm start backend to start the backend in one terminal

open another terminal and run npm start to start the front end

open http://localhost:4200

give the micro phone permission

start speaking

Open your browser and navigate to http://localhost:4200/. Happy coding!