Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 755 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 755 Bytes

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.