mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Add nn-from-scratch project
This commit is contained in:
15
components/projects/cards/NNFromScratch.vue
Normal file
15
components/projects/cards/NNFromScratch.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<ProjectCard
|
||||
:title="$t('nn_scratch.title')" :image="image" image_classes="dark:invert"
|
||||
:links="[
|
||||
{ label: 'Repository', url: 'https://github.com/NotXia/nn-from-scratch' }
|
||||
]">
|
||||
|
||||
<p>{{ $t('nn_scratch.description') }}</p>
|
||||
</ProjectCard>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup lang="ts">
|
||||
import image from "@/assets/images/projects/neural_network.png";
|
||||
</script>
|
||||
Reference in New Issue
Block a user