This tutorial will help you to install and set up the car damage detector web application on your system
- 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/)
- You can skip the above steps and browse directly on your web browser using Car Damage Detector
Ravi Ranjan