Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 272 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 272 Bytes

To reproduce the results run

Unoptimized version

cargo run

Optimized version

cargo run --release

Make post request

curl -X POST 0.0.0.0:8080/predict \
     -H 'Content-Type: application/json' \
     -d '{"instances": [{"_id": "7608657044"}]}'