Generating Images with Python and PIL for Machine Learning

Sometimes it can be helpful to generate a large volume of JEPGs or PNGs to create synthetic data for machine learning training. In this video, I demonstrate how I used Python and PIL to create an image recognition dataset for one of my classes.
Back to Top