Sonsuz Ask Movie English Subtitles Work __exclusive__
class SubtitleSyncFeature: def (self, video_path, subtitle_path): self.video_path = video_path self.subtitle_path = subtitle_path # Loading the 'base' model for speed. Use 'small' or 'medium' for better accuracy. print("Loading Whisper AI Model (Turkish optimized)...") self.model = whisper.load_model("base")
