SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3122
Automobile Resale System Using Machine Learning
Mehul Dholiya1, Sagar Tanna2, Akhil Balakrishnan3, Ratnesh Dubey4, Rajesh Singh5
1,2,3,4 Dept. Of Computer Engineering, Shree L.R. Tiwari College of Engineering
Mira Road (East), Thane- 401107, Maharashtra, INDIA
5Assistant Professor, Dept. Of Computer Engineering, Shree L.R. Tiwari College of Engineering
Mira Road (East), Thane- 401107, Maharashtra, INDIA
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Cars are being sold more than ever. Many
researches have been done in recent years on predicting
used car price with data mining. An accurate used car price
evaluation works as a catalyst in the healthy development of
used car market. Therefore, arises a need for a model that
can assign a price for a vehicle by evaluating its features
taking prices of other cars into consideration. Customers
can be widely exploited by fixing unrealistic prices for the
used cars and many fall into this trap. Therefore, raises an
absolute necessity of a used car price prediction system to
effectively determine the worthiness of the car depending on
a variety of features. This price prediction model bridges
this gap, giving the buyers and sellers an approximate value
of the car using the multiple linear regression to predict the
price.
Key Words: Used Cars, Price Prediction, Data Mining,
Features, Multiple Linear Regression.
1. INTRODUCTION
With the increase of car ownership, used car market
shows great potential. An accurate used car price
evaluation is essential for the healthy development of used
car market. The prices of new cars in the industry are fixed
by the manufacturer with some additional costs incurred
by the Government in the form of taxes. But due to the
increased price of new cars and incapability of customers
to buy new cars due to the lack of funds, used cars sales
are on a global increase. Predicting the prices of used cars
is therefore an interesting and much-needed problem that
needs to be addressed.
Given the description of used cars, prediction of used cars
is not an easy task. It is trite knowledge that the value of
used cars depends on various factors. The most important
ones are usually the age of the car, its make (and model),
the origin of the car (the original country of the
manufacturer), its mileage (the number of kilometers it
has run) and its horsepower. Due to rising fuel prices, fuel
economy also has a prime importance. Some special
factors which buyers attach importance is the local of
previous owners, whether the car had been involved in
serious accidents and whether it is a lady-driven car. The
look and feel of the car contributes a lot to the price. As we
can see, the price depends on various different factors.
Unfortunately, information about all these factors is not
always available and the buyer must make the decision to
purchase at a certain price based on few factors only.
So, we propose a methodology using Machine Learning
to predict the prices of used cars given the features. The
price is estimated based on the number of features. We
then deploy a responsive website to display our results
that consist of all the various listings of used cars. This
deployed service is a result of our work, and it
incorporates the data, ML model with the features. This
methodology can aid in the decision making of the users
who are looking to buy a used car. It also provides users
with the freedom to search all the available cars at one
place without moving, anywhere and at any time.
2. EXISTING SYSTEM
Work on estimating the price of used cars is very recent but
also very sparse. The conventional method involves going to a
cars dealer, showing them the documents of the car and then an
inspection of the car is performed in order to understand the
state of the build and the engine of the vehicle. Only after such
a long procedure and after waiting for around more or less than
a week’s time or so, one can expect to get and idea the price
range in which the car could be sold.
In the digital world, there have been many different
implementations that have been used to effectively predict the
price of a vehicle using different algorithms right from the
machine learning algorithms of multiple linear regression, k-
nearest neighbor, naïve bayes to random forest and decision
tree to the SAS enterprise miner. In [1], [2], [3], [5] and [7] all
these implementations considered different sets of features in
order to make their predictions from the historical data that
was used to for training the model.
Here, in addition to not just building a prediction model based
on the features that impact the prices the most, we have tried to
build a web application where a user will be able to go through
listings of the cars that are available for sale, make a decision
by checking if the listed prices are on the higher or the lower
side and therefore, be able to help the user/customer in the
decision making to buy or sell a car, thus giving out a better
model replacing the existing ones.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3123
3. PROPOSED SYSTEM
The proposed system provides users with the freedom to
search all the available cars at one place without moving,
anywhere and at any time. This methodology can aid in the
decision making of the users who are looking to buy a used
car. This enables the people to search for a car without any
skepticism of how to make sure if it is a verified seller, how
to contact the seller and to get all the information about the
age and build, etc of the car, demonstrating the usefulness,
viability and flexibility of the system. It also aims to ease
down the process of finding the right car as per the users’
needs and also shows the car is worth the price listed by
the seller.
The basic objective of this system is to let user have a fair
idea of what the vehicle could cost them. The system could
also provide the user with a list of choices of different types
of cars based on the details of the car the user is looking
for. It helps give the buyer/seller with the substantial
information based on which they can take the decision.
The rise of used cars sales is exponentially increasing and
the car sellers can take advantage of this scenario by
listing unrealistic prices owing to the demand. Therefore,
there arises a need for a model that can assign a price for a
vehicle by evaluating its features taking the prices of other
cars into consideration. Our system bridges this gap,
giving the buyers and sellers an approximate value of the
car using the best algorithm that can be used to predict the
price.
4. SYSTEM ANALYSIS
4.1 Front-end layout for the web application:
Figure 1: Search page of the web application
4.2 System Overview Flowchart:
Figure 2: Flowchart of proposed system
4.3 Proposed System Algorithm:
1. BROWSE THE WEB APPLICATION.
2. NEW USER REGISTRATION.
3. USER LOGIN
A. IF USER = BUYER
1. Visit the ‘Search Cars’ page.
2. Enter Details of the car you are
looking for.
3. Select the car you want to buy.
4. Verify the selling price of a car set by
a seller with the ‘Machine Learning
Model’ using a ‘Price Prediction’
feature.
5. Contact the car seller for further
processing.
B. IF USER = SELLER
1. Visit the ‘Sell Cars’ page.
2. Enter the details of your car you want
to sell.
3. Make request for verification of
details.
I. IF REQUEST = ACCEPTED
a. Machine Learning model
will predict the right
price for your car based
on the details submitted.
b. Set a perfect selling price
for your car and make it
visible to everyone.
c. Manage your
advertisements from
your ‘Dashboard’.
II. IF REQUEST = REJECTED
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3124
a. Submit correct details
with the documents and
try again.
LOGOUT
5. IMPLEMENTATION OF SYSTEM:
The main page consists of two topics in the navigation bar
named ‘Search’ and ‘Predict’. The system lets the user be
able to go through all the records and details of the cars.
The main search page includes a table that can be used to
look for a particular car based on the users’ interests.
Based on the options selected by the user, the
corresponding car records will be fetched from the
database and the details of the car will be shown to the
user. The user can now check the listed price of the car
against the price predicted by the system and make a
decision whether to consider buying the car or not. There
is also a provision for buyers to post cars for sale.
Figure 3: Predict price page of the web application
The ‘Predict’ page consists of a table which asks the user
to input the details of the features of the car that will be
used in order to predict an approximate price range for
the car. Based on the output of this model, the user will be
able to understand what is the worth of their car and if
they would like to sell it. This model has been trained
using historical data that was gathered over a long period
of time. Based on the KDD (Knowledge Discovery in
Databases) process, the raw data was first collected. It was
then preprocessed and was cleaned in order to find useful
patterns useful in order to make some meaning out of
those patterns. This data was then used to train the model
using Multiple Linear Regression in Java as well as in
Python. The current count of our training dataset is
around 1700-1750 based on which the price is being
predicted.
Based on the details the user inputs, the underlying
system predicts the price based on the values of the inputs
passed to it. The following figure shows one such instance
when the values were passed to the form in the ‘Predict’
page which is used the fetch the input values and then
predict the price based on those values.
Figure 4: Predicted price based on values of input
6. APPLICATIONS:
The basic objective of this system is to let user have a fair
idea of what the vehicle could cost them. The website
could also provide the user with a list of choices of
different types of cars based on the details of the car the
user is looking for. It helps give the buyer/seller with the
substantial information based on which they can take the
decision. In addition, following are a few other
applications:
1. On-road price: User can get an approximate on-road
price of any model for any city, on one’s fingertips.
2. Compare cars- Decide on the go: User will not have
to wait for long time! They will be able to easily
choose their favorite cars against different models
with our prediction tool on our website.
3. Sell cars- Post for resale: Seller will be able to post
their car for sale once they are satisfied with the price.
4. Buy cars: Since the price of the car is predicted by the
model using large amount of data, there are less
chances of any unrealistic pricing.
5. Analytics: The user can understand the trends in the
variation of the car prices with respect to age, usage of
the car to better understand the how prices are
influenced based on these factors.
7. FUTURE SCOPE:
Given the current working and design of the proposed
systems, there is definitely a place for future
enhancements. As better and more reliable technology
comes ahead of us, more features can be added by
providing a better experience by adding provisions for
electric cars when the technology will be used by the public
in large numbers. In addition to this, various different
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3125
variations in cars such as the hybrid engines can be
introduced.
With future generations of the product, modules such as
the comparison and payment gateways can be
implemented into the system, leading towards
development of a proper business model which can then be
used by businesses along with refined and interactive
analytics that can be used to understand the trends in the
prices and different automobile types.
Lastly, enhancements in the machine learning algorithms
used can help increase the accuracy of the system and
therefore can help towards the research and development
of the topic.
8. CONCLUSION:
With the increase of car ownership, used car market shows
great potential. An accurate used car price evaluation is
essential for the healthy development of used car market.
The automobile resale system would prove useful in
helping the potential car buyers to find the best car for
their budget and at the same time give a predicted price for
the car one intends to sell, thereby proving to be a very
useful tool helping people facilitate finding the best deal for
their budget which is a very popular and trending niche in
the used cars market.
The overall system being real-time and interactive with
the user helps it to be an overall innovative proposed idea
which can be easily implemented providing an overall
satisfaction to the customer proving to become a
successful business idea.
REFERENCES
[1] Comparative Analysis of Used Car Price Evaluation
Models, Tongji University, Shanghai 200000, China.
[2] Prediction of Prices for Used Car by Using Regression
Models, 2018 5th International Conference on
Business and Industrial Research , (ICBIR), Bangkok,
Thailand
[3] Prediction of Used Cars’ Prices by Using SAS EM,
Oklahoma State University
[4] Predicting the Price of Used Cars using Machine
Learning Techniques, International Journal of
Information & Computation Technology.
[5] A methodology for predicting used cars prices using
Random Forest, Future of Information and
Communications Conference (FICC) 2018
[6] Durgesh K. Srivastava, Lekha Bhambhu, “Data
Classification Method using Support Vector Machine”,
2009
[7] Kuiper, Shonda. "Introduction to Multiple Regression:
How Much Is Your Car Worth?" Journal of Statistics
Education 16.3 (2008).
[8] WEKA 4: DATA MINING SOFTWARE IN JAVA 2014.
[9] QUINLAN, J. R., 1993. C4.5: Programs for Machine
Learning. Morgan Kaufmann.

