Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 435 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 435 Bytes

digit-recognition

$ cargo build
$ cargo run --bin client
$ cargo run --bin server

compile error

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"image_base64":""}' \
  http://localhost:8080/image

curl --header "Content-Type: application/json"
--request POST
--data '{"image_base64":""}'
http://localhost:8000/image