Go Capture API is a REST API that will generate an SGF file from an image of a Go position.
- Python 3.11+
- Docker and Docker Compose
pre-commit install
docker compose -f docker-compose-dev.yml -p go-capture-api up -d --build
aws cloudformation create-stack --stack-name GoCaptureGithubRole --parameters ParameterKey=Repository,ParameterValue=<github-repo> --template-body "$(cat cloud-formation/github-role.yaml)" --capabilities CAPABILITY_NAMED_IAM