Más contenido relacionado

La actualidad más candente

Using machine learning to generate predictions based on the information extra...
Using machine learning to generate predictions based on the information extra...Using machine learning to generate predictions based on the information extra...
Using machine learning to generate predictions based on the information extra...University Politehnica Bucharest
 
Customer Satisfaction of Toyota
Customer Satisfaction of ToyotaCustomer Satisfaction of Toyota
Customer Satisfaction of ToyotaAnmol Arora
 
Ola presentation
Ola presentationOla presentation
Ola presentationAnandKapur3
 
Scorpio from mahindra
Scorpio from mahindraScorpio from mahindra
Scorpio from mahindrashiva555666
 
Ola case study
Ola case studyOla case study
Ola case studyYRS1204
 
MARUTI SUZUKI PRODUCT ANALYSIS REPORT
MARUTI SUZUKI PRODUCT ANALYSIS REPORTMARUTI SUZUKI PRODUCT ANALYSIS REPORT
MARUTI SUZUKI PRODUCT ANALYSIS REPORTViʞaƨh ʞumar
 
TOYOTA INDUS MOTOR ON CORPORATE GOVERNANCE
TOYOTA INDUS MOTOR ON CORPORATE GOVERNANCETOYOTA INDUS MOTOR ON CORPORATE GOVERNANCE
TOYOTA INDUS MOTOR ON CORPORATE GOVERNANCEAmna Abrar
 
Marketing management project of OLA Cabs
Marketing management project of OLA Cabs Marketing management project of OLA Cabs
Marketing management project of OLA Cabs Rudresh Kumar
 
Predict price of car from Vehicles Dataset
Predict price of car from Vehicles DatasetPredict price of car from Vehicles Dataset
Predict price of car from Vehicles DatasetSumit Saini
 
How a Rental Car Brand, 'Zoom Car', Can Leverage Digital Media Better?
How a Rental Car Brand, 'Zoom Car', Can Leverage Digital Media Better? How a Rental Car Brand, 'Zoom Car', Can Leverage Digital Media Better?
How a Rental Car Brand, 'Zoom Car', Can Leverage Digital Media Better? Indian Institute of Digital Education
 
App based taxi Service: Ola Cabs
App based taxi Service: Ola CabsApp based taxi Service: Ola Cabs
App based taxi Service: Ola Cabskdhingra11
 
Mahindra & mahindra
Mahindra & mahindraMahindra & mahindra
Mahindra & mahindraRaju Tiwary
 
Maruti suzuki (PPT) power point presentation
Maruti suzuki (PPT) power point presentation Maruti suzuki (PPT) power point presentation
Maruti suzuki (PPT) power point presentation Dhanraj Chikorde
 

La actualidad más candente (20)

Using machine learning to generate predictions based on the information extra...
Using machine learning to generate predictions based on the information extra...Using machine learning to generate predictions based on the information extra...
Using machine learning to generate predictions based on the information extra...
 
Customer Satisfaction of Toyota
Customer Satisfaction of ToyotaCustomer Satisfaction of Toyota
Customer Satisfaction of Toyota
 
Ola presentation
Ola presentationOla presentation
Ola presentation
 
Scorpio from mahindra
Scorpio from mahindraScorpio from mahindra
Scorpio from mahindra
 
Report on maruti suzuki
Report on maruti suzukiReport on maruti suzuki
Report on maruti suzuki
 
Ola case study
Ola case studyOla case study
Ola case study
 
Case study of mahindra (2)
Case study of mahindra (2)Case study of mahindra (2)
Case study of mahindra (2)
 
OLA Cabs
OLA CabsOLA Cabs
OLA Cabs
 
MARUTI SUZUKI PRODUCT ANALYSIS REPORT
MARUTI SUZUKI PRODUCT ANALYSIS REPORTMARUTI SUZUKI PRODUCT ANALYSIS REPORT
MARUTI SUZUKI PRODUCT ANALYSIS REPORT
 
TOYOTA INDUS MOTOR ON CORPORATE GOVERNANCE
TOYOTA INDUS MOTOR ON CORPORATE GOVERNANCETOYOTA INDUS MOTOR ON CORPORATE GOVERNANCE
TOYOTA INDUS MOTOR ON CORPORATE GOVERNANCE
 
Olacab ppt
Olacab pptOlacab ppt
Olacab ppt
 
Marketing management project of OLA Cabs
Marketing management project of OLA Cabs Marketing management project of OLA Cabs
Marketing management project of OLA Cabs
 
Predict price of car from Vehicles Dataset
Predict price of car from Vehicles DatasetPredict price of car from Vehicles Dataset
Predict price of car from Vehicles Dataset
 
Ola Cabs PPT
Ola Cabs PPTOla Cabs PPT
Ola Cabs PPT
 
How a Rental Car Brand, 'Zoom Car', Can Leverage Digital Media Better?
How a Rental Car Brand, 'Zoom Car', Can Leverage Digital Media Better? How a Rental Car Brand, 'Zoom Car', Can Leverage Digital Media Better?
How a Rental Car Brand, 'Zoom Car', Can Leverage Digital Media Better?
 
App based taxi Service: Ola Cabs
App based taxi Service: Ola CabsApp based taxi Service: Ola Cabs
App based taxi Service: Ola Cabs
 
Ola
OlaOla
Ola
 
Mahindra & mahindra
Mahindra & mahindraMahindra & mahindra
Mahindra & mahindra
 
Hyundai motors
Hyundai motorsHyundai motors
Hyundai motors
 
Maruti suzuki (PPT) power point presentation
Maruti suzuki (PPT) power point presentation Maruti suzuki (PPT) power point presentation
Maruti suzuki (PPT) power point presentation
 

Similar a IRJET- Automobile Resale System using Machine Learning

IRJET- A Hybrid Approach for Travelling Service by using Data Parsing and Enh...
IRJET- A Hybrid Approach for Travelling Service by using Data Parsing and Enh...IRJET- A Hybrid Approach for Travelling Service by using Data Parsing and Enh...
IRJET- A Hybrid Approach for Travelling Service by using Data Parsing and Enh...IRJET Journal
 
Car Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsCar Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsIRJET Journal
 
IRJET- I-Parker-A New Smart Car Parking System
IRJET- I-Parker-A New Smart Car Parking SystemIRJET- I-Parker-A New Smart Car Parking System
IRJET- I-Parker-A New Smart Car Parking SystemIRJET Journal
 
IRJET- Car Pooling : Real Time Ride Sharing
IRJET-  	  Car Pooling : Real Time Ride SharingIRJET-  	  Car Pooling : Real Time Ride Sharing
IRJET- Car Pooling : Real Time Ride SharingIRJET Journal
 
