Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Example image recognition

Miguel Mota edited this page Dec 3, 2018 · 1 revision

c3-go

go run main.go node start --pem=node/test_data/priv1.pem --uri /ip4/0.0.0.0/tcp/3330 --data-dir .tmp --mempool-type memory --rpc ":5005" --difficulty=0 \
		--checkpoint-eos-url "http://api.kylin.alohaeos.com" \
		--checkpoint-eos-account-name "c3checkpoint" \
		--checkpoint-eos-action-name "chkpointroot" \
		--checkpoint-eos-action-permissions "c3checkpoint@active" \
		--checkpoint-eos-wif-private-key "$$C3_EOS_WIF_PRIVATE_KEY"

c3-sdk-go-example-image-recognition

docker build .

c3-sdk-go-example-image-recognition-frontend

go run main.go -peer="/ip4/127.0.0.1/tcp/3330/ipfs/QmZPNaCnnR59Dtw5nUuxv33pNXxRqKurnZTHLNJ6LaqEnx" -image="66e164ba476f" -genesis=true
Clone this wiki locally