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.
- 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.
- Clone the repository.
- Install dependencies using
npm install
. - Run the development server with
npm start
.
- Upload your audio file to the website.
- Initiate the transcription process.
- Once transcribed, choose the desired language for translation.
- Enjoy your transcribed and translated text!
- 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.