/AI-blue-book

Predict prices of vehicles from just an image using deep neural networks

Primary LanguageJupyter Notebook

AI Blue Book: Vehicle Price Prediction using Visual Features

Authors: Richard Yang, Steven Chen, Edward Chou

Read our paper here: https://arxiv.org/abs/1803.11227


Project structure:

The code folder contains our implementations of data processing and model training/evaluation. Our project is split into muliple Jupyter notebooks, which contain code and Markdown comments. The names of the files indicate what they build.

Our dataset is not contained in this repository due to its large size and potential copyright limitations. Please shoot me an email at richard.yang@alumni.stanford.edu for more information.

The references folder contains some of the papers that we reference within our report.

Citation

@misc{yang2018ai,
    title={AI Blue Book: Vehicle Price Prediction using Visual Features},
    author={Richard R. Yang and Steven Chen and Edward Chou},
    year={2018},
    eprint={1803.11227},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}