Smart Profit-Aware Crop Advisory System: Kisan AI

arXiv cs.AI / 5/4/2026

💬 OpinionDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • The paper argues that conventional crop advisory tools suffer from “economic blindness” by optimizing biological yield while ignoring market prices, which can lead to unprofitable farm decisions.
  • It introduces Kisan AI, a full-stack, research-driven profit-aware crop advisory system that adds a market_price feature to an agronomic dataset and trains a Random Forest classifier.
  • The Random Forest model performs best among eight baseline approaches, reaching 99.3% accuracy and the lowest Log Loss, suggesting that including market price meaningfully improves predictions.
  • The system is implemented as a multilingual, mobile-installable Progressive Web App that combines the RF advisory model with Facebook Prophet price forecasting, MobileNetV2 disease detection, and a nine-language chatbot via the Anthropic Claude API.

Abstract

Modern crop advisory systems exhibit a critical limitation termed \textit{economic blindness}. These systems primarily optimize for biological yield, often overlooking market price, which can lead farmers toward agronomically sound yet financially unviable decisions. In this paper, we develop Kisan AI, a smart profit-aware crop advisory system that resolves the above-mentioned limitation through a research-driven, full-stack application. We train the Random Forest(RF) classifier model on a nine-feature benchmark dataset, the standard seven agronomic attributes augmented with a \textit{market\_price} variable, and evaluated against eight baseline models, considering the evaluation matrices, such as, accuracy, precision, recall, F1-score, and Log Loss. The RF model achieves the highest accuracy of 99.3\% and the lowest Log Loss, confirming that the inclusion of market price as a predictive feature is both valid and impactful. We then implement the RF model within a multilingual progressive Web App alongside a Facebook Prophet six-month price forecasting engine and a MobileNetV2 disease detection module. A nine-language AI chatbot powered by the Anthropic Claude API unifies all modules into a single, mobile-installable platform accessible to farmers across India.