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.
- Host: GitHub
- URL: https://github.com/amankumar7340/voice-to-text
- Owner: Amankumar7340
- Created: 2025-03-15T15:50:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T15:21:59.000Z (about 1 year ago)
- Last Synced: 2025-04-06T16:29:38.598Z (about 1 year ago)
- Topics: css, html5, javascript, transcription, webspeech-api
- Language: CSS
- Homepage: https://voice-to-text-ochre.vercel.app
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.