ASSISTGUI is a benchmark designed to evaluate models' abilities to automate tasks on the Windows platform by manipulating the mouse and keyboard. It consists of 100 tasks from popular software like After Effects and MS Word, each with accompanying project files. The goal is to assess the effectiveness of GUI automation and foster progress in this field.
https://arxiv.org/abs/2312.13108
## Project Setup
pip install -r requirements.txt
npm install
npm run dev
npm run build
- The App will automatically show all current apps you are now opening.
- Select an app, input your needs, and press the send button.
- The LLM at the backend will generate the steps
- Press continue, and the client will automatically open the corresponding window and automatically control the software.