Skip to content

Machine learning project to predict current and future car prices.

Notifications You must be signed in to change notification settings

Abdul-Ismail/Caroney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caroney

A machine learning project that allows you to predict the current and future price of a car.

Using puppeteer I managed to scrape over 100,000 data on Irish cars that are up for sale or have been sold. A decision-tree model was trained using this scraped data.

Getting prediction

  • The application has been hosted on the following link: https://caroney.herokuapp.com/
  • To get the current price of your car enter in your car details and hit the predict price button
  • To get the future price of your car, select future price option and then pick the year you internd to sell the car and the predicted mileage that the car will be sold with.

Objective

  • The main objective of this project was to get an introduction into machine learning.
  • I started of with the most simple machine learning model, which I found to be a decision tree.
  • Fully implemented the decision tree without the use of any libraries.

Outcome

  • Managed to get an accuracy of over 60% which I was happy with as I did not use any libraries and was my first attempt at a machine learning project


    • image

About

Machine learning project to predict current and future car prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published