/Car-Damage-Detector

Code example demonstrating how to detect damage intensity of a damaged car using deep learning

Primary LanguageCSS

Estimating car damage using Deep Learning Algorithms: Image Processing

This tutorial will help you to install and set up the car damage detector web application on your system

Installation Steps for running on your local machine:

  • Download and install Python 3.6 or Anaconda 4 on your system as per your operating system Download Python Download Anaconda 4
  • Clone the repository on your local drive.
  • Open command prompt in windows or terminal in MacOS inside the application root directory.
  • Install the required python packages needed to run the appliation.
    pip install requirements.txt
    
  • Run the flask app server on your local system
    python app.py
    
  • Browse the application on (http://localhost:5000/)

(Optional) Accessing direclty on web browser using internet:

  • You can skip the above steps and browse directly on your web browser using Car Damage Detector

Author

Ravi Ranjan