This repository shows the implementation of HLS4ml that converts the Keras/Pytorch-based ML model into HLS and VHDL language useful for FPGAs
hls4ml.ipynb: This notebook has the implementation of HLS4ML for VC707 FPGA.
latency.txt: This text file is a report generated about LUT operations, resource utilization, and operation latency.
model_1: This directory consists of the HLS and VHDL versions of the model which is compatible with Vivado 2018.3
15-0.9637.h5: MLP model in Keras that will be used in FPGA