Talk2TextTranslate is an innovative web application built with React, enabling real-time transcription and translation directly within the browser. Leveraging the power of web workers, this application seamlessly integrates machine learning models, ensuring efficient and responsive performance.
With Talk2TextTranslate, users can effortlessly convert spoken words into text and translate them into their desired languages, all without the need for server-side processing.
To set up the Talk2TextTranslate project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/cack195/Talk2TextTranslate.git
-
Navigate to the project directory:
cd Talk2TextTranslate
-
Install the required dependencies using npm:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and go to http://localhost:5173 to view the application.
-
You're all set! Begin transcribing and translating speech in real-time using Talk2TextTranslate.