mayeaux / generate-subtitles

Generate transcripts for audio and video content with a user friendly UI, powered by Open AI's Whisper with automatic translations and download videos automatically with yt-dlp integration
https://freesubtitles.ai
741 stars 101 forks source link

How Does you Handel Parrel Connections #62

Open Harinderpreet opened 10 months ago

Harinderpreet commented 10 months ago

I have one question when you have multiple request (Multiple user want to transcribe at same time) how you handle it. As per my knowledge, Whisper can only transcribe one file at time. Is their any way to do transcribe multiple files at once

usman61 commented 7 months ago

According to my understanding the app is transcribing one file at a time in a free edition and when several requests came it gets queued and executed sequentially one at a time in FIFO manner.