Goscii (Go-Ascii) is a simple cool cli to generate ascii art from webcam stream in your shell.
- gocv [https://gocv.io/]
Note: gocv requires OpenCV 4.0.0 or later. You can install it using:
# MacOS
brew install opencv
# Ubuntu
sudo apt install libopencv-dev
Install dependencies:
go mod download
Run the cli:
go run main.go
Or build the binary and run it:
go build -o goscii
./goscii