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.
https://6505c8865ed2ae279c28ccf8--harmonious-licorice-93c7e5.netlify.app/
- Convert speech to text using the
react-speech-recognitionlibrary. - Copy generated text to the clipboard.
- Start and stop listening to user speech.
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
- 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.