Skip to content

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

Notifications You must be signed in to change notification settings

VakhoQ/damage-car-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published