CoolFace
Apppublic

Saran08/soil_nutrition_prediction

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Soil Nutrient Prediction API

Predicts N, P, K, OC, and pH from satellite features.

✅ Models are loaded from Hugging Face Model Hub using hf:// paths ✅ No model files are stored inside this Space repo

Endpoints

  • —POST /extract_features: Extracts satellite-based features
  • —POST /predict_nutrients: Predicts selected soil nutrients

You can integrate this with a React frontend or test it with curl or Postman.