bellingcat / whisperbox-transcribe

Easy to deploy API for transcribing and translating audio / video using OpenAI's whisper model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new endpoint that triggers both translate and transcribe tasks

msramalho opened this issue · comments

The goal is to be able to have both the translation and the transcription for the same video/audio URL.

I imagine the solution to be a new celery task.