Skip to content

dennisGustavsson/reactspeech

Repository files navigation

React Speech App

This is a React app built with Vite that allows you to convert speech to text using the Azure Speech To Text AI.

Getting Started

To get started with this app, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/react-speech-app.git
  2. Navigate to the project directory: cd react-speech-app
  3. Install the dependencies: npm install
  4. Start the development server: npm run dev

Features

  • 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

Coming features

  • Email the transcribtion to selected email address.

Plugins

This app uses two official plugins provided by Vite:

For more information on these plugins, refer to their respective documentation.

License

This project is licensed under the MIT License. See the LICENSE file for details.

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: