Advent of Code 2023 – Day 17
I'm trying to solve all the Advent of Code puzzles in this video series.
In this video, we improve the JavaCNN repository adding new image readers to get your test and training data.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
We look into how to run workloads on the Azure Devops Pipeline, compare it with other similar solutions and also look at settings up a simple maven project for testing.
We look into how to use Java to create an image classification model using TFRecords and train it with python. Then we will read that model in TensorflowJS in order to predict images.
Using Keycloak we look into web authentication and how to setup a standard OpenID flow. Then we go one step further and look into using an Quarkus application and authentication through OpenID using Keycloak. Last but not least we configure a required role for one endpoint in our application via Keycloak to see that we…
We solve the day 4 challenges for the Advent of Code.