TypeScript-based library for real-time audio transcription, integrating OpenAI's Whisper model for accurate speech-to-text conversion.
To start using whisper-live, simply run:
npm install whisper-live
Explore the examples folder in this repository to see whisper-live in action. To check the examples in action, run the project on your local machine.
Clone the project to try out the examples locally:
Clone the repository:
git clone git@github.com:Alireza29675/whisper-live.git
Install dependencies using pnpm:
pnpm install
Start the development server:
pnpm dev
Now, you should be all set!