Plant Monitoring ResearchPaper
Plant Monitoring ResearchPaper
Gujarat, India
----------------------------------------------------------------- *** -----------------------------------------------------------
ABSTRACT- Agricultural difficulties in monitoring soil moisture and temperature, which can
lead to poor maintenance and low crop yields, are often encountered in traditional and labor-
intensive methods of banana production. We've created an easy, efficient system that relies
on Internet of Things sensors and the android app to address this problem. These sensors
continuously monitor soil moisture and temperature to provide real time information on the
needs of plants for hydration. The system shall include automated irrigation systems that
may be switched on at any time to ensure accurate water consumption. Furthermore, farmers
are notified when the level of water storage tanks is low so as to avoid interruption of water
supply. The aim of the project is to simplify farm management, reduce labour and improve
banana crop health and yields. Additionally, the system features disease detection
capabilities for banana leaves, enabling farmers to easily identify yellow sigatoka and black
sigatoka simply by uploading an image to the app, which then recommends the appropriate
insecticide treatment for the detected disease.
KEYWORDS- Internet of Things, Android Application, Smart Monitoring, Banana Plant Care
1. INTRODUCTION
In the heart of India’s agricultural region traditional plantation farming techniques for bananas are
confronting new difficulties. Labor-intensive methods put a strain on essential resources and have
an adverse effect on productivity. A creative Internet of Things project with an Android foundation
that is suited to banana plantations has surfaced in response to these urgent problems. This project
uses Internet of Things sensors to automatically irrigate farmers when needed track soil moisture in
real time and notify farmers when tank water levels are low. Features for detecting common banana
diseases are also included. This project which is revolutionizing crop care management promises
better times ahead for banana farming in India and around the world while also streamlining
operations and advancing agricultural sustainability.
2. LITERATURE REVIEW
[1] Mohammed Rashiq and his team introduced a smart plant monitoring system based on Internet
of Things (IoT) technology. They emphasized how adaptable IoT is, providing flexible and easily
accessible connectivity for various applications. Their study tackled the ongoing issue of inadequate
irrigation in agriculture, which negatively impacts soil and crop health. To address this, they proposed
a monitoring and control system that uses IoT to manage crops more effectively. Their project aimed
to develop an advanced crop monitoring system to boost yields while maintaining soil quality. Key
features of the system included measuring crucial environmental parameters such as temperature,
humidity, and soil moisture. This system allows farmers to make informed irrigation decisions by
enabling real-time data monitoring and collection. By reducing water waste and preserving soil
health, this approach not only maximizes farm productivity but also promotes sustainable farming
practices.
[2] Gaurav Patil, Akash Patil, and Shashank Pathmudi worked on a project to create a smart plant
monitoring system using IoT technology. They highlighted how the internet and IoT have become
integral parts of our lives, connecting various physical objects beyond just computers and phones.
Their system utilized IoT technology along with sensors to measure temperature, moisture, and
humidity, allowing for real-time plant monitoring. In agriculture, where manual labor is still common,
their project aimed to automate plant monitoring to enhance efficiency and productivity. With this
system, farmers could use their smartphones to remotely check conditions like temperature and
moisture and even automate the watering process. This technology minimized the need for manual
labor and ensured that plants received proper care, making farming more efficient and manageable.
[3] Anusha K. and Dr. U B Mahadevaswamy's project focused on creating an automatic plant
monitoring and watering system using Raspberry Pi and IoT technology. The system included
sensors for temperature, humidity, soil moisture, and light intensity, along with an IR sensor for
detecting intruders. It automatically watered plants based on soil moisture levels and transmitted
data to users through a web app or monitor. This technology aimed to modernize agriculture,
increase yields, and reduce manual labor for farmers in India.
[4] The paper "Smart Irrigation Using Node-MCU" looks at how modern tech can be used in farming,
specifically with smart irrigation systems to manage water use more efficiently. The authors
proposed a system that uses sensors and microcontrollers to keep track of soil conditions, such as
moisture and temperature, allowing for more precise irrigation. This system is designed to use water
more efficiently, increase crop yields, and move away from traditional farming methods toward more
sustainable practices. The review discusses the importance of using embedded systems, cloud
networks, and wireless sensors in transforming farming, emphasizing how real-time monitoring and
control can boost productivity and promote environmental sustainability.
3. CONCEPTUAL DIAGRAM
Figure 3 NodeMCU
Capacitive Soil Moisture Sensor V2.0: The soil moisture
sensor measures the moisture content in the soil, which
provides important information on irrigation management.
In determining the levels of soil moisture, it typically uses an
electric conductor. It continuously monitors the soil when
connected to the NodeMCU, so that the system can
determine whether the banana plants need to be watered Figure 4 Capacitive Soil Moisture
Sensor V2.0
based on the predefined moisture thresholds.
How it Works?
Data Preparation: The script starts by importing necessary libraries and
loading the dataset. It then visualizes some sample images from the dataset to
get an understanding of the data.
Dataset Creation: It prepares the dataset for training by splitting it into
training, validation, and testing sets. It also creates a mapping of class labels to
numerical indices.
Model Initialization: The script initializes the Vision Transformer (ViT) model
for classification. It modifies the model's head to have the appropriate number
of output classes based on the dataset.
Training Loop: The training loop is defined, which iterates over the dataset for
a specified number of epochs. It calculates the training loss and accuracy,
updates the model's parameters using backpropagation, and evaluates the
model on the validation set.
Evaluation: After training, the script evaluates the trained model on the test
dataset to assess its performance. It computes metrics such as accuracy and
generates a confusion matrix to visualize the model's predictions.
Inference: Once the model is trained and evaluated, the script defines a
function to make predictions on new images. It loads the trained model,
processes the input image, and uses the model to predict the disease affecting
the banana plant in the image.
Disease-Specific Recommendations: Based on the predicted disease, the
script provides recommendations for managing or treating the disease. These
recommendations are specific to each disease class and aim to assist farmers or
agricultural experts in taking appropriate actions to mitigate the impact of the
disease.
Components Diagram
• Model Training
7. RESULT
Model image