HazyResearch / eclair-agents

Automating enterprise workflows with multimodal agents

Home Page:https://arxiv.org/abs/2405.03710

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demonstration steps from video

cometta opened this issue · comments

May i know how do you convert the video into demonstration steps ? Is the script shared in the repo?

Hi @cometta sorry for the delayed reply! Yes, please see this helper function here for how we convert the demonstration video into a series of screenshots:

def extract_screenshots_for_demo(path_to_demo_folder: str, path_to_trace: Optional[str] = None, path_to_screen_recording: Optional[str] = None, is_verbose: bool = True):