Crates.io | auto-pilot |
lib.rs | auto-pilot |
version | 0.1.0 |
source | src |
created_at | 2023-12-18 15:55:58.870224 |
updated_at | 2023-12-18 15:55:58.870224 |
description | A tool to oprate your computer using GPT4 Vision |
homepage | |
repository | https://github.com/mostafasadeghi97/auto-pilot-computer |
max_upload_size | |
id | 1073463 |
size | 867,968 |
This is a tool that uses GPT4 Vision to operate your computer.
If you are using rust and cargo, you can install this project by running:
cargo install --path .
It is also available on crates.io, so you can install it with:
cargo install auto-pilot
If you want to use prebuilt binaries, you can download them from the releases page.
you can build this project by running:
cargo build --release
export your openai api key as an environment variable:
export OPENAI_API_KEY=<your api key>
After installing the program, you can run the cli by running:
auto-pilot
Optional Arguments:
Usage: auto-pilot [OPTIONS]
Options:
-o, --objective <OBJECTIVE>
The objective you want to achieve with the computer
-g, --grid-interval <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
Feel free to contribute to this project by opening a pull request or issue.