SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 115
Agropeddle: An Android Application to Buy and Sell Agri-products with
Freshness Detection
Prof. A.V. Deshpande1, Priti Dnyanoba Khatape2, Rucha Vinod Sheth3
Veda Vilas Kunijr4, Meghana Subhash Shinde5
1,2,3,4,5Department of Information Technology, Jaywantrao Sawant College of Engineering Pune, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Agriculture is the main occupation in India as it
has major contribution in Indian economy as well as it is a
primary source of livelihood of common masses. Farming
contributes around 18% of the India’s GDP and half of the
population depends on it . Farmers are the backbone of the
Indian economy, still they suffer from poverty, poor
agricultural marketing, and many other problems. Our aim is
to introduce the concept of digital marketing in the field of
agriculture. We are trying to eliminate the role of middlemen
from agricultural marketing in order to insure fair price to
farmers. Though farmers try to sell their products on online
platforms, due to quality and freshness issue many consumers
did not buy them. Our proposed system will overcomeboththe
problems of farmers as well as consumers.
Key Words: Android Application, Consumer, Digital
Marketing, Deep Learning, Farmer, Graphical UserInterface,
Image Processing, Middlemen, Object Detection, Quality
Detection.
1. INTRODUCTION
India is a global agricultural powerhouse. Agricultural
marketing in India still continues to be in a verybadshapein
rural area. There is also the corruption that is increasing
now a day. Farmers didn’t get proper marketing facilities so,
they have to depend upon local traders and middlemen for
the disposal of their farm produce which is sold at very low
price. The Rural Credit Survey Report stated that, the
producers or farmers sell agriproducts at an unfavorable
place and at an unfavorable time and get unfavorable terms.
To carry on distress sale of their produce , these farmers are
forced under economic conditions. The earning of the
services provided by the middlemen increases the load on
the consumer, although the farmers doesn’t get fairprice.By
promoting agricultural marketing, we can provide many
opportunities to farmers. The facilities that can be provided
are:
1) e-farming is one of the way which will help the farmers to
perform the agro-marketing.
2) Detecting freshness of fruit and vegetables using images
captured with a video camera attached to the system.
3) Provides privilege for both farmers and consumersto buy
and sell the required farm products withouttheinvolvement
of a middleman at its right profitable price.
4) To enhance the share of farmers in the ultimate price of
his agriproducts.
In order to avoid this, there has to be direct relationshipand
communication betweenfarmers andconsumers.Becauseof
great technology revolution, smart phones become the
essential part of life even in rural areas. Farmingcommunity
also realize the importance of digital marketing in field of
agriculture. Implementing new technologies will help to
reduce pre and post-harvest losses through appropriate
methods and encourage value addition.
2. Proposed Model And Experimental Analysis:
The supply chain of agriculture is worked as follows:
Farmers→ Small Traders→ Larger Trader→ Commission
agent→ Wholesaler→ Retailer→ Consumer
There is a huge difference in the profit margin when this
application is used and when not as shown in Fig 1. Through
this application we achieve our main objective, which is to
increase the profit margin of the farmers and make sure they
get the right price for their efforts. In the absence of a direct
link with the consumers, the farmers are at the mercy of the
middlemen who occupy the entire space between the
production and the ultimate sale of the produce. This makes
farmers oftenfindthemselvesatadisadvantagedespitebeing
the producers.
The following graph clearly indicates difference in prices
through middlemen and application.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 116
Chart -1: Price using middleman and Price using App
The proposed android application will be useful to society.
The ultimate aim is toconnectfarmerdirectlytoconsumerby
eliminatingmiddlemenfromtheprocess.Basicallythismodel
will work as following:
1) Getting the image and details of products from
farmers/consumers.
2) Detect the class of clicked image to check whether the
image is of Fruit or Vegetable Class.
3) Detect freshness of product using proficiency of Deep
Learning.
4) Analyze the products added, considering the various
criteria of examination required for it to meet the quality
expectation of consumer.
5) Get the fair price of the verified productanduploadingitin
the application for selling.
Fig -1: Process of Object and Quality Detection
The details of the products as given by the farmer should be
proper. Depending on the quality, prices are decided for
particular product. The products are estimated based on its
quality, quantity and price following certain criteria. Due to
this system, there is no need to send products to agricultural
experts for quality checking.
3. METHODOLOGY
Though farmers try to sell their products on online
platforms, due to quality and freshness issue many
consumers did not buy them. Proposed system will try to
overcome this problem by adding a facility of checking
freshness of product before buying.
The product will undergo two phases beforebeingaddedfor
selling. The Object Detection Phase will detect the image to
check whether the image belong to Fruit or Vegetable class
or not. If it belong to particular class, freshness of that
product will be checked in Freshness Detection Phase. The
product is uploaded for selling on the portal only if its
freshness is greater than threshold.
We used a method with combination of R-CNN in order to
increase the accuracy of fruit quality detection by using
some features like its colour, shape, size, etc. Proposed
method grades and classifies fruit images based on obtained
feature value by usingalgorithm.Theproposedsystemstarts
the process by capturing the product's image. Then, the
image is transmitted to the processing level where its
features are extracted. After that by using R-CNN images are
going through training and testing. With the combination of
features, the results obtained and are used to decide quality
of product
4. Region-Based Convolutional NeuralNetwork(R-CNN):
RCNN uses selective search to extract these boxes from an
image (these boxes are called regions).The entire process of
object detection using RCNN has three steps:
Fig -2: Steps of R-CNN
Step-1) We first take a pre-trained convolutional neural
network.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 117
Step-2) Then, this model is retrained. We train the last layer
of the network based on the number of classes that need to
be detected.
Step-3) The third step is to get the RegionofInterestfor each
image. We then reshape all these regions so that they can
match the CNN input size.
Step-4) After getting the regions, we train SVM to classify
objects and background. For each class, we train one binary
SVM
5. RESULTS:
This section represents some experiments and object
detection of fruit samples. Here are some screenshots of
application in which we tried to classify fruits by extracting
some features and with the help of machine learning
algorithm.
Fig -3: Results
6. CONCLUSION
The paper represents an easily accessible and user-friendly
portal for farmers and consumerstosell andbuyagricultural
produce. This will also help farmers to sell their products
directly to consumers and ensure fair price to the farming
community. Facility of checking quality before buyingisalso
provided to consumers so that they get good quality
products .To maintain transparency in marketing of
agriproducts, system only allows farmers to capture and
upload real time images of product on the portal having
freshness greater than threshold.R-CNN algorithmisusedto
this purpose as it provides results with around 73%
accuracy.
REFERENCES
[1] Abishek, A. G., Bharathwaj, M., & Bhagyalakshmi, L.
(2016).Agriculture marketing using web and mobile based
technologies. (2016) IEEE Technological Innovations in ICT
for Agriculture and RuralDevelopment (TIAR).
doi:10.1109/tiar.2016.7801211
[2]Bhargava,A.,&Bansal,A.(2018).Fruitsandvegetablesquality
evaluationusingcomputervision:Areview.Journal of King
Saud University - Computer and
InformationSciences.doi:10.1016/j.jksuci.2018.06.002
[3] Femling, F., Olsson, A., & Alonso-Fernandez,
F.(2018).Fruit and Vegetable Identification Using Machine
Learning for Retail Applications. 2018 14th International
Conference on Signal-Image Technology & Internet-Based
Systems(SITIS).doi:10.1109/sitis.2018.00013
[4] N.K. Mishra ‘FAO /AFMA/ Myanmar on improving
Agriculture Marketing’, Journal on Agricultural Marketing
Information System.(2003), Vol 15, issue no 4, pp .no 2-4
[5] Dhankar, G. H.,‘Development of Internet Based
Agricultural Marketing System in India’ Agricultural
Marketing, 2003, vol 4, pp no. 7-16.
6] Xiaolan Fu and Shaheen Akter, ‘Impact of Mobile
Telephone on the Quality and Speed of Agricultural
Extension Services Delivery: Evidence from the Rural e-
services Project in India’ International Conference on
Agriculture Economist, (2012), issue no 2, pp.no. 1-32,

More Related Content

Similar to IRJET- Agropeddle : An Android Application to Buy and Sell Agri-Products with Freshness Detection

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
 
Decision Support System for Farmer
Decision Support System for FarmerDecision Support System for Farmer
Decision Support System for FarmerIRJET Journal
 
FARMBOT FOR ONE-STOP MULTIFUNCTIONAL FARMING SOLUTION
FARMBOT FOR ONE-STOP MULTIFUNCTIONAL FARMING SOLUTIONFARMBOT FOR ONE-STOP MULTIFUNCTIONAL FARMING SOLUTION
FARMBOT FOR ONE-STOP MULTIFUNCTIONAL FARMING SOLUTIONIRJET Journal
 
IRJET- Android Application for Farmers
IRJET- 	  Android Application for FarmersIRJET- 	  Android Application for Farmers
IRJET- Android Application for FarmersIRJET Journal
 
IRJET- Survey Paper on E-Mandi a Market Exhange between Farmers and Enduser
IRJET-  	  Survey Paper on E-Mandi a Market Exhange between Farmers and EnduserIRJET-  	  Survey Paper on E-Mandi a Market Exhange between Farmers and Enduser
IRJET- Survey Paper on E-Mandi a Market Exhange between Farmers and EnduserIRJET Journal
 
IRJET- Agriculture based Fruit Plucking Robot
IRJET- Agriculture based Fruit Plucking RobotIRJET- Agriculture based Fruit Plucking Robot
IRJET- Agriculture based Fruit Plucking RobotIRJET 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
 
IRJET- Transportation Marketing Application using Cross Platform Technologies
IRJET- Transportation Marketing Application using Cross Platform TechnologiesIRJET- Transportation Marketing Application using Cross Platform Technologies
IRJET- Transportation Marketing Application using Cross Platform TechnologiesIRJET Journal
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine LearningIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET 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
 
Team Triumph_Round 1_Casesoecs 1.0.pptx
Team Triumph_Round 1_Casesoecs 1.0.pptxTeam Triumph_Round 1_Casesoecs 1.0.pptx
Team Triumph_Round 1_Casesoecs 1.0.pptxIsratJahanHridi
 
A survey of computer vision and soft computing techniques for ripeness gradin...
A survey of computer vision and soft computing techniques for ripeness gradin...A survey of computer vision and soft computing techniques for ripeness gradin...
A survey of computer vision and soft computing techniques for ripeness gradin...Editor Jacotech
 
CODET: Revolutionizing how we tackle food waste
CODET: Revolutionizing how we tackle food wasteCODET: Revolutionizing how we tackle food waste
CODET: Revolutionizing how we tackle food wasteKwasiTano1
 
“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- Automatic Fruit Harvesting using Firebird V ATMEGA 2560
IRJET- Automatic Fruit Harvesting using Firebird V ATMEGA 2560IRJET- Automatic Fruit Harvesting using Firebird V ATMEGA 2560
IRJET- Automatic Fruit Harvesting using Firebird V ATMEGA 2560IRJET Journal
 
Uzhavar Thozhan E-Retailing of Agricultural Products Online Using RI-SHA Algo...
Uzhavar Thozhan E-Retailing of Agricultural Products Online Using RI-SHA Algo...Uzhavar Thozhan E-Retailing of Agricultural Products Online Using RI-SHA Algo...
Uzhavar Thozhan E-Retailing of Agricultural Products Online Using RI-SHA Algo...IRJET 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
 

Similar to IRJET- Agropeddle : An Android Application to Buy and Sell Agri-Products with Freshness Detection (20)

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
 
Decision Support System for Farmer
Decision Support System for FarmerDecision Support System for Farmer
Decision Support System for Farmer
 
FARMBOT FOR ONE-STOP MULTIFUNCTIONAL FARMING SOLUTION
FARMBOT FOR ONE-STOP MULTIFUNCTIONAL FARMING SOLUTIONFARMBOT FOR ONE-STOP MULTIFUNCTIONAL FARMING SOLUTION
FARMBOT FOR ONE-STOP MULTIFUNCTIONAL FARMING SOLUTION
 
IRJET- Android Application for Farmers
IRJET- 	  Android Application for FarmersIRJET- 	  Android Application for Farmers
IRJET- Android Application for Farmers
 
IRJET- Survey Paper on E-Mandi a Market Exhange between Farmers and Enduser
IRJET-  	  Survey Paper on E-Mandi a Market Exhange between Farmers and EnduserIRJET-  	  Survey Paper on E-Mandi a Market Exhange between Farmers and Enduser
IRJET- Survey Paper on E-Mandi a Market Exhange between Farmers and Enduser
 
IRJET- Agriculture based Fruit Plucking Robot
IRJET- Agriculture based Fruit Plucking RobotIRJET- Agriculture based Fruit Plucking Robot
IRJET- Agriculture based Fruit Plucking Robot
 
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...
 
IRJET- Transportation Marketing Application using Cross Platform Technologies
IRJET- Transportation Marketing Application using Cross Platform TechnologiesIRJET- Transportation Marketing Application using Cross Platform Technologies
IRJET- Transportation Marketing Application using Cross Platform Technologies
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
Famer assistant and crop recommendation system
Famer assistant and crop recommendation systemFamer assistant and crop recommendation system
Famer assistant and crop recommendation system
 
Team Triumph_Round 1_Casesoecs 1.0.pptx
Team Triumph_Round 1_Casesoecs 1.0.pptxTeam Triumph_Round 1_Casesoecs 1.0.pptx
Team Triumph_Round 1_Casesoecs 1.0.pptx
 
A survey of computer vision and soft computing techniques for ripeness gradin...
A survey of computer vision and soft computing techniques for ripeness gradin...A survey of computer vision and soft computing techniques for ripeness gradin...
A survey of computer vision and soft computing techniques for ripeness gradin...
 
CODET: Revolutionizing how we tackle food waste
CODET: Revolutionizing how we tackle food wasteCODET: Revolutionizing how we tackle food waste
CODET: Revolutionizing how we tackle food waste
 
“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- Automatic Fruit Harvesting using Firebird V ATMEGA 2560
IRJET- Automatic Fruit Harvesting using Firebird V ATMEGA 2560IRJET- Automatic Fruit Harvesting using Firebird V ATMEGA 2560
IRJET- Automatic Fruit Harvesting using Firebird V ATMEGA 2560
 
Uzhavar Thozhan E-Retailing of Agricultural Products Online Using RI-SHA Algo...
Uzhavar Thozhan E-Retailing of Agricultural Products Online Using RI-SHA Algo...Uzhavar Thozhan E-Retailing of Agricultural Products Online Using RI-SHA Algo...
Uzhavar Thozhan E-Retailing of Agricultural Products Online Using RI-SHA Algo...
 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease Detection
 

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

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
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
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
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
 
(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
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
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
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
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
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
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
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
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
 
(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...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
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
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
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...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

IRJET- Agropeddle : An Android Application to Buy and Sell Agri-Products with Freshness Detection

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 115 Agropeddle: An Android Application to Buy and Sell Agri-products with Freshness Detection Prof. A.V. Deshpande1, Priti Dnyanoba Khatape2, Rucha Vinod Sheth3 Veda Vilas Kunijr4, Meghana Subhash Shinde5 1,2,3,4,5Department of Information Technology, Jaywantrao Sawant College of Engineering Pune, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Agriculture is the main occupation in India as it has major contribution in Indian economy as well as it is a primary source of livelihood of common masses. Farming contributes around 18% of the India’s GDP and half of the population depends on it . Farmers are the backbone of the Indian economy, still they suffer from poverty, poor agricultural marketing, and many other problems. Our aim is to introduce the concept of digital marketing in the field of agriculture. We are trying to eliminate the role of middlemen from agricultural marketing in order to insure fair price to farmers. Though farmers try to sell their products on online platforms, due to quality and freshness issue many consumers did not buy them. Our proposed system will overcomeboththe problems of farmers as well as consumers. Key Words: Android Application, Consumer, Digital Marketing, Deep Learning, Farmer, Graphical UserInterface, Image Processing, Middlemen, Object Detection, Quality Detection. 1. INTRODUCTION India is a global agricultural powerhouse. Agricultural marketing in India still continues to be in a verybadshapein rural area. There is also the corruption that is increasing now a day. Farmers didn’t get proper marketing facilities so, they have to depend upon local traders and middlemen for the disposal of their farm produce which is sold at very low price. The Rural Credit Survey Report stated that, the producers or farmers sell agriproducts at an unfavorable place and at an unfavorable time and get unfavorable terms. To carry on distress sale of their produce , these farmers are forced under economic conditions. The earning of the services provided by the middlemen increases the load on the consumer, although the farmers doesn’t get fairprice.By promoting agricultural marketing, we can provide many opportunities to farmers. The facilities that can be provided are: 1) e-farming is one of the way which will help the farmers to perform the agro-marketing. 2) Detecting freshness of fruit and vegetables using images captured with a video camera attached to the system. 3) Provides privilege for both farmers and consumersto buy and sell the required farm products withouttheinvolvement of a middleman at its right profitable price. 4) To enhance the share of farmers in the ultimate price of his agriproducts. In order to avoid this, there has to be direct relationshipand communication betweenfarmers andconsumers.Becauseof great technology revolution, smart phones become the essential part of life even in rural areas. Farmingcommunity also realize the importance of digital marketing in field of agriculture. Implementing new technologies will help to reduce pre and post-harvest losses through appropriate methods and encourage value addition. 2. Proposed Model And Experimental Analysis: The supply chain of agriculture is worked as follows: Farmers→ Small Traders→ Larger Trader→ Commission agent→ Wholesaler→ Retailer→ Consumer There is a huge difference in the profit margin when this application is used and when not as shown in Fig 1. Through this application we achieve our main objective, which is to increase the profit margin of the farmers and make sure they get the right price for their efforts. In the absence of a direct link with the consumers, the farmers are at the mercy of the middlemen who occupy the entire space between the production and the ultimate sale of the produce. This makes farmers oftenfindthemselvesatadisadvantagedespitebeing the producers. The following graph clearly indicates difference in prices through middlemen and application.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 116 Chart -1: Price using middleman and Price using App The proposed android application will be useful to society. The ultimate aim is toconnectfarmerdirectlytoconsumerby eliminatingmiddlemenfromtheprocess.Basicallythismodel will work as following: 1) Getting the image and details of products from farmers/consumers. 2) Detect the class of clicked image to check whether the image is of Fruit or Vegetable Class. 3) Detect freshness of product using proficiency of Deep Learning. 4) Analyze the products added, considering the various criteria of examination required for it to meet the quality expectation of consumer. 5) Get the fair price of the verified productanduploadingitin the application for selling. Fig -1: Process of Object and Quality Detection The details of the products as given by the farmer should be proper. Depending on the quality, prices are decided for particular product. The products are estimated based on its quality, quantity and price following certain criteria. Due to this system, there is no need to send products to agricultural experts for quality checking. 3. METHODOLOGY Though farmers try to sell their products on online platforms, due to quality and freshness issue many consumers did not buy them. Proposed system will try to overcome this problem by adding a facility of checking freshness of product before buying. The product will undergo two phases beforebeingaddedfor selling. The Object Detection Phase will detect the image to check whether the image belong to Fruit or Vegetable class or not. If it belong to particular class, freshness of that product will be checked in Freshness Detection Phase. The product is uploaded for selling on the portal only if its freshness is greater than threshold. We used a method with combination of R-CNN in order to increase the accuracy of fruit quality detection by using some features like its colour, shape, size, etc. Proposed method grades and classifies fruit images based on obtained feature value by usingalgorithm.Theproposedsystemstarts the process by capturing the product's image. Then, the image is transmitted to the processing level where its features are extracted. After that by using R-CNN images are going through training and testing. With the combination of features, the results obtained and are used to decide quality of product 4. Region-Based Convolutional NeuralNetwork(R-CNN): RCNN uses selective search to extract these boxes from an image (these boxes are called regions).The entire process of object detection using RCNN has three steps: Fig -2: Steps of R-CNN Step-1) We first take a pre-trained convolutional neural network.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 117 Step-2) Then, this model is retrained. We train the last layer of the network based on the number of classes that need to be detected. Step-3) The third step is to get the RegionofInterestfor each image. We then reshape all these regions so that they can match the CNN input size. Step-4) After getting the regions, we train SVM to classify objects and background. For each class, we train one binary SVM 5. RESULTS: This section represents some experiments and object detection of fruit samples. Here are some screenshots of application in which we tried to classify fruits by extracting some features and with the help of machine learning algorithm. Fig -3: Results 6. CONCLUSION The paper represents an easily accessible and user-friendly portal for farmers and consumerstosell andbuyagricultural produce. This will also help farmers to sell their products directly to consumers and ensure fair price to the farming community. Facility of checking quality before buyingisalso provided to consumers so that they get good quality products .To maintain transparency in marketing of agriproducts, system only allows farmers to capture and upload real time images of product on the portal having freshness greater than threshold.R-CNN algorithmisusedto this purpose as it provides results with around 73% accuracy. REFERENCES [1] Abishek, A. G., Bharathwaj, M., & Bhagyalakshmi, L. (2016).Agriculture marketing using web and mobile based technologies. (2016) IEEE Technological Innovations in ICT for Agriculture and RuralDevelopment (TIAR). doi:10.1109/tiar.2016.7801211 [2]Bhargava,A.,&Bansal,A.(2018).Fruitsandvegetablesquality evaluationusingcomputervision:Areview.Journal of King Saud University - Computer and InformationSciences.doi:10.1016/j.jksuci.2018.06.002 [3] Femling, F., Olsson, A., & Alonso-Fernandez, F.(2018).Fruit and Vegetable Identification Using Machine Learning for Retail Applications. 2018 14th International Conference on Signal-Image Technology & Internet-Based Systems(SITIS).doi:10.1109/sitis.2018.00013 [4] N.K. Mishra ‘FAO /AFMA/ Myanmar on improving Agriculture Marketing’, Journal on Agricultural Marketing Information System.(2003), Vol 15, issue no 4, pp .no 2-4 [5] Dhankar, G. H.,‘Development of Internet Based Agricultural Marketing System in India’ Agricultural Marketing, 2003, vol 4, pp no. 7-16. 6] Xiaolan Fu and Shaheen Akter, ‘Impact of Mobile Telephone on the Quality and Speed of Agricultural Extension Services Delivery: Evidence from the Rural e- services Project in India’ International Conference on Agriculture Economist, (2012), issue no 2, pp.no. 1-32,