react-speech-to-text
react-speech-to-text copied to clipboard
An example app demonstrating how to get Speech to text working in Nextjs 13+ (App Router)
React Speech-to-Text Online App
This is a simple web app that uses the Web Speech API to transcribe spoken words into text. It was built with React, Next.js, TypeScript, and Tailwind CSS.
https://github.com/its-ag/react-speech-to-text/assets/102473837/83bd8269-285b-46fc-8645-4aabf48169a5
How to Use
- Press the "Start" button to begin listening to your voice.
- Start speaking. The text will appear in the box below.
- Press the "Stop" button when you're done speaking.
- Press the "Reset" button to clear the text.
Installation
To run this app locally, follow these steps:
- Clone this repository:
git clone https://github.com/its-ag/react-speech-to-text.git
- Install the dependencies:
npm install
- Run the app:
npm run dev
This should start a development server at http://localhost:3000
.