diff --git a/feed.xml b/feed.xml index 7f3ffaa..794795d 100644 --- a/feed.xml +++ b/feed.xml @@ -1,2 +1,2 @@ -Jekyll2024-06-09T06:18:34+00:00https://eklavya.sravjti.in/feed.xmlblankA simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. +Jekyll2024-06-09T14:32:30+00:00https://eklavya.sravjti.in/feed.xmlblankA simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. \ No newline at end of file diff --git a/projects/Conv_on_FPGA/index.html b/projects/Conv_on_FPGA/index.html new file mode 100644 index 0000000..e662d32 --- /dev/null +++ b/projects/Conv_on_FPGA/index.html @@ -0,0 +1,289 @@ + + + + + + + + + + + + + CONVOLUTIONS ON FPGA | Eklavya 2024 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+
+ + + +
+ + +
+ +
+

CONVOLUTIONS ON FPGA

+

To perform convolution for NxN image and futher applications on image processing on FPGA

+
+ +
+ + + + + + + + + + + + + + + +
Project DomainsMentorsProject Difficulty
Image processing , FPGA, Digital DesignAbhinav Ananthu , Atharv PatilMedium
+ +


+ +

Project Description

+ +

In the realm of high-performance computing (HPC), the demand for faster and more efficient processing methodologies is ever-increasing. +Convolution operations, a fundamental component in image processing often pose significant computational challenges due to their intensive computational requirements. +To address this challenge, our project focuses on leveraging the power of Field-Programmable Gate Arrays (FPGAs) to accelerate convolution operations, achieving unprecedented levels of performance and efficiency. +Using Convolution as one of the fundamental step for image processing , we will be applying different image processing algorithms on images of varying resolution on a FPGA.

+ +

Resources

+ +

What is a FPGA
+What is a Convolution

+ +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/index.html b/projects/index.html index 5798d48..18236fa 100644 --- a/projects/index.html +++ b/projects/index.html @@ -140,6 +140,20 @@

ApexCore a RISC-V based CPU

+ + +