Car rental Final Edit Pdf No 3.pdf
Car rental Final Edit Pdf No 3.pdfCar rental Final Edit Pdf No 3.pdf
Car rental Final Edit Pdf No 3.pdfDevidasBhere
 
Car Booking & Recommendation System Final Presentation
Car Booking & Recommendation System Final PresentationCar Booking & Recommendation System Final Presentation
Car Booking & Recommendation System Final PresentationSuraj Katwal
 
CAR PRICE PREDICTION.pptx
CAR PRICE PREDICTION.pptxCAR PRICE PREDICTION.pptx
CAR PRICE PREDICTION.pptxNAVINCHACKO1
 
Prediction of Car Price using Linear Regression
Prediction of Car Price using Linear RegressionPrediction of Car Price using Linear Regression
Prediction of Car Price using Linear Regressionijtsrd
 
Big Data Analysis of Second hand Car Sales
Big Data Analysis of Second hand Car SalesBig Data Analysis of Second hand Car Sales
Big Data Analysis of Second hand Car SalesYashIyengar
 
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...AM Publications
 
Cab Booking Application
Cab Booking ApplicationCab Booking Application
Cab Booking ApplicationIRJET Journal
 
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...IRJET Journal
 
CARIFY – Predicting Car Maintenance Costs Using Artificial Intelligence
CARIFY – Predicting Car Maintenance Costs Using Artificial IntelligenceCARIFY – Predicting Car Maintenance Costs Using Artificial Intelligence
CARIFY – Predicting Car Maintenance Costs Using Artificial IntelligenceIRJET Journal
 
IRJET- An Android Application to Hire a Driver for Private Vehicle
IRJET- An Android Application to Hire a Driver for Private VehicleIRJET- An Android Application to Hire a Driver for Private Vehicle
IRJET- An Android Application to Hire a Driver for Private VehicleIRJET Journal
 
IRJET- Development of Vehicle Dynamics for Passenger Cars
IRJET-  	  Development of Vehicle Dynamics for Passenger CarsIRJET-  	  Development of Vehicle Dynamics for Passenger Cars
IRJET- Development of Vehicle Dynamics for Passenger CarsIRJET Journal
 
Prediction of Used Car Prices using Machine Learning Techniques
Prediction of Used Car Prices using Machine Learning TechniquesPrediction of Used Car Prices using Machine Learning Techniques
Prediction of Used Car Prices using Machine Learning TechniquesIRJET Journal
 
Rider Ready- Bike parts purchase portal with smart cart
Rider Ready- Bike parts purchase portal with smart cartRider Ready- Bike parts purchase portal with smart cart
Rider Ready- Bike parts purchase portal with smart cartIRJET Journal
 
IRJET- Online Parking Slot Booking
IRJET- Online Parking Slot BookingIRJET- Online Parking Slot Booking
IRJET- Online Parking Slot BookingIRJET Journal
 
Flutter Mobile Application for Car Parking
Flutter Mobile Application for Car ParkingFlutter Mobile Application for Car Parking
Flutter Mobile Application for Car ParkingIRJET Journal
 

Similar a IRJET- Automobile Resale System using Machine Learning (20)

IRJET- A Hybrid Approach for Travelling Service by using Data Parsing and Enh...
IRJET- A Hybrid Approach for Travelling Service by using Data Parsing and Enh...IRJET- A Hybrid Approach for Travelling Service by using Data Parsing and Enh...
IRJET- A Hybrid Approach for Travelling Service by using Data Parsing and Enh...
 
Car Recommendation System Using Customer Reviews
Car Recommendation System Using Customer ReviewsCar Recommendation System Using Customer Reviews
Car Recommendation System Using Customer Reviews
 
IRJET- I-Parker-A New Smart Car Parking System
IRJET- I-Parker-A New Smart Car Parking SystemIRJET- I-Parker-A New Smart Car Parking System
IRJET- I-Parker-A New Smart Car Parking System
 
IRJET- Car Pooling : Real Time Ride Sharing
IRJET-  	  Car Pooling : Real Time Ride SharingIRJET-  	  Car Pooling : Real Time Ride Sharing
IRJET- Car Pooling : Real Time Ride Sharing
 
Car rental Final Edit Pdf No 3.pdf
Car rental Final Edit Pdf No 3.pdfCar rental Final Edit Pdf No 3.pdf
Car rental Final Edit Pdf No 3.pdf
 
Car Booking & Recommendation System Final Presentation
Car Booking & Recommendation System Final PresentationCar Booking & Recommendation System Final Presentation
Car Booking & Recommendation System Final Presentation
 
CAR PRICE PREDICTION.pptx
CAR PRICE PREDICTION.pptxCAR PRICE PREDICTION.pptx
CAR PRICE PREDICTION.pptx
 
Prediction of Car Price using Linear Regression
Prediction of Car Price using Linear RegressionPrediction of Car Price using Linear Regression
Prediction of Car Price using Linear Regression
 
Big Data Analysis of Second hand Car Sales
Big Data Analysis of Second hand Car SalesBig Data Analysis of Second hand Car Sales
Big Data Analysis of Second hand Car Sales
 
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
 
Cab Booking Application
Cab Booking ApplicationCab Booking Application
Cab Booking Application
 
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
 
CARIFY – Predicting Car Maintenance Costs Using Artificial Intelligence
CARIFY – Predicting Car Maintenance Costs Using Artificial IntelligenceCARIFY – Predicting Car Maintenance Costs Using Artificial Intelligence
CARIFY – Predicting Car Maintenance Costs Using Artificial Intelligence
 
IRJET- An Android Application to Hire a Driver for Private Vehicle
IRJET- An Android Application to Hire a Driver for Private VehicleIRJET- An Android Application to Hire a Driver for Private Vehicle
IRJET- An Android Application to Hire a Driver for Private Vehicle
 
Car Rental System
Car Rental SystemCar Rental System
Car Rental System
 
IRJET- Development of Vehicle Dynamics for Passenger Cars
IRJET-  	  Development of Vehicle Dynamics for Passenger CarsIRJET-  	  Development of Vehicle Dynamics for Passenger Cars
IRJET- Development of Vehicle Dynamics for Passenger Cars
 
Prediction of Used Car Prices using Machine Learning Techniques
Prediction of Used Car Prices using Machine Learning TechniquesPrediction of Used Car Prices using Machine Learning Techniques
Prediction of Used Car Prices using Machine Learning Techniques
 
Rider Ready- Bike parts purchase portal with smart cart
Rider Ready- Bike parts purchase portal with smart cartRider Ready- Bike parts purchase portal with smart cart
Rider Ready- Bike parts purchase portal with smart cart
 
IRJET- Online Parking Slot Booking
IRJET- Online Parking Slot BookingIRJET- Online Parking Slot Booking
IRJET- Online Parking Slot Booking
 
Flutter Mobile Application for Car Parking
Flutter Mobile Application for Car ParkingFlutter Mobile Application for Car Parking
Flutter Mobile Application for Car Parking
 

Más de IRJET Journal

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

Más de IRJET Journal (20)

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

Último

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 

Último (20)

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 

