multipart/form-data.| Prediction | Meaning |
|---|---|
water_hyacinth | Water hyacinth detected |
not_water_hyacinth | No water hyacinth detected |
{
"prediction": "water_hyacinth",
"probability": 0.93214,
"confidence": 0.93214,
"inference_time": 0.214
}curl --location --request POST 'http://13.60.65.62:3000/predict' \
--form 'file=@"C:\\Users\\youse\\Desktop\\waterhyacinth_MAIN.webp"'{
"prediction": "water_hyacinth",
"probability": 0,
"confidence": 0,
"inference_time": 0
}