Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.32 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.32 KB

TranScribe

I built this website using TypeScript to practice my skills. It's designed for transcribing audio to text and then translating the transcribed text into various languages.

Screenshot 2024-05-13 004657

Features

  • Transcription: Easily transcribe audio files into text format.
  • Translation: Translate transcribed text into multiple languages.
  • User-Friendly Interface: Intuitive design for seamless user experience.
  • Efficient: Swift transcription and translation processes.
  • Customization: Options to adjust settings according to user preferences.

Installation

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Run the development server with npm start.

Usage

  1. Upload your audio file to the website.
  2. Initiate the transcription process.
  3. Once transcribed, choose the desired language for translation.
  4. Enjoy your transcribed and translated text!

Technologies Used

  • TypeScript
  • React
  • Context API
  • Tailwind CSS
  • Google Fonts
  • React Icons
  • Dotenv
  • React Speech Recognition
  • React Translate (Google Cloud Translate)

Installation

Clone the repository.
Install dependencies using npm install.
Run the development server with npm start.