An open API service indexing awesome lists of open source software.

https://github.com/amankumar7340/voice-to-text

Real-Time Voice Transcription is a web application that allows users to speak in their preferred language and get real-time transcriptions.
https://github.com/amankumar7340/voice-to-text

css html5 javascript transcription webspeech-api

Last synced: 3 months ago
JSON representation

Real-Time Voice Transcription is a web application that allows users to speak in their preferred language and get real-time transcriptions.

Awesome Lists containing this project

README

          

# Real-Time Voice Transcription
Real-Time Voice Transcription is a web application that allows users to speak in their preferred language and get real-time transcriptions. Each conversation is saved in a separate section, and users can copy the transcribed text to their clipboard with a single click.

## Url:
https://voice-to-text-ochre.vercel.app/

## Features

- **Real-Time Transcription**: Speak in your preferred language, and the app will transcribe your speech in real-time.
- **Multiple Language Support**: Supports multiple languages for transcription (e.g., Hindi, English).
- **Save Conversations**: Each conversation is saved as a separate section after stopping the transcription.
- **Copy to Clipboard**: Easily copy the transcribed text to your clipboard with the "Copy" button.
- **Responsive Design**: Works seamlessly on both desktop and mobile devices.

## Technologies Used

- **HTML5**: For structuring the web page.
- **CSS3**: For styling the application.
- **JavaScript**: For handling speech recognition and dynamic content updates.
- **Web Speech API**: For real-time speech-to-text conversion.