This project scrapes the car website sbtjapan.com and gets the different car models and their various features. The features are used to train a linear regression model that is then used to predict the price of a car given specific features.
The data was scrapped using puppeteer; a browser automation tool.