Skip to content

mchaver/digit-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A digit recognizer written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages