SlideShare a Scribd company logo
1 of 5
Download to read offline
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 383
SMART AGRICULTURE ASSISTANT AND CROP PRICE PEDICTION
Sachin R Inchal1, Mrs. Vani Ashok2
1M.tech Student Dept CS &E, JSS S &T U Mysuru.
2Assistant Professor Dept CS & E, JSS S&T U Mysuru.
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The smart agriculture assistant and crop price
prediction web application help farmers, for crops that
can be grown, the reference yield for each crop and
fertilizer recommendation for crops based on soil
sample tested. Secondary and micronutrients required
for soil are suggested to the farmer, E- Agri shopping will
help the farmer to buy better products for agriculture.
The daily live price of crops and crop price prediction
will assist the farmer for better crop marketing. The crop
price prediction will predict the crop price for the next
12 months which will help farmers to know the crop
price at the harvesting time or selling time.
Keywords – small agriculture assistant, crop price
prediction, recommendation system, decision tree,
commodities.
I. INTRODUCTION
The farmer due to the unavailability of right information
and knowledge about agricultural science goes on
growing crops which are not suitable for the soil type
and adds access amount of fertilizer to the crops which
not only harm soil but also to humans who consume
those crops. The crops are usually bought from the
farmer at a lower price by the broker and later those
crops are sold at higher prices. Farmer also gets
fertilizer, seeds, tools, and equipment of agriculture for a
very high price which makes it too difficult to afford. The
farmer usually doesn’t have an idea what would be the
crop price at harvesting time, and so they sell the crop at
the price the broker has offered.
The smart agriculture assistant and crop price prediction
web-based application will assist end-user in the field of
agriculture. The end-user can request through a web
application for collection of soil sample and test the soil
sample in the soil testing laboratory. Various crops that
can be grown, the reference yield for each crop, the
different types of fertilizer combinations for each crop is
recommended, the secondary and micronutrients
required for soil is also suggested to end-user based on
the soil sample tested.
The end-user can also buy seeds, saplings, fertilizers,
agriculture tools, and equipment through the web
application. The daily information about the price of
crops from agmarknet and hopcom is accessed and this
information will help end-user to fix the selling price of
the crop.
The crop price prediction for 23 commodities will help
end-user to know the crop price for the next 12 months,
this crop price prediction data will help end-user to
expect the crop price at the time of harvesting or selling
the crops. Suppose the crop prices are low then the end-
user can store crop in the warehouse until the crop gets
a good price. The countries where crops can be exported
and prime locations where crops are grown, information
are also given to end-user.
II. LITERATURE SURVEY
This paper [1] proposes a system where the users are
helped to decide which crop can be grown. The
membership-based system is used and it has customized
data of each user registered. The system incorporates a
module that keeps up the data of the past crops grown
from different sources and the crops which can be grown
with the existing crops. The artificial neural network
(ANN) is used for this system. The feedback system helps
users to request for changes required and to report the
error.
The author [2] proposes a system that is based on the
knowledge database and results are drawn from the
data. Various modules like users, knowledge engineers,
domain experts, man-machine interface, inference
engine, and knowledge base are considered. The
information is extracted from the knowledge database
by establishing a knowledge base. It uses Hadoop for
feature extraction. The unstructured data is processed
using NoSQL, Hive, Mahout and uses HDFS to store data.
The results were presented for the wheat crop.
This paper [3] proposes a recommendation system for
users, it considers the location of a user, data analysis
and storage module, crops that are growing database,
physiographic database. The comparative area discovery
module identifies the areas which are like the user's
areas and checks the similar crops that are grown in
those areas.
The similarity matrix is generated and it consists of the
crops grown based on the user’s location. The
recommendations for users are given based on the
similarity matrix. The comparative area discovery
module uses Google API services to get the current
location of the user to identify similar locations.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 384
The author [4] proposes a system for soil testing by
sensors and the result is obtained fast as compared to
laboratory-based soil tests. The sensors can produce the
result for soil test within 30 minutes whereas results for
soil testing in the laboratory require a few days. The
results obtained from the soil test through sensors are
analyzed using a microcontroller which in turn needs a
few seconds to turn on the automatic fertilizer
dispensary system. The fertilizer is added automatically
and which ensures the fertilizer is neither excess nor
deficient in the soil.
The paper [5] proposes the system which considers past
research data to provide crop recommendation based on
region, type of crop and fertilizer recommendation based
on NPK content of the soil. The focus of this system is to
increase the production of crops by recommending the
correct crop and fertilizer. The accuracy of the system is
high when performance evaluation is done.
III. METHODOLOGY
A. Architecture for smart farmer assistant
The input data is taken from soil testing laboratory and
the results from the laboratory are taken and data
preprocessing is carried out and later the soil test values
are used to check the nutrient, secondary and
micronutrients levels in the soil and if the nutrients level
are low then the required amount of nutrients,
secondary and micronutrients quantity to be increased
are suggested to customer. The pH and EC values of soil
are used to recommend crops that can be grown in the
soil. Then based on the crops recommended the
reference yield for crop per acre is suggested to the
customer. Also, the fertilizer for the crops is also
recommended, the customer can choose among the
various combinations of fertilizers based on his
availability of fertilizers. The customer can choose any
one of the fertilizer dosages for the crop that can be
either, Organic Fertilizer & Quantity, Bio Fertilizer &
Quantity, Fertilizer Combination-1, and Fertilizer
Combination-2.
The daily live price of the crop from agmarknet and
hopcom, API are accessed and that would help in
choosing the selling price of the crop for farmer. Later
the farmer can also buy fertilizer, seeds, saplings and
agricultural equipment from the web application. This
would ease the work of the farmers.
B. Architecture for crop price prediction
The crop value forecasting will first take the farmer’s
current month, year, and then the data preprocessing is
done and then the crop forecaster will predict the top 5
gainers and losers of crop price based on the present
month and year. The change in the crop price percentage
from the previous month is also updated to the farmer.
Customer selects a particular crop then the current price
of that particular crop, min and max price of the crop
information is available to the farmer.
Countries, where the crop can be exported information,
is also given to the farmer. The next 12 months crop
value is predicted from the present month of the farmer.
The line chart for a better understanding of crop price
predicted.
C. Crop price prediction using decision tree
algorithm
Algorithm: (Generate decision tree) To Generate a
decision tree from the given training data.
Input: The training samples rainfall, wpi, represented by
discrete-valued attributes; the set of candidate
attributes, attribute-list.
Output: A decision tree for input dataset.
Method:
1) create a node k for data;
2) if samples are all of the same class, D then create a
similar class
3) return k as a leaf node labeled with the class D;
perform next step
4) if attribute-list is empty then go to step 5
5) return K as a leaf node labeled with the most common
class in samples; // majority voting
6) select test-attribute, the attribute among attribute-list
with the highest information gain;
7) label node K with test-attribute;
8) for each known value bi of test-attribute // partition
the samples for better performance
9) grow a branch from node K for the condition test-
attribute=bi; then continue to step 10
10) let zi be the set of samples in samples for which test-
attribute=bi; // a partition
11) if zi is empty then
12) attach a leaf labeled with the most common class in
samples; // add common sample
13) else attach the node returned by Generate decision
tree(zi , attribute-list - test-attribute); returns node for
decision tree
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 385
Figure 2.1: Block diagram for smart farmer assistant
Figure 5.6: Block diagram for crop price prediction
IV. EXPERIMENTAL RESULTS AND SCREENSHOTS
In this section, Screenshots represents the results obtained while running the project and the expected results are
obtained. The client can request for soil test, and then based on soil values the crops and fertilizer are recommended, the
reference yield is suggested for crops and later the daily live crop prices are also displayed to client. The client can also buy
products for agricultural and equipment online. The admin can view soil request and later generate the results for soil
values obtained from laboratory, fertilizer orders from client can be managed through web application.
Input Crop name
or current month
and year
Data
Preprocessing
crop
forecaster
Top 5 crop gainers
and loosers of
current time
Current Price
Min and Max crop
Price
Export countries
Current year and
crop price
prediction and line
chart
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 386
V. CONCLUSION AND FUTURE WORK
This project will mainly bridge the gap between farmer
and agricultural science. The farmer can easily adapt
modern agriculture with the help of the web application.
The farmer can now request for soil test through the web
application. The farmer can easily know the contents of
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 387
the soil with the help of soil testing. The farmer without
any struggle can easily get the information required to
grow the crops. So the crops that can be grown are
recommended and also the reference yields for the crops
are also suggested. The fertilizers required for the crops
are also recommended but the fertilizer recommended
has different types so that farmers can adopt the
fertilizer combination whichever is convenient. The
different types of fertilizer are organic fertilizer, bio
fertilizer, the combination of urea, single super
phosphate, murate of potash (fertilizer combination-1),
combination of DAP, single super phosphate, murate of
potash (fertilizer combination-2). The daily live prices of
the crops are also suggested for farmers both from
agmarket and hopcom so that farmers can know the
current crop price and which will help to fix the selling
price of the crop. The farmer can further buy directly
fertilizer, seeds, sapling, farm equipment and tools
required for agriculture through the web application.
The crop price prediction for 23 commodities will help
the farmer to know the crop price for the next 12
months, the crop price prediction will help the farmer to
expect the crop price at the time of harvesting or selling
the crops. Suppose the crop prices are low then the end-
user can store crop in the warehouse until the crop gets
a good price this will ensure that farmers can have good
profit at any point of time. The countries where crops
can be exported and prime locations where crops are
grown, information are also given to the farmer.
In the future, the soil testing can be automated by using
IoT which will help in real-time data acquisition and
better, analytics, crop cultivation, production. The
precision farming will have edge over traditional
farming and will increase the profit for farmers. Also, the
farm produce could also be sold on this web application
which will remove the brokers of crops and will help
farmers to get a good price for the crop.
VI. REFERENCES
1. 2017 International Conference on I2C2, “Agriculture
decision support system using data mining”, Prof.
Rakesh Shirsath; Neha Khadke; Divya More.
2. 2018 the 3rd IEEE International Conference on Cloud
Computing and Big Data Analysis, “Big Data Analysis
Technology Application in Agricultural Intelligence
Decision System”, Ji-chun Zhao; Jian-xin Guo.
3. 2017 IEEE Region 10 Humanitarian Technology
Conference, “RSF: A Recommendation System for
Farmers”, Miftahul Jannat Mokarrama; Mohammad
Shamsul Arefin.
4. 2016 IEEE, “Automatic Soil Nutrient Detection and
Fertilizer Dispensary System”, Amrutha A, Lekha R, A
Sreedevi.
5. 2019 RESEARCHGATE “CROP SUITABILITY AND FERTILIZERS
RECOMMENDATION USING DATA MINING TECHNIQUES”,
ARCHANA CHOUGULE,VIJAY KUMAR JHA, MUKHOPADHYAY.

