Real-time poultry infection detection powered by Deep Learning. Integrate our model into your own farming solutions.
Currently, the FlockScan public API does not require an API key for development use. Please use responsibly to ensure availability for all users.
Submit a JPG or PNG image of a poultry sample to receive a classification and confidence score.
Note: Base64 strings are no longer supported; please use multipart form data.
Request Format (Multipart Form Data)
curl -X POST https://coccicheck.freedynamicdns.org/predict \ -F "image=@sample_image.jpg"
Response Example
{
"prediction": "Coccidiosis",
"confidence": "98.4"
}
Test the model right now by uploading a sample image.
Triggers the DVC pipeline to re-sync data and re-train the model. This is an administrative endpoint.
Training done successfully!