IRJET- Automobile Resale System using Machine Learning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3122 Automobile Resale System Using Machine Learning Mehul Dholiya1, Sagar Tanna2, Akhil Balakrishnan3, Ratnesh Dubey4, Rajesh Singh5 1,2,3,4 Dept. Of Computer Engineering, Shree L.R. Tiwari College of Engineering Mira Road (East), Thane- 401107, Maharashtra, INDIA 5Assistant Professor, Dept. Of Computer Engineering, Shree L.R. Tiwari College of Engineering Mira Road (East), Thane- 401107, Maharashtra, INDIA ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Cars are being sold more than ever. Many researches have been done in recent years on predicting used car price with data mining. An accurate used car price evaluation works as a catalyst in the healthy development of used car market. Therefore, arises a need for a model that can assign a price for a vehicle by evaluating its features taking prices of other cars into consideration. Customers can be widely exploited by fixing unrealistic prices for the used cars and many fall into this trap. Therefore, raises an absolute necessity of a used car price prediction system to effectively determine the worthiness of the car depending on a variety of features. This price prediction model bridges this gap, giving the buyers and sellers an approximate value of the car using the multiple linear regression to predict the price. Key Words: Used Cars, Price Prediction, Data Mining, Features, Multiple Linear Regression. 1. INTRODUCTION With the increase of car ownership, used car market shows great potential. An accurate used car price evaluation is essential for the healthy development of used car market. The prices of new cars in the industry are fixed by the manufacturer with some additional costs incurred by the Government in the form of taxes. But due to the increased price of new cars and incapability of customers to buy new cars due to the lack of funds, used cars sales are on a global increase. Predicting the prices of used cars is therefore an interesting and much-needed problem that needs to be addressed. Given the description of used cars, prediction of used cars is not an easy task. It is trite knowledge that the value of used cars depends on various factors. The most important ones are usually the age of the car, its make (and model), the origin of the car (the original country of the manufacturer), its mileage (the number of kilometers it has run) and its horsepower. Due to rising fuel prices, fuel economy also has a prime importance. Some special factors which buyers attach importance is the local of previous owners, whether the car had been involved in serious accidents and whether it is a lady-driven car. The look and feel of the car contributes a lot to the price. As we can see, the price depends on various different factors. Unfortunately, information about all these factors is not always available and the buyer must make the decision to purchase at a certain price based on few factors only. So, we propose a methodology using Machine Learning to predict the prices of used cars given the features. The price is estimated based on the number of features. We then deploy a responsive website to display our results that consist of all the various listings of used cars. This deployed service is a result of our work, and it incorporates the data, ML model with the features. This methodology can aid in the decision making of the users who are looking to buy a used car. It also provides users with the freedom to search all the available cars at one place without moving, anywhere and at any time. 2. EXISTING SYSTEM Work on estimating the price of used cars is very recent but also very sparse. The conventional method involves going to a cars dealer, showing them the documents of the car and then an inspection of the car is performed in order to understand the state of the build and the engine of the vehicle. Only after such a long procedure and after waiting for around more or less than a week’s time or so, one can expect to get and idea the price range in which the car could be sold. In the digital world, there have been many different implementations that have been used to effectively predict the price of a vehicle using different algorithms right from the machine learning algorithms of multiple linear regression, k- nearest neighbor, naïve bayes to random forest and decision tree to the SAS enterprise miner. In [1], [2], [3], [5] and [7] all these implementations considered different sets of features in order to make their predictions from the historical data that was used to for training the model. Here, in addition to not just building a prediction model based on the features that impact the prices the most, we have tried to build a web application where a user will be able to go through listings of the cars that are available for sale, make a decision by checking if the listed prices are on the higher or the lower side and therefore, be able to help the user/customer in the decision making to buy or sell a car, thus giving out a better model replacing the existing ones.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3123 3. PROPOSED SYSTEM The proposed system provides users with the freedom to search all the available cars at one place without moving, anywhere and at any time. This methodology can aid in the decision making of the users who are looking to buy a used car. This enables the people to search for a car without any skepticism of how to make sure if it is a verified seller, how to contact the seller and to get all the information about the age and build, etc of the car, demonstrating the usefulness, viability and flexibility of the system. It also aims to ease down the process of finding the right car as per the users’ needs and also shows the car is worth the price listed by the seller. The basic objective of this system is to let user have a fair idea of what the vehicle could cost them. The system could also provide the user with a list of choices of different types of cars based on the details of the car the user is looking for. It helps give the buyer/seller with the substantial information based on which they can take the decision. The rise of used cars sales is exponentially increasing and the car sellers can take advantage of this scenario by listing unrealistic prices owing to the demand. Therefore, there arises a need for a model that can assign a price for a vehicle by evaluating its features taking the prices of other cars into consideration. Our system bridges this gap, giving the buyers and sellers an approximate value of the car using the best algorithm that can be used to predict the price. 4. SYSTEM ANALYSIS 4.1 Front-end layout for the web application: Figure 1: Search page of the web application 4.2 System Overview Flowchart: Figure 2: Flowchart of proposed system 4.3 Proposed System Algorithm: 1. BROWSE THE WEB APPLICATION. 2. NEW USER REGISTRATION. 3. USER LOGIN A. IF USER = BUYER 1. Visit the ‘Search Cars’ page. 2. Enter Details of the car you are looking for. 3. Select the car you want to buy. 4. Verify the selling price of a car set by a seller with the ‘Machine Learning Model’ using a ‘Price Prediction’ feature. 5. Contact the car seller for further processing. B. IF USER = SELLER 1. Visit the ‘Sell Cars’ page. 2. Enter the details of your car you want to sell. 3. Make request for verification of details. I. IF REQUEST = ACCEPTED a. Machine Learning model will predict the right price for your car based on the details submitted. b. Set a perfect selling price for your car and make it visible to everyone. c. Manage your advertisements from your ‘Dashboard’. II. IF REQUEST = REJECTED
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3124 a. Submit correct details with the documents and try again. LOGOUT 5. IMPLEMENTATION OF SYSTEM: The main page consists of two topics in the navigation bar named ‘Search’ and ‘Predict’. The system lets the user be able to go through all the records and details of the cars. The main search page includes a table that can be used to look for a particular car based on the users’ interests. Based on the options selected by the user, the corresponding car records will be fetched from the database and the details of the car will be shown to the user. The user can now check the listed price of the car against the price predicted by the system and make a decision whether to consider buying the car or not. There is also a provision for buyers to post cars for sale. Figure 3: Predict price page of the web application The ‘Predict’ page consists of a table which asks the user to input the details of the features of the car that will be used in order to predict an approximate price range for the car. Based on the output of this model, the user will be able to understand what is the worth of their car and if they would like to sell it. This model has been trained using historical data that was gathered over a long period of time. Based on the KDD (Knowledge Discovery in Databases) process, the raw data was first collected. It was then preprocessed and was cleaned in order to find useful patterns useful in order to make some meaning out of those patterns. This data was then used to train the model using Multiple Linear Regression in Java as well as in Python. The current count of our training dataset is around 1700-1750 based on which the price is being predicted. Based on the details the user inputs, the underlying system predicts the price based on the values of the inputs passed to it. The following figure shows one such instance when the values were passed to the form in the ‘Predict’ page which is used the fetch the input values and then predict the price based on those values. Figure 4: Predicted price based on values of input 6. APPLICATIONS: The basic objective of this system is to let user have a fair idea of what the vehicle could cost them. The website could also provide the user with a list of choices of different types of cars based on the details of the car the user is looking for. It helps give the buyer/seller with the substantial information based on which they can take the decision. In addition, following are a few other applications: 1. On-road price: User can get an approximate on-road price of any model for any city, on one’s fingertips. 2. Compare cars- Decide on the go: User will not have to wait for long time! They will be able to easily choose their favorite cars against different models with our prediction tool on our website. 3. Sell cars- Post for resale: Seller will be able to post their car for sale once they are satisfied with the price. 4. Buy cars: Since the price of the car is predicted by the model using large amount of data, there are less chances of any unrealistic pricing. 5. Analytics: The user can understand the trends in the variation of the car prices with respect to age, usage of the car to better understand the how prices are influenced based on these factors. 7. FUTURE SCOPE: Given the current working and design of the proposed systems, there is definitely a place for future enhancements. As better and more reliable technology comes ahead of us, more features can be added by providing a better experience by adding provisions for electric cars when the technology will be used by the public in large numbers. In addition to this, various different
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3125 variations in cars such as the hybrid engines can be introduced. With future generations of the product, modules such as the comparison and payment gateways can be implemented into the system, leading towards development of a proper business model which can then be used by businesses along with refined and interactive analytics that can be used to understand the trends in the prices and different automobile types. Lastly, enhancements in the machine learning algorithms used can help increase the accuracy of the system and therefore can help towards the research and development of the topic. 8. CONCLUSION: With the increase of car ownership, used car market shows great potential. An accurate used car price evaluation is essential for the healthy development of used car market. The automobile resale system would prove useful in helping the potential car buyers to find the best car for their budget and at the same time give a predicted price for the car one intends to sell, thereby proving to be a very useful tool helping people facilitate finding the best deal for their budget which is a very popular and trending niche in the used cars market. The overall system being real-time and interactive with the user helps it to be an overall innovative proposed idea which can be easily implemented providing an overall satisfaction to the customer proving to become a successful business idea. REFERENCES [1] Comparative Analysis of Used Car Price Evaluation Models, Tongji University, Shanghai 200000, China. [2] Prediction of Prices for Used Car by Using Regression Models, 2018 5th International Conference on Business and Industrial Research , (ICBIR), Bangkok, Thailand [3] Prediction of Used Cars’ Prices by Using SAS EM, Oklahoma State University [4] Predicting the Price of Used Cars using Machine Learning Techniques, International Journal of Information & Computation Technology. [5] A methodology for predicting used cars prices using Random Forest, Future of Information and Communications Conference (FICC) 2018 [6] Durgesh K. Srivastava, Lekha Bhambhu, “Data Classification Method using Support Vector Machine”, 2009 [7] Kuiper, Shonda. "Introduction to Multiple Regression: How Much Is Your Car Worth?" Journal of Statistics Education 16.3 (2008). [8] WEKA 4: DATA MINING SOFTWARE IN JAVA 2014. [9] QUINLAN, J. R., 1993. C4.5: Programs for Machine Learning. Morgan Kaufmann.