Skip to content

Commit b9188e1

Browse files
authored
Update project IDs and add new project details
1 parent b0a247f commit b9188e1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Source code/src/data/projectsData.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ export const projectsData: Project[] = [
2727
},
2828
{
2929
id: "2",
30+
title: "Analog Spiking TinyML",
31+
description: "Implementation of SNN's with analog synaptic circuits for Gesture/Audio recognition",
32+
category: "AI Hardware",
33+
status: "Active",
34+
year: 2025,
35+
recruitingFor: true
36+
},
37+
{
38+
id: "3",
3039
title: "Neural Network Quantization Benchmarking",
3140
description: "Systematic comparison of quantization methods across multiple deep learning architectures.",
3241
category: "AI Software",
@@ -35,7 +44,7 @@ export const projectsData: Project[] = [
3544
recruitingFor: true
3645
},
3746
{
38-
id: "3",
47+
id: "4",
3948
title: "SpikingC",
4049
description: "SNN implementation in C for efficient spiking neural network computation with optimized performance and debugging capabilities.",
4150
category: "Spiking Neural Networks",
@@ -44,7 +53,7 @@ export const projectsData: Project[] = [
4453
year: 2024
4554
},
4655
{
47-
id: "4",
56+
id: "5",
4857
title: "Fortiss Hackathon 2023 - Gesture Recognition",
4958
description: "SNN-based gesture recognition system developed during the November 2023 Hackathon with Fortiss.",
5059
category: "Spiking Neural Networks",
@@ -53,15 +62,15 @@ export const projectsData: Project[] = [
5362
year: 2023
5463
},
5564
{
56-
id: "5",
65+
id: "6",
5766
title: "DenseSpiking RTL",
5867
description: "Implementation of a Dense Layer with Leaky Integrate and Fire (LIF) neurons in SystemVerilog for FPGA deployment.",
5968
category: "Chip Design",
6069
status: "Completed",
6170
year: 2023
6271
},
6372
{
64-
id: "6",
73+
id: "7",
6574
title: "Spiking Mobile ViT",
6675
description: "A mobile-optimized Vision Transformer model using spiking neural networks for efficient visual processing on edge devices.",
6776
category: "Spiking Neural Networks",

0 commit comments

Comments
 (0)