We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef9163 commit e23b5c4Copy full SHA for e23b5c4
1 file changed
Source code/src/data/projectsData.ts
@@ -40,7 +40,6 @@ export const projectsData: Project[] = [
40
description: "SNN implementation in C for efficient spiking neural network computation with optimized performance and debugging capabilities.",
41
category: "Spiking Neural Networks",
42
status: "Completed",
43
- image: "/lovable-uploads/image.png",
44
githubLink: "https://github.com/example/spikingc",
45
year: 2024
46
},
@@ -67,6 +66,7 @@ export const projectsData: Project[] = [
67
66
description: "A mobile-optimized Vision Transformer model using spiking neural networks for efficient visual processing on edge devices.",
68
69
+ image: "/lovable-uploads/image.png",
70
year: 2023
71
}
72
];
0 commit comments