Here is a quick simple Python version I coded after the announcement. Works out of the gate in an AWS Lambda environment (just add a requests layer and path to the actual file). The memory version using a BytesIO object would be similar. Haven’t tried any JavaScript versions myself.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Calling Whisper API using curl request keeps giving error | 21 | 19040 | October 31, 2023 | |
| OpenAI Node lib error on Audio Transcription | 4 | 2878 | September 2, 2023 | |
| Whisper error 400 "Unrecognized file format." | 9 | 6549 | May 6, 2024 | |
| API Whisper transcriptions errors (SOLVED) | 2 | 10107 | March 26, 2024 | |
| Using Node.js library createTranscription() function without saving a file | 4 | 5793 | August 5, 2024 |