Building a machine learning project which will predict futre car prices based on a dataset sourced from car traders sites. The model will be accessed via a front end for users to use based on their needs. This project is solely for fun and for educational purposes.
- Build a autotrader scraper
- Build a motor.co.uk scraper
- Re-use scrapers for other smaller trading sites
- Setup proxies so we can bypass anti-bot measures
- Scrape data
- Propogate datas to .csv file
- Build machine learning model to predict prices based on the data
- Setup/configure server
- Build front-end
- Polish