This is a React app built with Vite that allows you to convert speech to text using the Azure Speech To Text AI.
To get started with this app, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/react-speech-app.git
- Navigate to the project directory:
cd react-speech-app
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Speech to text conversion using the Azure Speech To Text AI
- Real-time transcription of spoken words
- Simple and minimal setup with Vite and React
- Hot Module Replacement (HMR) for fast development
- Email the transcribtion to selected email address.
This app uses two official plugins provided by Vite:
- @vitejs/plugin-react: Uses Babel for Fast Refresh
- @vitejs/plugin-react-swc: Uses SWC for Fast Refresh
For more information on these plugins, refer to their respective documentation.
This project is licensed under the MIT License. See the LICENSE file for details.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh