Skip to content

CWeberProject/CAT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CAT (Computer Automated Tasks)

CAT is a system designed to automate computer interactions using advanced AI vision and natural language processing. The system operates in two parts: a GPU-powered server component (OmniParser) for AI processing, and a local component (LocalExecutor) for GUI automation.

Demo Video

CAT_Demo.mp4

Installation

The system requires two separate installations:

Running the System

  1. Start the server:
# On the GPU server
cd OmniParser
python CAT_server.py
  1. Start the client:
# On your local machine
cd LocalExecutor
python CAT_local.py

How It Works

  1. LocalExecutor captures screen information and sends it to OmniParser
  2. OmniParser processes the image using AI vision models
  3. Natural language instructions are interpreted into computer actions
  4. LocalExecutor executes the determined actions
  5. The process repeats for continuous automation

Acknowledgments

This project builds upon the OmniParser framework by Microsoft. We thank the original authors for their groundbreaking work in computer vision and automation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.1%
  • Shell 1.9%