This repository contains the Verilog implementation of Image Enhancement Hardware. This Verilog code was implemented and simulated on Xilinx Vivado.
- "image_enhancement.v" contains the design code of all the individual blocks of the Image Enhancement Hardware.
- "image_enhancement_tb.v" contains the testbench code to verify the design of our Image Enhancement Hardware.
- "Script_Image2Txt_Txt2Img.py" contains the python code for converting image to text and text to image.