A modern web application that transcribes video files into text using Groq's Whisper model. Built with Next.js 14, TypeScript, and Tailwind CSS.
Before you begin, ensure you have installed:
You'll also need:
Clone the repository:
git clone https://github.com/yourusername/video-transcriber.git
cd video-transcriber
Install dependencies:
bun install
Create a .env.local
file in the root directory:
GROQ_API_KEY=your_groq_api_key_here
Run the development server:
bun run dev
Open http://localhost:3000 in your browser.
GROQ_API_KEY
: Your Groq API key for accessing the transcription serviceContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.