FPGA_ML_Accelerator Contributors: Shikhar Dave and Mahek Vanjani This project is based on the implementation of ML models on the FPGA boards. We have used kintex-7 Genesys 2 and PYNQ z2 Board. Click here for Pynq Basic Documentaion by us We will be using Vitis HLS 2023 version for making the .bit and .tcl file for the model specific hardware design. Resources for ViT study - Transformers. Attention is all you need Vitis HLS The first project we did in vitis HLS was array addition. The cpp file for source and testbench have been added along with the header file.