More Related Content

What's hot

IRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation SystemsIRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation SystemsIRJET Journal
 
A Vegetable Price Rise Control System
A Vegetable Price Rise Control SystemA Vegetable Price Rise Control System
A Vegetable Price Rise Control SystemIRJET Journal
 
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...IRJET Journal
 
App for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersApp for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersEswar Publications
 
Pratt_Michelle_Energy Data Analyst_PurdueExtension
Pratt_Michelle_Energy Data Analyst_PurdueExtensionPratt_Michelle_Energy Data Analyst_PurdueExtension
Pratt_Michelle_Energy Data Analyst_PurdueExtensionMichelle Merlis
 
Cultivation of Crops using Machine Learning and Deep Learning
Cultivation of Crops using Machine Learning and Deep LearningCultivation of Crops using Machine Learning and Deep Learning
Cultivation of Crops using Machine Learning and Deep LearningYogeshIJTSRD
 
An intensive analtics for farmer using big data
An intensive analtics for farmer using big dataAn intensive analtics for farmer using big data
An intensive analtics for farmer using big dataDr. C.V. Suresh Babu
 
IRJET- Rice Yield Prediction using Data Mining Technique
IRJET-  	  Rice Yield Prediction using Data Mining TechniqueIRJET-  	  Rice Yield Prediction using Data Mining Technique
IRJET- Rice Yield Prediction using Data Mining TechniqueIRJET Journal
 
