less than 1 minute read

Introduction

Today, I worked on creating a skeleton framework for a compliance recommendation system for the user by using Lists and ArrayList.

Development Notes

I built a private static method to take the riskCategory classified by the program and return a list of strings that includes tailored recommendation for each user.

Screenshot 2025-05-13 at 11 55 09 AM

I then call on this method in the main method to fill up the recommendations list.

Screenshot 2025-05-13 at 11 55 23 AM

I will work on creating the recommedations by refering to the EU AI Act