Rice Pest Detection Model
A TensorFlow.js model for detecting pests in rice leaves using computer vision.
Model Description
This model classifies rice leaf images to detect the presence of pests. It's designed for use in agricultural applications to help farmers identify pest problems early.
Model Type: Image Classification Input: 224x224 RGB images Output: Binary classification (Healthy vs Pest-infected)
Usage
In TensorFlow.js
async function loadModel() {
const model = await tf.loadLayersModel('https://huggingface.co/your-username/rice-pest-detector/resolve/main/tfjs_rice_pest_model/model.json');
return model;
}
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support