Session 2 1 Development of the Site Specific Fertilizer Recommendation (FR) a...
Session 2 1 Development of the Site Specific Fertilizer Recommendation (FR) a...Session 2 1 Development of the Site Specific Fertilizer Recommendation (FR) a...
Session 2 1 Development of the Site Specific Fertilizer Recommendation (FR) a...African Cassava Agronomy Initiative
 
Legume SELECT-Ethiopia: Progress, achievements and challenges in 2020
Legume SELECT-Ethiopia: Progress, achievements and challenges in 2020Legume SELECT-Ethiopia: Progress, achievements and challenges in 2020
Legume SELECT-Ethiopia: Progress, achievements and challenges in 2020ILRI
 
Potential impact of groundnut production technology on welfare of smallholder...
Potential impact of groundnut production technology on welfare of smallholder...Potential impact of groundnut production technology on welfare of smallholder...
Potential impact of groundnut production technology on welfare of smallholder...africa-rising
 
Data lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storageData lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storageDr. C.V. Suresh Babu
 
Precision Agriculture- By Anjali Patel (IGKV Raipur, C.G)
Precision Agriculture- By Anjali Patel (IGKV Raipur, C.G)Precision Agriculture- By Anjali Patel (IGKV Raipur, C.G)
Precision Agriculture- By Anjali Patel (IGKV Raipur, C.G)Rahul Raj Tandon
 
