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 install
to install all the dependencies - Create a
.env.local
fromenv-example
file:cp env-example .env.local
- Update the OpenAI key in the
.env.local
file - Run
npm run dev
to start the project
- NextJS
- TailwindCSS
- OpenAI Whisper Model