@@ -37,14 +37,23 @@ export const projectsData: Project[] = [
3737 {
3838 id : "3" ,
3939 title : "Neural Network Quantization Benchmarking" ,
40- description : "Systematic comparison of quantization methods across multiple deep learning architectures. " ,
40+ description : "Systematic comparison of quantization methods across multiple deep learning architectures" ,
4141 category : "AI Software" ,
4242 status : "Active" ,
4343 year : 2025 ,
4444 recruitingFor : true
4545 } ,
4646 {
4747 id : "4" ,
48+ title : "UPMEM-MLP" ,
49+ description : "Multilayer perceptron in pure C enhanced with UPMEM PIM-based training" ,
50+ category : "AI Hardware" ,
51+ status : "Active" ,
52+ githubLink : "https://github.com/OpenHardware-Initiative/UPMEM-MLP" ,
53+ year : 2025
54+ } ,
55+ {
56+ id : "5" ,
4857 title : "SpikingC" ,
4958 description : "SNN implementation in C for efficient spiking neural network computation with optimized performance and debugging capabilities." ,
5059 category : "Spiking Neural Networks" ,
@@ -53,7 +62,7 @@ export const projectsData: Project[] = [
5362 year : 2024
5463 } ,
5564 {
56- id : "5 " ,
65+ id : "6 " ,
5766 title : "Fortiss Hackathon 2023 - Gesture Recognition" ,
5867 description : "SNN-based gesture recognition system developed during the November 2023 Hackathon with Fortiss." ,
5968 category : "Spiking Neural Networks" ,
@@ -62,15 +71,15 @@ export const projectsData: Project[] = [
6271 year : 2023
6372 } ,
6473 {
65- id : "6 " ,
74+ id : "7 " ,
6675 title : "DenseSpiking RTL" ,
6776 description : "Implementation of a Dense Layer with Leaky Integrate and Fire (LIF) neurons in SystemVerilog for FPGA deployment." ,
6877 category : "Chip Design" ,
6978 status : "Completed" ,
7079 year : 2023
7180 } ,
7281 {
73- id : "7 " ,
82+ id : "8 " ,
7483 title : "Spiking Mobile ViT" ,
7584 description : "A mobile-optimized Vision Transformer model using spiking neural networks for efficient visual processing on edge devices." ,
7685 category : "Spiking Neural Networks" ,
0 commit comments