Skip to content

Next.js starter project integrating OpenAI's Whisper API for speech-to-text functionality.

Notifications You must be signed in to change notification settings

jannden/nextjs-openai-whisper-starter

Repository files navigation

NextJS OpenAI Whisper Starter

A Next.js starter project integrating OpenAI's Whisper API for speech-to-text functionality.

Live demo at Vercel

It uses only:

Getting Started

Install dependencies.

Rename .env.example to .env.local and add your OpenAI API secret key.

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

Next.js starter project integrating OpenAI's Whisper API for speech-to-text functionality.

Resources

Stars

Watchers

Forks