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