Update projects

This commit is contained in:
2026-04-14 23:10:24 +02:00
parent c97a0f73cc
commit 241c04f4fd
29 changed files with 127 additions and 38 deletions

View File

@@ -0,0 +1,15 @@
<template>
<ProjectCard
title="Street Anomaly Segmentation" :image="image" image_classes=""
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/street-anomaly-segmentation' }
]">
<p>{{ $t('street_anomaly.description') }}</p>
</ProjectCard>
</template>
<script setup lang="ts">
import image from "@/assets/images/projects/street_anomaly.png";
</script>