All Projects → neokt → Car Damage Detective

neokt / Car Damage Detective

Assessing car damage with convolution neural networks for a personal auto claims expedition use case

Projects that are alternatives of or similar to Car Damage Detective

Projects
TLM Monthly Projects. Join our slack to work on them.
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Notebooks using the Hugging Face libraries 🤗
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Deep Learning Genomics Primer
Contains files for the deep learning in genomics primer.
Stars: ✭ 170 (+0.59%)
Mutual labels:  jupyter-notebook
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Structurenet
StructureNet: Hierarchical Graph Networks for 3D Shape Generation
Stars: ✭ 170 (+0.59%)
Mutual labels:  jupyter-notebook
Prottrans
ProtTrans is providing state of the art pretrained language models for proteins. ProtTrans was trained on thousands of GPUs from Summit and hundreds of Google TPUs using Transformers Models.
Stars: ✭ 164 (-2.96%)
Mutual labels:  jupyter-notebook
Mlnd
Udacity Machine Learning Nano Degree Courses
Stars: ✭ 170 (+0.59%)
Mutual labels:  jupyter-notebook
Audiosignalprocessingforml
Code and slides of my YouTube series called "Audio Signal Proessing for Machine Learning"
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Log Anomaly Detector
Log Anomaly Detection - Machine learning to detect abnormal events logs
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Tf Tutorials
Tutorials for deep learning course here:
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Fastai old
OLD REPO - PLEASE USE fastai/fastai
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Photorealistic Style Transfer
High-Resolution Network for Photorealistic Style Transfer
Stars: ✭ 170 (+0.59%)
Mutual labels:  jupyter-notebook
Motion Ai
AI assisted motion detection for Home Assistant
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Imagination Augmented Agents
Building Agents with Imagination: pytorch step-by-step implementation
Stars: ✭ 170 (+0.59%)
Mutual labels:  jupyter-notebook
Deeplearning Az
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Gate Decorator Pruning
Code for the NuerIPS'19 paper "Gate Decorator: Global Filter Pruning Method for Accelerating Deep Convolutional Neural Networks"
Stars: ✭ 170 (+0.59%)
Mutual labels:  jupyter-notebook
Wbc Classification
Classifying White Blood Cells with CNNs
Stars: ✭ 170 (+0.59%)
Mutual labels:  jupyter-notebook
Torch Two Sample
A PyTorch library for two-sample tests
Stars: ✭ 170 (+0.59%)
Mutual labels:  jupyter-notebook
Mimic extract
MIMIC-Extract:A Data Extraction, Preprocessing, and Representation Pipeline for MIMIC-III
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook

Car Damage Detective

Assessing Car Damage with Convolutional Neural Networks

Created a proof of concept to expedite the personal auto claims process with computer vision and deep learning. Identified damage location and severity to accuracies of 79% and 71% respectively, comparable to human performance. Trained a pipeline of convolutional neural networks using transfer learning on VGG16 with Keras and Theano to classify damage. Deployed consumer-facing web app with Flask and Bootstrap for real-time car damage evaluations. Data scraped from Google Images using Selenium, hand-labeled for classification and supplemented with the Stanford Car Image Dataset.

  • Blog post - Coming soon!
  • Web app - Car Damage Detective - Currently unavailable
  • Presentation

Access to the image dataset is made available under the Open Data Commons Attribution License: https://opendatacommons.org/licenses/by/1.0/.

Credit for the Google Images scraper goes to Ian London's fantastic General Image Classifier project.

Demonstration

Demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].