We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6443f7b commit 3c53b90Copy full SHA for 3c53b90
1 file changed
Source code/src/data/projectsData.ts
@@ -40,6 +40,7 @@ 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
},
0 commit comments