A helpful boilerplate for object detection, using Spring Boot (Kotlin) and YOLOv7
Java 17
Compiled darknet .exe https://github.com/AlexeyAB/darknet with YOLOv7 model AlexeyAB/darknet#8595
- to install dependencies, compile and build jar run
./gradlew build
- then run the outputted jar with
java -jar