Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.14 KB

File metadata and controls

38 lines (23 loc) · 1.14 KB

Talk2TextTranslate

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.

Project Setup

To set up the Talk2TextTranslate project, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/cack195/Talk2TextTranslate.git
  2. Navigate to the project directory:

    cd Talk2TextTranslate
  3. Install the required dependencies using npm:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your web browser and go to http://localhost:5173 to view the application.

  6. You're all set! Begin transcribing and translating speech in real-time using Talk2TextTranslate.