diff --git a/_projects/ViT.md b/_projects/ViT.md
new file mode 100644
index 0000000..ae97124
--- /dev/null
+++ b/_projects/ViT.md
@@ -0,0 +1,39 @@
+---
+layout: page
+title: Vision Transformers From Scratch
+description: Implementing a Vision Transformers Model From Scratch
+importance: 1
+---
+
+| Project Domains | Mentors | Project Difficulty |
+|------------------------------|--------------|--------------------|
+| Deep Learning, Transformers, CNNs, LSTMs, Python, Pytorch | Aryan Nanda | Hard |
+
+
+
+### Project Description
+
+An Image is Worth 16x16 Words. While the Transformer architecture has become the de-facto standard for natural language processing tasks, its use in computer vision remains limited. This project is an attempt to understand the transformer architecture and its use in CV applications. Initially, we will start with naive deep-learning models and then will do basics of Processing sequential data using RNNs, LSTMs and then will understand the workings of Vision Transformers and then will implement a model that can generate a descriptive caption for an image we provide it.
+This project will be very beneficial for those who want to do research in Transformer-based models in Open-source in upcoming years.
+
+### Pre-requisites
+
+- Strong Python Programming -> https://www.youtube.com/watch?v=rfscVS0vtbw
+
+- Good conceptual understanding of Linear Algebra concepts -> https://www.youtube.com/watchv=fNk_zzaMoSslist=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab
+
+- Good understanding of concepts taught in the Pixels workshop(Convolutions, playing with images etc.) -> https://drive.google.com/drive/folders/1vyaM4vVJF-gTf_5movE73Ve3Pq_SUFSt
+
+- Familiarity with neural networks -> https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi (Must Watch)
+
+> It is recommended that candidates interested in this project go through the above resources. This will give you an advantage over others during interview for this project.
+
+### References
+
+- [Explaination of SOTA Transformers model](https://arxiv.org/abs/1706.03762)
+- [Vision Transformers](https://arxiv.org/abs/2010.11929)
+
+### Mentor
+Aryan Nanda - nandaaryan823@gmail.com
+
+> If you have any doubts regarding this project or any difficulty in understanding the pre-requisites videos you reach out to the mentor.
\ No newline at end of file
diff --git a/_site/projects/ViT/index.html b/_site/projects/ViT/index.html
new file mode 100644
index 0000000..16ca0d4
--- /dev/null
+++ b/_site/projects/ViT/index.html
@@ -0,0 +1,61 @@
+
+
Project Domains | +Mentors | +Project Difficulty | +
---|---|---|
Deep Learning, Transformers, CNNs, Python, Pytorch | +Aryan Nanda | +Hard | +
An Image is Worth 16x16 Words. While the Transformer architecture has become the de-facto standard for natural language processing tasks, its use in computer vision remains limited. This project is an attempt to understand the transformer architecture and its use in CV applications. Initially, we will start with naive deep-learning models and then will do basics of Processing sequential data using RNNs, LSTMs and then will understand the workings of Vision Transformers and then will implement a model that can generate a descriptive caption for an image we provide it.
+This project will be very beneficial for those who want to do research in Transformer-based models in Open-source in upcoming years.
Strong Python Programming -> https://www.youtube.com/watch?v=rfscVS0vtbw
+Good conceptual understanding of Linear Algebra concepts -> https://www.youtube.com/watchv=fNk_zzaMoSslist=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab
+Good understanding of concepts taught in the Pixels workshop(Convolutions, playing with images etc.) -> https://drive.google.com/drive/folders/1vyaM4vVJF-gTf_5movE73Ve3Pq_SUFSt
+Familiarity with neural networks -> https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi (Must Watch)
+++ +It is recommended that candidates interested in this project go through the above resources. This will give you an advantage over others during interview for this project.
+
Aryan Nanda - nandaaryan823@gmail.com
+ +++ diff --git a/_site/projects/index.html b/_site/projects/index.html index dc54573..51d8387 100644 --- a/_site/projects/index.html +++ b/_site/projects/index.html @@ -26,7 +26,7 @@ - + @@ -126,6 +126,20 @@If you have any doubts regarding this project or any difficulty in understanding the pre-requisites videos you reach out to the mentor.
+