AudioBridge is a web-based translation tool based on ML that enables users to transcribe and translate text efficiently. It supports file transcription, text translation, and speech-to-text conversion, making it a versatile solution for multilingual communication.
- 🎙️ Speech-to-Text Transcription: Convert audio files into text using Whisper AI.
- 🌐 Text Translation: Translate text into multiple languages with efficient processing.
- 📂 File Display: Clean and modern design using Tailwind CSS.
- 🏠 User-Friendly Interface: A clean and minimal UI for seamless experience.
- 🎨 Frontend: Vite + React (JavaScript), Tailwind CSS
- 🖥 Backend: (Not included in this repo, but supports API integration)
- ⚡ Processing: Web Workers for Whisper AI and Translation
- ☁ Hosting8: Supports deployment on Netlify/Vercel
akankshrakesh-translator/
├── src/
│ ├── components/ # UI Components
│ ├── utils/ # Utility functions & workers
│ ├── App.jsx # Main application component
│ ├── main.jsx # Entry point
│ ├── index.css # Global styles
├── public/ # Static assets
├── package.json # Project dependencies
├── tailwind.config.js # Tailwind CSS config
├── vite.config.js # Vite config
