diff --git a/src/assets/img/semantic_segmentation.png b/src/assets/img/semantic_segmentation.png
new file mode 100644
index 0000000..16dc570
Binary files /dev/null and b/src/assets/img/semantic_segmentation.png differ
diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json
index 959efad..0d257b5 100644
--- a/src/assets/localization/en/localization.json
+++ b/src/assets/localization/en/localization.json
@@ -37,6 +37,11 @@
"desc": "As I was a third year student, I was tasked to create a website about everything I had done so far. I decided to use every skill I had to build this project, making myself 3D models and animations using Blender, while three.js is used to render it. Currently, it's not up-to-date !",
"button_text": "Open the project",
"button2_text": "See on Github"
+ },
+ "semantic_segmentation":{
+ "title": "Semantic Segmentation",
+ "desc": "During my intership at Hachinohe National Institute of Technology, Japan, I was asked to research about Semantic Segmentation using the Oxford-IIIT Pet Dataset, and models like SegNet, U-Net, and DeepLabV3, gaining valuable experience along the way.",
+ "button_text": "More about it"
}
},
"tags":{
diff --git a/src/components/home/projects.vue b/src/components/home/projects.vue
index d391e25..4b69765 100644
--- a/src/components/home/projects.vue
+++ b/src/components/home/projects.vue
@@ -20,7 +20,7 @@