This is an example to demonstrate how to use DJL for live object detection from web camera.
To configure your development environment, follow setup.
Use the following command to run the project:
cd live-object-detection
# Linux/macOS/Windows gitbash:
./gradlew run
# Windows command prompty:
..\gradlew run