Higher Input Prices Result in Greater Economic Incentives for Precision Agric...
Higher Input Prices Result in Greater Economic Incentives for Precision Agric...Higher Input Prices Result in Greater Economic Incentives for Precision Agric...
Higher Input Prices Result in Greater Economic Incentives for Precision Agric...nacaa
 
PRECISION FARMING
PRECISION FARMINGPRECISION FARMING
PRECISION FARMINGakashatute
 
Precision water and nutrient management
Precision water and nutrient managementPrecision water and nutrient management
Precision water and nutrient managementBasavaraj Patil
 
Record-keeping and Budgeting Workbook for Organic Crop Producers (draft version)
Record-keeping and Budgeting Workbook for Organic Crop Producers (draft version)Record-keeping and Budgeting Workbook for Organic Crop Producers (draft version)
Record-keeping and Budgeting Workbook for Organic Crop Producers (draft version)ElisaMendelsohn
 

What's hot (20)

IRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation SystemsIRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation Systems
 
A Vegetable Price Rise Control System
A Vegetable Price Rise Control SystemA Vegetable Price Rise Control System
A Vegetable Price Rise Control System
 
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
 
App for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersApp for Physiological Seed quality Parameters
App for Physiological Seed quality Parameters
 
Pratt_Michelle_Energy Data Analyst_PurdueExtension
Pratt_Michelle_Energy Data Analyst_PurdueExtensionPratt_Michelle_Energy Data Analyst_PurdueExtension
Pratt_Michelle_Energy Data Analyst_PurdueExtension
 
Cultivation of Crops using Machine Learning and Deep Learning
Cultivation of Crops using Machine Learning and Deep LearningCultivation of Crops using Machine Learning and Deep Learning
Cultivation of Crops using Machine Learning and Deep Learning
 
An intensive analtics for farmer using big data
An intensive analtics for farmer using big dataAn intensive analtics for farmer using big data
An intensive analtics for farmer using big data
 
