Giter Club home page Giter Club logo

automobile-image-classification's Introduction

Automobile Image Classification

Summary

This repository contains Bradley Reardon, Divya Parmar and Haruna Salim's final project for George Washington University's DATS 6203:Machine Learning II course. Our project objective was to apply a deep learning framework and network to a real world problem. For our project we applied preprocessing techniques and a convolutinal neural network to classify cars by make and model.

Data

Data Source 1

Folders

  • Code contains all of our code and data used in the project.
  • Proposal contains the proposal for the project.
  • Presentation contains a PowerPoint presentation of our project.
  • Report contains a report of our findings from this project.

Code Execution

  1. To successfully execute the code, make sure you have following libraries installed on your python interpreter enviroment:
  • sklearn
  • opencv-python
  • opencv-contrib-python
  • tensorflow
  • keras
  • seaborn
  • pandas
  • matplotlib
  1. After downloading the training images from here and the test images from here, copy the images from the car_test into the Dataset/Test folder and the images from the car_train into the Dataset/Train folder.

  2. To cut data preprocessing time, you can access the already preprocessed numpy files here. Simply copy the train_data.npy and test_data.npy into the DataStorage folder in the Code folder. If you also want to reprocess the data, just execute the DataGenerator.py file again.

  3. When you run the main.py file. Set either pretrained or custom to true or false or both.

  4. After the preprocessing and trainingoccurs, the model will be saved to the SavedModel folder and will be used for prediction on the test set.

automobile-image-classification's People

Contributors

babayegar avatar breardon7 avatar dparmar16 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.