Skip to content

Prasadchaskar/SpeechToText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to Text React App

This React app uses the react-speech-recognition library to provide speech recognition and conversion to text. It also includes features like copying the generated text to the clipboard, starting and stopping listening.

Table of Contents

Demo

https://6505c8865ed2ae279c28ccf8--harmonious-licorice-93c7e5.netlify.app/

Features

  • Convert speech to text using the react-speech-recognition library.
  • Copy generated text to the clipboard.
  • Start and stop listening to user speech.

Installation

To run this app locally, follow these steps:

  • Clone this repository to your local machine:
    git clone https://github.com/Prasadchaskar/SpeechToText
  • Navigate to the project directory:
    cd SpeechToText
  • Install the required dependencies:
        npm install
  • Start the development server:
        npm start

Usage

  • Click the "Start Listening" button to begin speech recognition.
  • Speak into your microphone, and the app will convert your speech to text in real-time.
  • Click the "Stop Listening" button to stop speech recognition.
  • To copy the generated text to the clipboard, click the "Copy to Clipboard" button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published