SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 635
Famer assistant and crop recommendation system
Vivek Rajput1, Ajinkya Deshmukh2, Utkarsh Patil3, Harshal Ushire4, Prof. Pramila M. Chawan5
1,2,3,4 B. Tech Student, Dept. of Computer Engineering and IT, VJTI College, Mumbai, Maharashtra, India
5Associate Professor, Dept. of Computer Engineering and IT, VJTI College, Mumbai, Maharashtra, India
------------------------------------------------------------------------***--------------------------------------------------------------------
Abstract:
In India, agriculture accounted for 18% of the
GDP with about 42% of the workforce. The people
involved in agriculture are high in percentage but their
contribution to the economy is different. In today's world,
people are getting more and more digitized. As a result,
most people have smartphones and internet access. In
rural areas people including farmers, shopkeepers and
others are using these technologies to make their life
easier. By keeping technological evolution, we have
developed the farmer assistant to guide farmers and
improve their productivity and profits. We have developed
a model that will give the profit of selling at a particular
time, and location and also guide the farmers on which
crop to take in which area, and weather by using the soil
quality parameters. It provides all the facilities needed for
farmers in one place. Farmers can use this web assistant
with basic smartphone use knowledge.
Key Words: technology, profit, farmer, cost, retailers,
Machine Learning.
1. INTRODUCTION:
In today's world, huge data are present in
various sections, including agriculture. In 2022 the
Indian government announced the scheme; every
licensed shop is getting the status of a governmental
shop. There will be many facilities like soil testing and
guidance. But they are limited in number and everyone
can’t take the benefits from them. So we came up with
the idea of a farm assistant website. By using modern
technology like machine learning, we have the ability to
provide those services online. Machine learning (ML)
helps us predict results from huge amounts of present
data. Figure 1 represents the machine learning algorithm
working, it pre-processes data and develops the ML
model, whose output is to divide the soil according to
similarity and predict which crop will be suitable in such
type of soil.
application. Which consists of a login and registration E-
Authentication System with OTP, so there will be no
password-based vulnerabilities in the system. It helps
farmers ensure greater profitability through direct
farmer-to-dealer. It will have functionality like farmers
can post complaints, may post their ads and
notifications, farmers are notified of these notifications
via SMS whenever new ads are published, prediction of
selling products in different states or locations for profit,
using naïve based algorithm, real-time payment by UPI
as well as a credit card. Finally, we are going to host an
application on the google engine.
Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
Fig -1: ML working
To develop a Farming Assistance Web Service
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 636
2. LITERATURE REVIEW
2.1 Machine learning Techniques:
There are a huge amount of data
available on farming, and to make a decision from that
data we have different machine-learning techniques. For
example Decision Tree, Gaussian Naive Bayes, Support
Vector Machine (SVM), Logistic Regression, and Random
Forest.
The system recommends the crop based on soil
fertility. The system is based on the XGBoost algorithm.
XGBoost, which stands for Extreme Gradient Boosting, is
a scalable, distributed gradient-boosted decision tree
(GBDT) machine learning library. It provides a parallel
tree boosting and is the leading machine-learning library
for regression, classification, and ranking problems.
There are lots of systems based on other
methods we have studied in the literature survey.
Vrushali Bhuyar uses classification techniques to predict
soil fertility by the decision tree method, naive Bayes,
and random forest. They found out decision tree is the
best technique for classification. D Ramesh uses Multiple
Linear Regression for predicting rice yield. Sandesh
Ramesh, Department of Information Science and
Engineering Nitte Meenakshi Institute of Technology,
uses regression and neural networks for crop yield
prediction.
S.S.Bhaskar made a study of soil classification of
JRip, naïve bayes, and J48. They found J48 to be the best
method. They also used regression techniques like linear
regression and least square Median. They found least
median squares regression produces better results for
prediction than the classical linear regression technique.
Jay Gholap uses the J48 algorithm for predicting soil
fertility class. Also for performance tuning of the J48
algorithm, he uses attribute selection and boosting
techniques. Suman cluster the data using the K-means
Clustering on the soil dataset then the linear regression
is applied to classify the clusters.
Fatih Bal and Fatih Kayaalp's “Review, of machine
learning and deep learning models in agriculture” the
identification of the plant species have been realized
with ML and DL Methods depending on classification
algorithms in smart agriculture applications based on
artificial intelligence 126 citrus images obtained in
different sizes and under various lighting conditions
were trained with ML algorithms and a study was
carried out to determine the green fruit.
“Machine Learning Applications for Precision
Agriculture: A Comprehensive Review” by Abhinav
Sharma, Arpit Jain, Prateek Gupta, (Student Member,
IEEE), and Vinay Chowdary develop the manual spraying
method for pesticides led to improper usage of resources
and harms the environment. AI and IoT-enabled
precision agriculture remove the randomness and assist
new-age farmers to optimize every step of the farming
process.
Gaitán provided a systematic study of the impact of
extreme weather events, such as hail events, cold waves,
and heat waves, and their impact on agricultural
practices. The author reported floods, droughts, frost,
hail, heatwaves, and pest outbreaks are impacted by
climatic conditions.
Acar employed an extreme learning machine
(ELM) based regression model for the prediction of soil
surface humidity. The author selected two terrains
having areas 4 KM2 and 16 KM2 located on the Dicle
university campus for experimental analysis. The real-
time field data was extracted using polarimetric
Radarsat-2 data, which was pre-processed using the
SNAP toolbox [18] and features were added with the
help of local measurements by separating the field into
square grids. Once the pre-processing and feature
extraction is done the data is passed to ELM based
regression model to predict the soil surface humidity.
The algorithm was tested with 5 different kernel
functions and the prediction was validated using a leave-
one-out cross-validation technique.
Y. Mekonnen developed a power-efficient WSN
using an Arduino microcontroller and ZigBee module to
monitor and control essential parameters that affect
crop growth such as soil and weather conditions in
Florida, USA. Pise and Upadhye [164] explored Naive
Bayes and SVM ML techniques for grading harvested
mangoes based on their color, size, features, quality, and
maturity. Grading fruits increases the profit of the
agriculture and food industries. A mango image dataset
comprising three different colors red, green, and yellow
is created and used for training and testing the ML
algorithm. The proposed approach presents limited
scope as it can detect defects in a particular surface area
which can be overcome by creating a dataset of
rotational view images.
2.2 XGBoost as classifier:
Gradient Boosting is a boosting algorithm, in which
each predictor corrects its predecessor’s error. XGBoost
is an implementation of Gradient Boosted decision trees.
In this algorithm, decision trees are created in sequential
form. Weights play an essential role in XGBoost. Weights
are assigned to all the independent variables which are
then fed into the decision tree which predicts results.
The significance of variables predicted wrong by the tree
is increased and these variables are then fed to the
second decision tree. These individual
classifiers/predictors then ensemble to give a strong and
Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 637
more precise model. It can work on regression,
classification, ranking, and user-defined prediction
problems.
3. PROPOSED SYSTEM
3.1 Problem statement
“To develop a Farming Assistance Website that
will help farmers in ensuring high profitability by
predicting suitable crops according to soil fertility .”
3.2 Problem Elaboration
In Maharashtra, people say “Farmers know how to
yield crops but don’t know how to sell”. This one-line
statement hardly damaged the economic condition of
farmers. To address this problem we are developing this
system, which will help farmers to get maximum profit.
It has functionality that predicts where to sell, by
calculating the selling price, and transport costs of a
particular city.
The system uses ML technologies to provide suitable
solutions to farmers. We have used the J48 Decision tree
Classifier to predict soil fertility and predict which crop
will be suitable in such conditions. Also, suggest
fertilizers to get nutrients that are lost.
3.3 Proposed Methodology
There are a number of ways in machine
learning by which I can find out the fertility of the soil
For efficient working of our proposed model and
after learning from the given literature survey XG Boost
Technique in machine learning works very fine as
compared to other supervised learning techniques.
The working algorithm is as follows:
● Step 1: Make an Initial Prediction and Calculate
Residuals
● Step 2: Build an XGBoost Tree
● Step 3: Prune the Tree
● Step 4: Calculate the Output Values of Leaves
● Step 5: Make New Predictions
● Step 6: Calculate Residuals Using the New
Predictions
● Step 7: Repeat Steps 2–6
3.4 Proposed System Architecture
The proposed system workflow:
Fig -2: Workflow
Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
but the accuracy, space complexity, and time complexity
are different for different models. The models are XG
Boost, Decision Tree, Logistic regression, Random
Forest, etc.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 638
The above block diagram shows us the working
of the ML model. The user has to login into the system
and after that, he is able to see the system's
functionalities. It takes soil parameters as input which
includes nitrogen (N), phosphorus (P), potassium (K),
temperature, humidity, ph, and rainfall. Then XGBoost
model gives us the crop that should be taken in such a
condition. XGBoost work on boosting mechanism where
the attempts to build a strong classifier from the number
of weak classifiers.
Apart from the machine learning part, there are
lots of functionality provided in the system. Those are
providing the most profitable place to sell farm products,
farmers can advertise their farm products, online selling
between farmers and retailers, and secure payment
gateway for transactions.
4. CONCLUSION
The proposed system has the best combination of
machine learning functionality and other functionality.
By using the XGBoost ML model, the ML model provided
the crop recommendation with 99.31% accuracy
whereas by comparing with other ML models it has
maximum accuracy. The system has a UI that is easy to
understand for farmers.
REFERENCES:
[1].E. Acar, M. S. Ozerdem, and B. B. Ustundag, ‘‘Machine
learning based regression model for prediction of soil
surface humidity over moderately vegetated fields,’’ in
Proc. 8th Int. Conf. Agro-Geoinformat.
(AgroGeoinformat.), Istanbul, Turkey, Jul. 2019, pp. 1–4
[2] . C. F. Gaitán, ‘‘Machine learning applications for
agricultural impacts under extreme events,’’ in Climate
Extremes and Their Implications for Impact and Risk
Assessment. Amsterdam, The Netherlands: Elsevier,
2020, pp. 119–138.
[3]. Y. Mekonnen, S. Namuduri, L. Burton, A. Sarwat, and
S. Bhansali, ‘‘Review—Machine learning techniques in
wireless sensor network based precision agriculture,’’ J.
Electrochem. Soc., vol. 167, no. 3, Jan. 2020, Art. no.
037522.
[4]. Mohamed Hamdy Eldefrawy, Khaled Alghathbar,
Muhammad Khurram Khan, "OTP-Based Two-Factor
Authentication Center of Excellence in Information
Assurance (CoEIA), King Saud University, Saudi Arabia,
Information Systems Department, College of Computer
and Information Sciences.
[5] A. Menaga and Vasantha Shanmugam, "Smart
Sustainable Agriculture Using Machine Learning and AI ",
VELS university May 2022, From:
https://www.researchgate.net/publication/360444088
[6 ]. Azizatun Nurhayati, Arif Wahyu Widada , Irham ,
Esti Anantasari , Laksmi Y. Devi , Subejo ,Paper on “
Response to "Rektanigama": A Website Based Farming
Record Application ”, Volume 04, Maret 2020 ISSN:
2581-1339.
[7]. Jude Immaculate H*, Evanzalin Ebenanjar P,
Sivaranjani K, and Sebastian Terence J, “Applications of
Machine Learning Algorithms in Agriculture ”, Volume
82, page number:9312, November 2019.
[8]. Azeem Ayaz Mirani, Muhammad Suleman Memon,
Rozina Chohan, Asif Ali Wagan, Mumtaz Qabulio,
“Machine Learning In Agriculture ”, INTERNATIONAL
JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH,
Volume 10, Issue 05, May 2021.
[9]. Tej Bahadur Shahi, Cheng-Yuan Xu, Arjun Neupane
and William Guo, “Machine learning methods for
precision agriculture with UAV imagery ”, Electronic
Research Archive, September 2022.
[10]. Faith Bal and Faith Kayaalp,” Review of machine
learning and deep learning models in agriculture ”,
International Advanced Researches and Engineering
Journal, Volume 05, Issue 02, pages: 309-323, 2021.
[11]. Majwega Jackson, Ggaliwango Marvin, Amitabha
Chakrabarty, “ Robust Ensemble Machine Learning For
Precision Agriculture ”, IEEE 2022.
[12]. O. B. Falana and O. I. Durodola, “Multimodal Remote
Sensing and Machine Learning for Precision Agriculture
”, Article no. JERR .92508 ISSN: 2582-2926.
[13].Md. Tahmid Shakoor, Karishma Rahman, Sumaiya
Nasrin Rayta, Amitabha Chakrabarty, “ Agricultural
Production Output Prediction Using Supervised Machine
Learning Techniques ”, IEEE 2017.
[14]. Suman, Bharat Bhushan Naib “Soil Classification
and Fertilizer Recommendation using WEKA” IJCSMS
International Journal of Computer Science &
Management Studies, Vol. 13, Issue 05, July 2013
[15]. publication at:
https://www.researchgate.net/publication/363923756
[16] Jay Gholap “ Performance Tuning of J48 Algorithm
for Soil Fertility” 2012. Asian Journal of Computer
Science and Information Technology 2: 8(2012) 251–
252
Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
[17]. Saran Condran, Micheal BEWONG, MD ZAHIDUL
ISLAM, LANCELOT MAPHOSA, AND LIHONG ZHENG,”
Machine Learning in Precision Agriculture: A Survey on
Trends, Applications, and Evaluations Over Two
Decades”, Volume 10, IEEE 2022.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 639
[18]. ABHINAV SHARMA, ARPIT JAIN, PRATEEK GUPTA,
And VINAY CHOWDARY,” Machine Learning Applications
for Precision Agriculture: A Comprehensive Review”
IEEE 2021.
[19]. https://www.geeksforgeeks.org/xgboost/
[20]. Crop Yield Prediction Using Regression and Neural
Networks by Sandesh Ramesh, Anirudh Hebbar, Varun
Yadav, Thulasiram Gunta, Balachandra A Department of
Information Science and Engineering Nitte Meenakshi
Institute of Technology Bangalore-56006
[21].
https://docs.aws.amazon.com/sagemaker/latest/dg/xg
boost-HowItWorks.html
[22] S.S.Baskar L.Arockiam S.Charles “Applying Data
Mining Techniques on Soil Fertility Prediction”
International Journal of Computer Applications
Technology and Research Volume 2–Issue 6, 660-662,
2013
[23] D. Pise and G. D. Upadhye, ‘‘Grading of harvested
mangoes quality and maturity based on machine
learning techniques,’’ in Proc. Int. Conf. Smart City
Emerg. Technol. (ICSCET), Mumbai, India, Jan.
2018,DOI:1 0.1109/ICSCET.2018.8537342
B Tech Dept. of Computer Engineering-
VJTI, Mumbai
Utkarsh R. Patil
B Tech Dept. of Computer Engineering-
VJTI, Mumbai
Harshal S. Ushire B Tech Dept. of
Information Technology- VJTI, Mumbai
Prof. Pramila M. Chawan, is working as
an Associate Professor in the
Computer Engineering Department of
VJTI, Mumbai. She has done her B.E.
(Computer Engineering) and M.E.
(Computer Engineering) from VJTI
College of Engineering, Mumbai
University. She has 28 years of
teaching experience and has guided 85+ M. Tech.
projects and 130+ B. Tech. projects. She has published
143 papers in International Journals and 20 papers in
National/International Conferences/ Symposiums. She
has worked as an Organizing Committee member for 25
International Conferences and 5 ICTE/MHRD-sponsored
Workshops/ STTPs/ FDPs.She has participated in 16
National/International Conferences. Worked as
Consulting Editor on – JEECER, JETR, JETMS, Technology
Today, JAM&AER Engg. Today, The Tech. World Editor –
Journals of ADR Reviewer -IJEF, Inters science She has
worked as NBA Coordinator of the Computer
Engineering Department of VJTI for 5 years. She had
written a proposal under TEQIP-I in June 2004 for
‘Creating Central Computing Facility at VJTI’. Rs. Eight
Crore was sanctioned by the World Bank under TEQIP-I
on this proposal. Central Computing Facility was set up
at VJTI through this fund which has played a key role in
improving the teaching-learning process at VJTI. warded
by SIESRP with Innovative & Dedicated Educationalist
Award Specialization: Computer Engineering & I.T. in
2020 AD Scientific Index Ranking (World Scientist and
University Ranking 2022) – 2nd Rank- Best Scientist,
VJTI Computer Science domain 1138th Rank- Best
Scientist, Computer Science, India
Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
Vivek R. Rajput B Tech Dept. of
Computer Engineering- VJTI, Mumbai
Ajinkya V. Deshmukh
BIOGRAPHIES:

Mais conteúdo relacionado

Semelhante a Famer assistant and crop recommendation system

IRJET - Enlightening Farmers on Crop Yield
IRJET -  	  Enlightening Farmers on Crop YieldIRJET -  	  Enlightening Farmers on Crop Yield
IRJET - Enlightening Farmers on Crop YieldIRJET Journal
 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease DetectionIRJET Journal
 
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””IRJET Journal
 
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT ApproachIRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT ApproachIRJET Journal
 
IRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic ParametersIRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic ParametersIRJET Journal
 
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIRJET Journal
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdfssuserb22f5a
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET Journal
 
An Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning ApproachAn Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning ApproachIRJET Journal
 
Literature Review on Classification of Cotton Species
Literature Review on Classification of Cotton SpeciesLiterature Review on Classification of Cotton Species
Literature Review on Classification of Cotton SpeciesIRJET Journal
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningIRJET Journal
 
IRJET- Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET-  	  Agricultural Data Modeling and Yield Forecasting using Data Mining...IRJET-  	  Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET- Agricultural Data Modeling and Yield Forecasting using Data Mining...IRJET Journal
 
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
IRJET -  	  Eloquent Salvation and Productive Outsourcing of Big DataIRJET -  	  Eloquent Salvation and Productive Outsourcing of Big Data
IRJET - Eloquent Salvation and Productive Outsourcing of Big DataIRJET Journal
 
IRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation SystemsIRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation SystemsIRJET Journal
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET Journal
 
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...IRJET Journal
 
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...IRJET Journal
 
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspberry PI
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspberry PIIRJET- IoT Based Crop Growth Detection and Irrigation System using Raspberry PI
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspberry PIIRJET Journal
 
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspbe...
IRJET-  	  IoT Based Crop Growth Detection and Irrigation System using Raspbe...IRJET-  	  IoT Based Crop Growth Detection and Irrigation System using Raspbe...
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspbe...IRJET Journal
 

Semelhante a Famer assistant and crop recommendation system (20)

IRJET - Enlightening Farmers on Crop Yield
IRJET -  	  Enlightening Farmers on Crop YieldIRJET -  	  Enlightening Farmers on Crop Yield
IRJET - Enlightening Farmers on Crop Yield
 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease Detection
 
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
 
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT ApproachIRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
 
IRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic ParametersIRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic Parameters
 
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdf
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent Farms
 
An Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning ApproachAn Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning Approach
 
Literature Review on Classification of Cotton Species
Literature Review on Classification of Cotton SpeciesLiterature Review on Classification of Cotton Species
Literature Review on Classification of Cotton Species
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine Learning
 
IRJET- Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET-  	  Agricultural Data Modeling and Yield Forecasting using Data Mining...IRJET-  	  Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET- Agricultural Data Modeling and Yield Forecasting using Data Mining...
 
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
IRJET -  	  Eloquent Salvation and Productive Outsourcing of Big DataIRJET -  	  Eloquent Salvation and Productive Outsourcing of Big Data
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
 
IRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation SystemsIRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation Systems
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...
 
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
 
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
 
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspberry PI
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspberry PIIRJET- IoT Based Crop Growth Detection and Irrigation System using Raspberry PI
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspberry PI
 
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspbe...
IRJET-  	  IoT Based Crop Growth Detection and Irrigation System using Raspbe...IRJET-  	  IoT Based Crop Growth Detection and Irrigation System using Raspbe...
IRJET- IoT Based Crop Growth Detection and Irrigation System using Raspbe...
 

Mais de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...Amil Baba Dawood bangali
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfRajuKanojiya4
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 

Último (20)

US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdf
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 

Famer assistant and crop recommendation system

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 635 Famer assistant and crop recommendation system Vivek Rajput1, Ajinkya Deshmukh2, Utkarsh Patil3, Harshal Ushire4, Prof. Pramila M. Chawan5 1,2,3,4 B. Tech Student, Dept. of Computer Engineering and IT, VJTI College, Mumbai, Maharashtra, India 5Associate Professor, Dept. of Computer Engineering and IT, VJTI College, Mumbai, Maharashtra, India ------------------------------------------------------------------------***-------------------------------------------------------------------- Abstract: In India, agriculture accounted for 18% of the GDP with about 42% of the workforce. The people involved in agriculture are high in percentage but their contribution to the economy is different. In today's world, people are getting more and more digitized. As a result, most people have smartphones and internet access. In rural areas people including farmers, shopkeepers and others are using these technologies to make their life easier. By keeping technological evolution, we have developed the farmer assistant to guide farmers and improve their productivity and profits. We have developed a model that will give the profit of selling at a particular time, and location and also guide the farmers on which crop to take in which area, and weather by using the soil quality parameters. It provides all the facilities needed for farmers in one place. Farmers can use this web assistant with basic smartphone use knowledge. Key Words: technology, profit, farmer, cost, retailers, Machine Learning. 1. INTRODUCTION: In today's world, huge data are present in various sections, including agriculture. In 2022 the Indian government announced the scheme; every licensed shop is getting the status of a governmental shop. There will be many facilities like soil testing and guidance. But they are limited in number and everyone can’t take the benefits from them. So we came up with the idea of a farm assistant website. By using modern technology like machine learning, we have the ability to provide those services online. Machine learning (ML) helps us predict results from huge amounts of present data. Figure 1 represents the machine learning algorithm working, it pre-processes data and develops the ML model, whose output is to divide the soil according to similarity and predict which crop will be suitable in such type of soil. application. Which consists of a login and registration E- Authentication System with OTP, so there will be no password-based vulnerabilities in the system. It helps farmers ensure greater profitability through direct farmer-to-dealer. It will have functionality like farmers can post complaints, may post their ads and notifications, farmers are notified of these notifications via SMS whenever new ads are published, prediction of selling products in different states or locations for profit, using naïve based algorithm, real-time payment by UPI as well as a credit card. Finally, we are going to host an application on the google engine. Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072 Fig -1: ML working To develop a Farming Assistance Web Service
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 636 2. LITERATURE REVIEW 2.1 Machine learning Techniques: There are a huge amount of data available on farming, and to make a decision from that data we have different machine-learning techniques. For example Decision Tree, Gaussian Naive Bayes, Support Vector Machine (SVM), Logistic Regression, and Random Forest. The system recommends the crop based on soil fertility. The system is based on the XGBoost algorithm. XGBoost, which stands for Extreme Gradient Boosting, is a scalable, distributed gradient-boosted decision tree (GBDT) machine learning library. It provides a parallel tree boosting and is the leading machine-learning library for regression, classification, and ranking problems. There are lots of systems based on other methods we have studied in the literature survey. Vrushali Bhuyar uses classification techniques to predict soil fertility by the decision tree method, naive Bayes, and random forest. They found out decision tree is the best technique for classification. D Ramesh uses Multiple Linear Regression for predicting rice yield. Sandesh Ramesh, Department of Information Science and Engineering Nitte Meenakshi Institute of Technology, uses regression and neural networks for crop yield prediction. S.S.Bhaskar made a study of soil classification of JRip, naïve bayes, and J48. They found J48 to be the best method. They also used regression techniques like linear regression and least square Median. They found least median squares regression produces better results for prediction than the classical linear regression technique. Jay Gholap uses the J48 algorithm for predicting soil fertility class. Also for performance tuning of the J48 algorithm, he uses attribute selection and boosting techniques. Suman cluster the data using the K-means Clustering on the soil dataset then the linear regression is applied to classify the clusters. Fatih Bal and Fatih Kayaalp's “Review, of machine learning and deep learning models in agriculture” the identification of the plant species have been realized with ML and DL Methods depending on classification algorithms in smart agriculture applications based on artificial intelligence 126 citrus images obtained in different sizes and under various lighting conditions were trained with ML algorithms and a study was carried out to determine the green fruit. “Machine Learning Applications for Precision Agriculture: A Comprehensive Review” by Abhinav Sharma, Arpit Jain, Prateek Gupta, (Student Member, IEEE), and Vinay Chowdary develop the manual spraying method for pesticides led to improper usage of resources and harms the environment. AI and IoT-enabled precision agriculture remove the randomness and assist new-age farmers to optimize every step of the farming process. Gaitán provided a systematic study of the impact of extreme weather events, such as hail events, cold waves, and heat waves, and their impact on agricultural practices. The author reported floods, droughts, frost, hail, heatwaves, and pest outbreaks are impacted by climatic conditions. Acar employed an extreme learning machine (ELM) based regression model for the prediction of soil surface humidity. The author selected two terrains having areas 4 KM2 and 16 KM2 located on the Dicle university campus for experimental analysis. The real- time field data was extracted using polarimetric Radarsat-2 data, which was pre-processed using the SNAP toolbox [18] and features were added with the help of local measurements by separating the field into square grids. Once the pre-processing and feature extraction is done the data is passed to ELM based regression model to predict the soil surface humidity. The algorithm was tested with 5 different kernel functions and the prediction was validated using a leave- one-out cross-validation technique. Y. Mekonnen developed a power-efficient WSN using an Arduino microcontroller and ZigBee module to monitor and control essential parameters that affect crop growth such as soil and weather conditions in Florida, USA. Pise and Upadhye [164] explored Naive Bayes and SVM ML techniques for grading harvested mangoes based on their color, size, features, quality, and maturity. Grading fruits increases the profit of the agriculture and food industries. A mango image dataset comprising three different colors red, green, and yellow is created and used for training and testing the ML algorithm. The proposed approach presents limited scope as it can detect defects in a particular surface area which can be overcome by creating a dataset of rotational view images. 2.2 XGBoost as classifier: Gradient Boosting is a boosting algorithm, in which each predictor corrects its predecessor’s error. XGBoost is an implementation of Gradient Boosted decision trees. In this algorithm, decision trees are created in sequential form. Weights play an essential role in XGBoost. Weights are assigned to all the independent variables which are then fed into the decision tree which predicts results. The significance of variables predicted wrong by the tree is increased and these variables are then fed to the second decision tree. These individual classifiers/predictors then ensemble to give a strong and Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 637 more precise model. It can work on regression, classification, ranking, and user-defined prediction problems. 3. PROPOSED SYSTEM 3.1 Problem statement “To develop a Farming Assistance Website that will help farmers in ensuring high profitability by predicting suitable crops according to soil fertility .” 3.2 Problem Elaboration In Maharashtra, people say “Farmers know how to yield crops but don’t know how to sell”. This one-line statement hardly damaged the economic condition of farmers. To address this problem we are developing this system, which will help farmers to get maximum profit. It has functionality that predicts where to sell, by calculating the selling price, and transport costs of a particular city. The system uses ML technologies to provide suitable solutions to farmers. We have used the J48 Decision tree Classifier to predict soil fertility and predict which crop will be suitable in such conditions. Also, suggest fertilizers to get nutrients that are lost. 3.3 Proposed Methodology There are a number of ways in machine learning by which I can find out the fertility of the soil For efficient working of our proposed model and after learning from the given literature survey XG Boost Technique in machine learning works very fine as compared to other supervised learning techniques. The working algorithm is as follows: ● Step 1: Make an Initial Prediction and Calculate Residuals ● Step 2: Build an XGBoost Tree ● Step 3: Prune the Tree ● Step 4: Calculate the Output Values of Leaves ● Step 5: Make New Predictions ● Step 6: Calculate Residuals Using the New Predictions ● Step 7: Repeat Steps 2–6 3.4 Proposed System Architecture The proposed system workflow: Fig -2: Workflow Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072 but the accuracy, space complexity, and time complexity are different for different models. The models are XG Boost, Decision Tree, Logistic regression, Random Forest, etc.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 638 The above block diagram shows us the working of the ML model. The user has to login into the system and after that, he is able to see the system's functionalities. It takes soil parameters as input which includes nitrogen (N), phosphorus (P), potassium (K), temperature, humidity, ph, and rainfall. Then XGBoost model gives us the crop that should be taken in such a condition. XGBoost work on boosting mechanism where the attempts to build a strong classifier from the number of weak classifiers. Apart from the machine learning part, there are lots of functionality provided in the system. Those are providing the most profitable place to sell farm products, farmers can advertise their farm products, online selling between farmers and retailers, and secure payment gateway for transactions. 4. CONCLUSION The proposed system has the best combination of machine learning functionality and other functionality. By using the XGBoost ML model, the ML model provided the crop recommendation with 99.31% accuracy whereas by comparing with other ML models it has maximum accuracy. The system has a UI that is easy to understand for farmers. REFERENCES: [1].E. Acar, M. S. Ozerdem, and B. B. Ustundag, ‘‘Machine learning based regression model for prediction of soil surface humidity over moderately vegetated fields,’’ in Proc. 8th Int. Conf. Agro-Geoinformat. (AgroGeoinformat.), Istanbul, Turkey, Jul. 2019, pp. 1–4 [2] . C. F. Gaitán, ‘‘Machine learning applications for agricultural impacts under extreme events,’’ in Climate Extremes and Their Implications for Impact and Risk Assessment. Amsterdam, The Netherlands: Elsevier, 2020, pp. 119–138. [3]. Y. Mekonnen, S. Namuduri, L. Burton, A. Sarwat, and S. Bhansali, ‘‘Review—Machine learning techniques in wireless sensor network based precision agriculture,’’ J. Electrochem. Soc., vol. 167, no. 3, Jan. 2020, Art. no. 037522. [4]. Mohamed Hamdy Eldefrawy, Khaled Alghathbar, Muhammad Khurram Khan, "OTP-Based Two-Factor Authentication Center of Excellence in Information Assurance (CoEIA), King Saud University, Saudi Arabia, Information Systems Department, College of Computer and Information Sciences. [5] A. Menaga and Vasantha Shanmugam, "Smart Sustainable Agriculture Using Machine Learning and AI ", VELS university May 2022, From: https://www.researchgate.net/publication/360444088 [6 ]. Azizatun Nurhayati, Arif Wahyu Widada , Irham , Esti Anantasari , Laksmi Y. Devi , Subejo ,Paper on “ Response to "Rektanigama": A Website Based Farming Record Application ”, Volume 04, Maret 2020 ISSN: 2581-1339. [7]. Jude Immaculate H*, Evanzalin Ebenanjar P, Sivaranjani K, and Sebastian Terence J, “Applications of Machine Learning Algorithms in Agriculture ”, Volume 82, page number:9312, November 2019. [8]. Azeem Ayaz Mirani, Muhammad Suleman Memon, Rozina Chohan, Asif Ali Wagan, Mumtaz Qabulio, “Machine Learning In Agriculture ”, INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH, Volume 10, Issue 05, May 2021. [9]. Tej Bahadur Shahi, Cheng-Yuan Xu, Arjun Neupane and William Guo, “Machine learning methods for precision agriculture with UAV imagery ”, Electronic Research Archive, September 2022. [10]. Faith Bal and Faith Kayaalp,” Review of machine learning and deep learning models in agriculture ”, International Advanced Researches and Engineering Journal, Volume 05, Issue 02, pages: 309-323, 2021. [11]. Majwega Jackson, Ggaliwango Marvin, Amitabha Chakrabarty, “ Robust Ensemble Machine Learning For Precision Agriculture ”, IEEE 2022. [12]. O. B. Falana and O. I. Durodola, “Multimodal Remote Sensing and Machine Learning for Precision Agriculture ”, Article no. JERR .92508 ISSN: 2582-2926. [13].Md. Tahmid Shakoor, Karishma Rahman, Sumaiya Nasrin Rayta, Amitabha Chakrabarty, “ Agricultural Production Output Prediction Using Supervised Machine Learning Techniques ”, IEEE 2017. [14]. Suman, Bharat Bhushan Naib “Soil Classification and Fertilizer Recommendation using WEKA” IJCSMS International Journal of Computer Science & Management Studies, Vol. 13, Issue 05, July 2013 [15]. publication at: https://www.researchgate.net/publication/363923756 [16] Jay Gholap “ Performance Tuning of J48 Algorithm for Soil Fertility” 2012. Asian Journal of Computer Science and Information Technology 2: 8(2012) 251– 252 Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072 [17]. Saran Condran, Micheal BEWONG, MD ZAHIDUL ISLAM, LANCELOT MAPHOSA, AND LIHONG ZHENG,” Machine Learning in Precision Agriculture: A Survey on Trends, Applications, and Evaluations Over Two Decades”, Volume 10, IEEE 2022.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 639 [18]. ABHINAV SHARMA, ARPIT JAIN, PRATEEK GUPTA, And VINAY CHOWDARY,” Machine Learning Applications for Precision Agriculture: A Comprehensive Review” IEEE 2021. [19]. https://www.geeksforgeeks.org/xgboost/ [20]. Crop Yield Prediction Using Regression and Neural Networks by Sandesh Ramesh, Anirudh Hebbar, Varun Yadav, Thulasiram Gunta, Balachandra A Department of Information Science and Engineering Nitte Meenakshi Institute of Technology Bangalore-56006 [21]. https://docs.aws.amazon.com/sagemaker/latest/dg/xg boost-HowItWorks.html [22] S.S.Baskar L.Arockiam S.Charles “Applying Data Mining Techniques on Soil Fertility Prediction” International Journal of Computer Applications Technology and Research Volume 2–Issue 6, 660-662, 2013 [23] D. Pise and G. D. Upadhye, ‘‘Grading of harvested mangoes quality and maturity based on machine learning techniques,’’ in Proc. Int. Conf. Smart City Emerg. Technol. (ICSCET), Mumbai, India, Jan. 2018,DOI:1 0.1109/ICSCET.2018.8537342 B Tech Dept. of Computer Engineering- VJTI, Mumbai Utkarsh R. Patil B Tech Dept. of Computer Engineering- VJTI, Mumbai Harshal S. Ushire B Tech Dept. of Information Technology- VJTI, Mumbai Prof. Pramila M. Chawan, is working as an Associate Professor in the Computer Engineering Department of VJTI, Mumbai. She has done her B.E. (Computer Engineering) and M.E. (Computer Engineering) from VJTI College of Engineering, Mumbai University. She has 28 years of teaching experience and has guided 85+ M. Tech. projects and 130+ B. Tech. projects. She has published 143 papers in International Journals and 20 papers in National/International Conferences/ Symposiums. She has worked as an Organizing Committee member for 25 International Conferences and 5 ICTE/MHRD-sponsored Workshops/ STTPs/ FDPs.She has participated in 16 National/International Conferences. Worked as Consulting Editor on – JEECER, JETR, JETMS, Technology Today, JAM&AER Engg. Today, The Tech. World Editor – Journals of ADR Reviewer -IJEF, Inters science She has worked as NBA Coordinator of the Computer Engineering Department of VJTI for 5 years. She had written a proposal under TEQIP-I in June 2004 for ‘Creating Central Computing Facility at VJTI’. Rs. Eight Crore was sanctioned by the World Bank under TEQIP-I on this proposal. Central Computing Facility was set up at VJTI through this fund which has played a key role in improving the teaching-learning process at VJTI. warded by SIESRP with Innovative & Dedicated Educationalist Award Specialization: Computer Engineering & I.T. in 2020 AD Scientific Index Ranking (World Scientist and University Ranking 2022) – 2nd Rank- Best Scientist, VJTI Computer Science domain 1138th Rank- Best Scientist, Computer Science, India Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072 Vivek R. Rajput B Tech Dept. of Computer Engineering- VJTI, Mumbai Ajinkya V. Deshmukh BIOGRAPHIES: