/car-recognition

Recognizing car models using neural nets

Primary LanguagePython

Car Model Recognition

Recognizing the model, make and year of a car using deep learning.

Getting Started

Please install Jupyter Notebook and all dependencies required in ./project.ipynb.

Then download training and testing data and place them into ./input folder.

Please make sure your project folder has the following structure:

./project.ipynb
./input/
    anno_test.csv
    anno_train.csv
    names.csv
    car_data/