Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.13 KB

damage-car-detector

Using machine learning (deep learning), detects whether car is damaged or not.

how to run application

In order to check if a car is damaged or not run the application with the following command: python3 manage.py runserver

You should see the following message after running the comand:

Starting development server at http://127.0.0.1:8000/

how to test

if application is runing, open browser and copy the followig URL

http://127.0.0.1:8000/DamageCarDetector/?img=${IMAGE_URL}

Instead of ${IMAGE_URL} please pass HTTP url of image. For example:

http://127.0.0.1:8000/DamageCarDetector/?img=https://example.com/image.jpg

Results should be something like that:

not damaged not damaged

Tensorboard information about training and validation

thensorboard