SYMBOL INDEX (7 symbols across 2 files) FILE: app.py function analyze_image (line 7) | def analyze_image(image_path, object_str): function preprocess_image (line 88) | def preprocess_image(image_path): function extract_and_analyze_frames (line 112) | def extract_and_analyze_frames(video_path, output_folder, object_str): FILE: main.py function analyze_image (line 29) | async def analyze_image(image_path: str, object_str: str): function preprocess_image (line 79) | def preprocess_image(image_path): function home (line 96) | async def home(request: Request): function analyze_video (line 101) | async def analyze_video(