IntroductionTwo months backs I took part in the Eye on Intelligence Challenge. My project is to create a sign language interpreter which will use ML on the Arty Z7 board to do real time classification on hand signs and classify those into characters.…
IntroductionIn this blog, I will try to run ML on Pynq and do some image classification using neural network. Machine learning on PYNQ involves leveraging the FPGA (Field-Programmable Gate Array) capabilities of PYNQ boards to accelerate machine...
IntroductionIn this blog, we will use PYNQ overlays to connect the video stream from a USB webcam to a TFT screen, and then overlay text onto the displayed video.
What is PYNQ Overlay?Overlays are programmable FPGA designs that extend applications fr…