Using machine learning (deep learning), detects whether car is damaged or not.
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/
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: