I am an ICT student at Fontys University of Applied Sciences, currently in my fourth semester. My specialization is developing websites and mobile applications. Here you can see a small selection of my works. Enjoy your stay :)
A VR experience aimed to educate teenagers on the dangers on Facial Recognition Technology, this project simulates a data breach. The player sees how fake profiles and deepfakes of them are generated after they get their face scanned. The project was presented at the 'Night of the Nerds' event earlier this year.
I combined a music theory API and a music synthesis API to create a tool that helps musicians generate ideas for melodies when they are in a creative rut. You can specify the scale, how the melody is visualised, what instrument is used to play back the melody, etc.
'Safe and Sound' is designed to provide the essential parts of a music player in a car setting. The UI is minimal, relying on gestures and voice commands so that distractions on the road are minimal. It is rich in terms of safety features - road harzard detection, drive mode, drowsiness detection, etc.
I trained a ResNet-34 model on the Food-101 database. I used this model in my Flutter app, which can take a picture of a food dish and classify it as one of 101 possible dishes. After that, the user is redirected to the recipe page of the recognized food.
I created a login and register system that allows comments and posts only if you are authenticated as a user. For storing all the user data I used Firebase. The app also tracks the time the comments were made.
I recreated the iconic snake game using vanilla Javascript, HTML and CSS. This was the first project I made after getting acquainted with Javascript in semester 2. I added a lot of extra features like teleports, bombs and mystery items that do one random action, positive or negative.