SYMBOL INDEX (28 symbols across 6 files) FILE: vktrs/api.py function get_image_for_prompt (line 10) | def get_image_for_prompt(prompt, max_retries=3, **kargs): function process_response (line 36) | def process_response(answers): FILE: vktrs/asr.py function whisper_transcribe (line 15) | def whisper_transcribe( function whisper_align (line 40) | def whisper_align(whispers): function whisper_transmit_meta_across_alignment (line 56) | def whisper_transmit_meta_across_alignment( function whisper_segment_transcription (line 115) | def whisper_segment_transcription( function whisper_lyrics (line 178) | def whisper_lyrics(audio_fpath="audio.mp3"): FILE: vktrs/hf.py class HfHelper (line 19) | class HfHelper: method __init__ (line 20) | def __init__( method load_pipelines (line 41) | def load_pipelines( method get_image_for_prompt (line 74) | def get_image_for_prompt( FILE: vktrs/tsp.py function tsp_permute_frames (line 9) | def tsp_permute_frames(frames, verbose=False): function batched_tsp_permute_frames (line 27) | def batched_tsp_permute_frames(frames, batch_size): FILE: vktrs/utils.py function gpu_info (line 12) | def gpu_info(): function get_audio_duration_seconds (line 32) | def get_audio_duration_seconds(audio_fpath): function rand_str (line 45) | def rand_str(n_char=5): function remove_punctuation (line 49) | def remove_punctuation(s): function sanitize_folder_name (line 54) | def sanitize_folder_name(fp): function add_caption2image (line 64) | def add_caption2image( function save_frame (line 102) | def save_frame( function get_image_sequence (line 116) | def get_image_sequence(idx, root, init_first=True): function archive_images (line 137) | def archive_images(idx, root, archive_root = None): FILE: vktrs/youtube.py class YoutubeHelper (line 15) | class YoutubeHelper: method __init__ (line 16) | def __init__( method get_subtitles (line 32) | def get_subtitles( function parse_timestamp (line 49) | def parse_timestamp(ts): function vtt_to_token_timestamps (line 58) | def vtt_to_token_timestamps(captions): function srv2_to_token_timestamps (line 88) | def srv2_to_token_timestamps(srv2_xml):