AI-Powered go commentator I am aiming to develop go commentator, which works with AI. This code is designed to take a Go game screen as input and generate responses using OpenAI's GPT-4 Vision. The output of GPT-4 is outputted through tts_rust.
Install dependencies
git clone https://github.com/GG-O-BP/ai-go-commentator-rs.git
cd ai-go-commentator-rs
cargo build
cargo run -- --openaikey "OpenAI key"
"OpenAI key" should be replaced with the actual OpenAI key.
- Create Screenshot
- Send Image to GPT-4 Vision API
- Must explain the rules of Go
- Must be able to view the content of Go
This program is under the MIT license