Agr presentation
Agr presentationAgr presentation
Agr presentation
 
IRJET- Rice Yield Prediction using Data Mining Technique
IRJET-  	  Rice Yield Prediction using Data Mining TechniqueIRJET-  	  Rice Yield Prediction using Data Mining Technique
IRJET- Rice Yield Prediction using Data Mining Technique
 
Session 2 1 Development of the Site Specific Fertilizer Recommendation (FR) a...
Session 2 1 Development of the Site Specific Fertilizer Recommendation (FR) a...Session 2 1 Development of the Site Specific Fertilizer Recommendation (FR) a...
Session 2 1 Development of the Site Specific Fertilizer Recommendation (FR) a...
 
Legume SELECT-Ethiopia: Progress, achievements and challenges in 2020
Legume SELECT-Ethiopia: Progress, achievements and challenges in 2020Legume SELECT-Ethiopia: Progress, achievements and challenges in 2020
Legume SELECT-Ethiopia: Progress, achievements and challenges in 2020
 
Potential impact of groundnut production technology on welfare of smallholder...
Potential impact of groundnut production technology on welfare of smallholder...Potential impact of groundnut production technology on welfare of smallholder...
Potential impact of groundnut production technology on welfare of smallholder...
 
Data lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storageData lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storage
 
Precision Agriculture- By Anjali Patel (IGKV Raipur, C.G)
Precision Agriculture- By Anjali Patel (IGKV Raipur, C.G)Precision Agriculture- By Anjali Patel (IGKV Raipur, C.G)
Precision Agriculture- By Anjali Patel (IGKV Raipur, C.G)
 
Higher Input Prices Result in Greater Economic Incentives for Precision Agric...
Higher Input Prices Result in Greater Economic Incentives for Precision Agric...Higher Input Prices Result in Greater Economic Incentives for Precision Agric...
Higher Input Prices Result in Greater Economic Incentives for Precision Agric...
 
Ieee 00954519
Ieee 00954519Ieee 00954519
Ieee 00954519
 
PRECISION FARMING
PRECISION FARMINGPRECISION FARMING
PRECISION FARMING
 
Overview csv monitoring plan 201710
Overview   csv monitoring plan 201710 Overview   csv monitoring plan 201710
Overview csv monitoring plan 201710
 
Precision water and nutrient management
Precision water and nutrient managementPrecision water and nutrient management
Precision water and nutrient management
 
Record-keeping and Budgeting Workbook for Organic Crop Producers (draft version)
Record-keeping and Budgeting Workbook for Organic Crop Producers (draft version)Record-keeping and Budgeting Workbook for Organic Crop Producers (draft version)
Record-keeping and Budgeting Workbook for Organic Crop Producers (draft version)
 

Similar to IRJET- Smart Agriculture Assistant and Crop Price Pediction

Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...IRJET 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
 
““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
 
SOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZERSOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZERIRJET Journal
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsIRJET Journal
 
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...IRJET Journal
 
journal of operational research
journal of operational researchjournal of operational research
journal of operational researchgraphicdesigner79
 
Crop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningCrop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningIRJET Journal
 
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEMA COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEMIRJET Journal
 
Soil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction SystemSoil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction SystemIRJET Journal
 
Kissan Konnect – A Smart Farming App
Kissan Konnect – A Smart Farming AppKissan Konnect – A Smart Farming App
Kissan Konnect – A Smart Farming AppIRJET Journal
 
Famer assistant and crop recommendation system
Famer assistant and crop recommendation systemFamer assistant and crop recommendation system
Famer assistant and crop recommendation systemIRJET 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- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility PredictionIRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility PredictionIRJET Journal
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdfssuserb22f5a
 
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
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for FarmersIRJET Journal
 
IRJET- IOT in Agriculture
IRJET- IOT in AgricultureIRJET- IOT in Agriculture
IRJET- IOT in AgricultureIRJET Journal
 

