Skip to content

Speech to text using React.js as frontend, Express backend and Socket.io for communication with Google Speech APIs stream

Notifications You must be signed in to change notification settings

naveenneog/speech-to-text-react-express-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a0987a · Jul 11, 2023

History

4 Commits
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023

Repository files navigation

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!

About

Speech to text using React.js as frontend, Express backend and Socket.io for communication with Google Speech APIs stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published