Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/social-ali/scribe2translate

Scribe2Translate is a modern web application built with React.js and Vite, designed to facilitate the process of recording audio, transcribing it into text, and translating it into multiple languages.
https://github.com/social-ali/scribe2translate

reactjs records scribe transcribe translate

Last synced: 14 days ago
JSON representation

Scribe2Translate is a modern web application built with React.js and Vite, designed to facilitate the process of recording audio, transcribing it into text, and translating it into multiple languages.

Awesome Lists containing this project

README

        

# Scribe2Translate

Scribe2Translate is a powerful tool that enables users to record audio, transcribe it into text, and translate it into multiple languages. This project aims to streamline the process of converting spoken language into written form and then translating it, making communication easier across language barriers.

Features
Audio Recording: Capture audio in real-time.
Transcription: Convert recorded audio into text using advanced speech recognition.
Translation: Translate the transcribed text into various languages.
User-Friendly Interface: Simple and intuitive UI for seamless interaction.
Technologies Used
Frontend: React.js
Backend: Node.js
Speech Recognition: Speech-to-Text API
Translation: Translation API
Styling: CSS/Styled Components
Installation
Prerequisites
Make sure you have the following installed:

Node.js
npm (Node Package Manager)
Steps to Get Started
Clone the repository:

bash
git clone https://github.com/Social-ali/Scribe2Translate.git
cd Scribe2Translate
Install dependencies:

bash
npm install
Run the application:

bash
npm run dev
Open your browser and go to http://localhost:3000 to see the app in action!