Similar to IRJET- Smart Agriculture Assistant and Crop Price Pediction (20)

Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
 
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
 
““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””
 
SOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZERSOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZER
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning Algorithms
 
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
 
journal of operational research
journal of operational researchjournal of operational research
journal of operational research
 
Crop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningCrop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine Learning
 
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEMA COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
 
Soil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction SystemSoil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction System
 
Kissan Konnect – A Smart Farming App
Kissan Konnect – A Smart Farming AppKissan Konnect – A Smart Farming App
Kissan Konnect – A Smart Farming App
 
Famer assistant and crop recommendation system
Famer assistant and crop recommendation systemFamer assistant and crop recommendation system
Famer assistant and crop recommendation system
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine Learning
 
IRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility PredictionIRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility Prediction
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdf
 
Agriculture GURU
Agriculture GURUAgriculture GURU
Agriculture GURU
 
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
 
Kisan Seeva
Kisan SeevaKisan Seeva
Kisan Seeva
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for Farmers
 
IRJET- IOT in Agriculture
IRJET- IOT in AgricultureIRJET- IOT in Agriculture
IRJET- IOT in Agriculture
 

More from 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
 

More from 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...
 

Recently uploaded

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

IRJET- Smart Agriculture Assistant and Crop Price Pediction

  • 1. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 383 SMART AGRICULTURE ASSISTANT AND CROP PRICE PEDICTION Sachin R Inchal1, Mrs. Vani Ashok2 1M.tech Student Dept CS &E, JSS S &T U Mysuru. 2Assistant Professor Dept CS & E, JSS S&T U Mysuru. ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The smart agriculture assistant and crop price prediction web application help farmers, for crops that can be grown, the reference yield for each crop and fertilizer recommendation for crops based on soil sample tested. Secondary and micronutrients required for soil are suggested to the farmer, E- Agri shopping will help the farmer to buy better products for agriculture. The daily live price of crops and crop price prediction will assist the farmer for better crop marketing. The crop price prediction will predict the crop price for the next 12 months which will help farmers to know the crop price at the harvesting time or selling time. Keywords – small agriculture assistant, crop price prediction, recommendation system, decision tree, commodities. I. INTRODUCTION The farmer due to the unavailability of right information and knowledge about agricultural science goes on growing crops which are not suitable for the soil type and adds access amount of fertilizer to the crops which not only harm soil but also to humans who consume those crops. The crops are usually bought from the farmer at a lower price by the broker and later those crops are sold at higher prices. Farmer also gets fertilizer, seeds, tools, and equipment of agriculture for a very high price which makes it too difficult to afford. The farmer usually doesn’t have an idea what would be the crop price at harvesting time, and so they sell the crop at the price the broker has offered. The smart agriculture assistant and crop price prediction web-based application will assist end-user in the field of agriculture. The end-user can request through a web application for collection of soil sample and test the soil sample in the soil testing laboratory. Various crops that can be grown, the reference yield for each crop, the different types of fertilizer combinations for each crop is recommended, the secondary and micronutrients required for soil is also suggested to end-user based on the soil sample tested. The end-user can also buy seeds, saplings, fertilizers, agriculture tools, and equipment through the web application. The daily information about the price of crops from agmarknet and hopcom is accessed and this information will help end-user to fix the selling price of the crop. The crop price prediction for 23 commodities will help end-user to know the crop price for the next 12 months, this crop price prediction data will help end-user to expect the crop price at the time of harvesting or selling the crops. Suppose the crop prices are low then the end- user can store crop in the warehouse until the crop gets a good price. The countries where crops can be exported and prime locations where crops are grown, information are also given to end-user. II. LITERATURE SURVEY This paper [1] proposes a system where the users are helped to decide which crop can be grown. The membership-based system is used and it has customized data of each user registered. The system incorporates a module that keeps up the data of the past crops grown from different sources and the crops which can be grown with the existing crops. The artificial neural network (ANN) is used for this system. The feedback system helps users to request for changes required and to report the error. The author [2] proposes a system that is based on the knowledge database and results are drawn from the data. Various modules like users, knowledge engineers, domain experts, man-machine interface, inference engine, and knowledge base are considered. The information is extracted from the knowledge database by establishing a knowledge base. It uses Hadoop for feature extraction. The unstructured data is processed using NoSQL, Hive, Mahout and uses HDFS to store data. The results were presented for the wheat crop. This paper [3] proposes a recommendation system for users, it considers the location of a user, data analysis and storage module, crops that are growing database, physiographic database. The comparative area discovery module identifies the areas which are like the user's areas and checks the similar crops that are grown in those areas. The similarity matrix is generated and it consists of the crops grown based on the user’s location. The recommendations for users are given based on the similarity matrix. The comparative area discovery module uses Google API services to get the current location of the user to identify similar locations.
  • 2. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 384 The author [4] proposes a system for soil testing by sensors and the result is obtained fast as compared to laboratory-based soil tests. The sensors can produce the result for soil test within 30 minutes whereas results for soil testing in the laboratory require a few days. The results obtained from the soil test through sensors are analyzed using a microcontroller which in turn needs a few seconds to turn on the automatic fertilizer dispensary system. The fertilizer is added automatically and which ensures the fertilizer is neither excess nor deficient in the soil. The paper [5] proposes the system which considers past research data to provide crop recommendation based on region, type of crop and fertilizer recommendation based on NPK content of the soil. The focus of this system is to increase the production of crops by recommending the correct crop and fertilizer. The accuracy of the system is high when performance evaluation is done. III. METHODOLOGY A. Architecture for smart farmer assistant The input data is taken from soil testing laboratory and the results from the laboratory are taken and data preprocessing is carried out and later the soil test values are used to check the nutrient, secondary and micronutrients levels in the soil and if the nutrients level are low then the required amount of nutrients, secondary and micronutrients quantity to be increased are suggested to customer. The pH and EC values of soil are used to recommend crops that can be grown in the soil. Then based on the crops recommended the reference yield for crop per acre is suggested to the customer. Also, the fertilizer for the crops is also recommended, the customer can choose among the various combinations of fertilizers based on his availability of fertilizers. The customer can choose any one of the fertilizer dosages for the crop that can be either, Organic Fertilizer & Quantity, Bio Fertilizer & Quantity, Fertilizer Combination-1, and Fertilizer Combination-2. The daily live price of the crop from agmarknet and hopcom, API are accessed and that would help in choosing the selling price of the crop for farmer. Later the farmer can also buy fertilizer, seeds, saplings and agricultural equipment from the web application. This would ease the work of the farmers. B. Architecture for crop price prediction The crop value forecasting will first take the farmer’s current month, year, and then the data preprocessing is done and then the crop forecaster will predict the top 5 gainers and losers of crop price based on the present month and year. The change in the crop price percentage from the previous month is also updated to the farmer. Customer selects a particular crop then the current price of that particular crop, min and max price of the crop information is available to the farmer. Countries, where the crop can be exported information, is also given to the farmer. The next 12 months crop value is predicted from the present month of the farmer. The line chart for a better understanding of crop price predicted. C. Crop price prediction using decision tree algorithm Algorithm: (Generate decision tree) To Generate a decision tree from the given training data. Input: The training samples rainfall, wpi, represented by discrete-valued attributes; the set of candidate attributes, attribute-list. Output: A decision tree for input dataset. Method: 1) create a node k for data; 2) if samples are all of the same class, D then create a similar class 3) return k as a leaf node labeled with the class D; perform next step 4) if attribute-list is empty then go to step 5 5) return K as a leaf node labeled with the most common class in samples; // majority voting 6) select test-attribute, the attribute among attribute-list with the highest information gain; 7) label node K with test-attribute; 8) for each known value bi of test-attribute // partition the samples for better performance 9) grow a branch from node K for the condition test- attribute=bi; then continue to step 10 10) let zi be the set of samples in samples for which test- attribute=bi; // a partition 11) if zi is empty then 12) attach a leaf labeled with the most common class in samples; // add common sample 13) else attach the node returned by Generate decision tree(zi , attribute-list - test-attribute); returns node for decision tree
  • 3. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 385 Figure 2.1: Block diagram for smart farmer assistant Figure 5.6: Block diagram for crop price prediction IV. EXPERIMENTAL RESULTS AND SCREENSHOTS In this section, Screenshots represents the results obtained while running the project and the expected results are obtained. The client can request for soil test, and then based on soil values the crops and fertilizer are recommended, the reference yield is suggested for crops and later the daily live crop prices are also displayed to client. The client can also buy products for agricultural and equipment online. The admin can view soil request and later generate the results for soil values obtained from laboratory, fertilizer orders from client can be managed through web application. Input Crop name or current month and year Data Preprocessing crop forecaster Top 5 crop gainers and loosers of current time Current Price Min and Max crop Price Export countries Current year and crop price prediction and line chart
  • 4. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 386 V. CONCLUSION AND FUTURE WORK This project will mainly bridge the gap between farmer and agricultural science. The farmer can easily adapt modern agriculture with the help of the web application. The farmer can now request for soil test through the web application. The farmer can easily know the contents of
  • 5. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 08 | AUG 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 387 the soil with the help of soil testing. The farmer without any struggle can easily get the information required to grow the crops. So the crops that can be grown are recommended and also the reference yields for the crops are also suggested. The fertilizers required for the crops are also recommended but the fertilizer recommended has different types so that farmers can adopt the fertilizer combination whichever is convenient. The different types of fertilizer are organic fertilizer, bio fertilizer, the combination of urea, single super phosphate, murate of potash (fertilizer combination-1), combination of DAP, single super phosphate, murate of potash (fertilizer combination-2). The daily live prices of the crops are also suggested for farmers both from agmarket and hopcom so that farmers can know the current crop price and which will help to fix the selling price of the crop. The farmer can further buy directly fertilizer, seeds, sapling, farm equipment and tools required for agriculture through the web application. The crop price prediction for 23 commodities will help the farmer to know the crop price for the next 12 months, the crop price prediction will help the farmer to expect the crop price at the time of harvesting or selling the crops. Suppose the crop prices are low then the end- user can store crop in the warehouse until the crop gets a good price this will ensure that farmers can have good profit at any point of time. The countries where crops can be exported and prime locations where crops are grown, information are also given to the farmer. In the future, the soil testing can be automated by using IoT which will help in real-time data acquisition and better, analytics, crop cultivation, production. The precision farming will have edge over traditional farming and will increase the profit for farmers. Also, the farm produce could also be sold on this web application which will remove the brokers of crops and will help farmers to get a good price for the crop. VI. REFERENCES 1. 2017 International Conference on I2C2, “Agriculture decision support system using data mining”, Prof. Rakesh Shirsath; Neha Khadke; Divya More. 2. 2018 the 3rd IEEE International Conference on Cloud Computing and Big Data Analysis, “Big Data Analysis Technology Application in Agricultural Intelligence Decision System”, Ji-chun Zhao; Jian-xin Guo. 3. 2017 IEEE Region 10 Humanitarian Technology Conference, “RSF: A Recommendation System for Farmers”, Miftahul Jannat Mokarrama; Mohammad Shamsul Arefin. 4. 2016 IEEE, “Automatic Soil Nutrient Detection and Fertilizer Dispensary System”, Amrutha A, Lekha R, A Sreedevi. 5. 2019 RESEARCHGATE “CROP SUITABILITY AND FERTILIZERS RECOMMENDATION USING DATA MINING TECHNIQUES”, ARCHANA CHOUGULE,VIJAY KUMAR JHA, MUKHOPADHYAY.