A project to generate audio transcriptions. Simply upload an audio file and get the transcription in seconds.
- OpenAI API Key
- Clone the repo
- Run
npm installto install all the dependencies - Create a
.env.localfromenv-examplefile:cp env-example .env.local - Update the OpenAI key in the
.env.localfile - Run
npm run devto start the project
- NextJS
- TailwindCSS
- OpenAI Whisper Model
