├── Car Damage Assessment.pdf ├── README.md ├── code ├── Damage severity -> 4th gate.ipynb ├── Production and App Development.ipynb ├── Selecting the model -> first gate.ipynb ├── Side of the car -> 3rd gate.ipynb ├── damaged or whole car -> 2nd gate.ipynb └── download from GoogleImages.py └── web-app ├── .ipynb_checkpoints └── flask_app-checkpoint.ipynb ├── __pycache__ └── engine.cpython-36.pyc ├── engine.py ├── script.py ├── static ├── css │ └── main.css ├── models │ ├── cat_counter.pk │ ├── readme.txt │ └── vgg16_cat_list.pk └── uploads │ ├── save_4th_gate.jpg │ └── save_third_gate.png └── templates ├── index.html ├── layout.html └── results.html /Car Damage Assessment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/Car Damage Assessment.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/README.md -------------------------------------------------------------------------------- /code/Damage severity -> 4th gate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/code/Damage severity -> 4th gate.ipynb -------------------------------------------------------------------------------- /code/Production and App Development.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/code/Production and App Development.ipynb -------------------------------------------------------------------------------- /code/Selecting the model -> first gate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/code/Selecting the model -> first gate.ipynb -------------------------------------------------------------------------------- /code/Side of the car -> 3rd gate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/code/Side of the car -> 3rd gate.ipynb -------------------------------------------------------------------------------- /code/damaged or whole car -> 2nd gate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/code/damaged or whole car -> 2nd gate.ipynb -------------------------------------------------------------------------------- /code/download from GoogleImages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/code/download from GoogleImages.py -------------------------------------------------------------------------------- /web-app/.ipynb_checkpoints/flask_app-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/.ipynb_checkpoints/flask_app-checkpoint.ipynb -------------------------------------------------------------------------------- /web-app/__pycache__/engine.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/__pycache__/engine.cpython-36.pyc -------------------------------------------------------------------------------- /web-app/engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/engine.py -------------------------------------------------------------------------------- /web-app/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/script.py -------------------------------------------------------------------------------- /web-app/static/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/static/css/main.css -------------------------------------------------------------------------------- /web-app/static/models/cat_counter.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/static/models/cat_counter.pk -------------------------------------------------------------------------------- /web-app/static/models/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/static/models/readme.txt -------------------------------------------------------------------------------- /web-app/static/models/vgg16_cat_list.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/static/models/vgg16_cat_list.pk -------------------------------------------------------------------------------- /web-app/static/uploads/save_4th_gate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/static/uploads/save_4th_gate.jpg -------------------------------------------------------------------------------- /web-app/static/uploads/save_third_gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/static/uploads/save_third_gate.png -------------------------------------------------------------------------------- /web-app/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/templates/index.html -------------------------------------------------------------------------------- /web-app/templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/templates/layout.html -------------------------------------------------------------------------------- /web-app/templates/results.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloTheCoder/car-damage-evaluation-using-deep-learning/HEAD/web-app/templates/results.html --------------------------------------------------------------------------------