whisper-live
v0.2.1
Published
TypeScript-based library for real-time audio transcription, integrating OpenAI's Whisper model for accurate speech-to-text conversion.
Downloads
601
Readme
💬 Whisper Live (real-time audio transcription for browser)
TypeScript-based library for real-time audio transcription, integrating OpenAI's Whisper model for accurate speech-to-text conversion.
Installation 📦
To start using whisper-live, simply run:
npm install whisper-live
Usage 🚀
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.
Running the Project 🛠️
Clone the project to try out the examples locally:
Clone the repository:
git clone [email protected]:Alireza29675/whisper-live.git
Install dependencies using pnpm:
pnpm install
Start the development server:
pnpm dev
Now, you should be all set!