import shutil # Replace "TinyLLaVABench-main" with the actual filename with zipfile.ZipFile("TinyLLaVABench-main", 'r') as zip_ref: zip_ref.extractall(".") # Extract to the current directory