Image classification in Java for Hot Dog Not Hot Dog dataset
After cloning the project,
- Download data set from https://www.kaggle.com/datasets/dansbecker/hot-dog-not-hot-dog
- Unpack the downloaded images and copy contents of the train folder into images folder of cloned project
- Rename the 'not_hot_dog' folder to 'negative'
- For funny tutorial about image classification see scene from TV show Silicon Valley https://www.youtube.com/watch?v=vIci3C4JkL0
- Data set: https://www.kaggle.com/datasets/dansbecker/hot-dog-not-hot-dog
- Visual Recognition API JSR381 https://jcp.org/en/jsr/detail?id=381
- JSR381 project on GitHub https://github.com/JavaVisRec