# Auto-Pilot-Computer This is a tool that uses GPT4 Vision to operate your computer. ## Table of Contents - [Installation](#installation) - [Usage](#usage) - [Contributing](#contributing) - [License](#license) ## Installation If you are using rust and cargo, you can install this project by running: ```bash cargo install --path . ``` It is also available on crates.io, so you can install it with: ```bash cargo install auto-pilot ``` If you want to use prebuilt binaries, you can download them from the [releases](https://github.com/mostafasadeghi97/auto-pilot-computer/releases) page. you can build this project by running: ```bash cargo build --release ``` ## Usage export your openai api key as an environment variable: ```bash export OPENAI_API_KEY= ``` After installing the program, you can run the cli by running: ```bash auto-pilot ``` Optional Arguments: ```bash Usage: auto-pilot [OPTIONS] Options: -o, --objective The objective you want to achieve with the computer -g, --grid-interval The grid interval to use when capturing the screen. Default is 300. The smaller the number, more number of lines will be drawn. (closer to pixel level) [default: 300] -h, --help Print help (see a summary with '-h') -V, --version Print version ``` ## Contributing Feel free to contribute to this project by opening a pull request or issue.