We have build a photo collage using 5 images of pokemon as given in the dataset.
numpy
cv2
pandas
matplotlib
After that we convert the final image into a single .csv file of the shape (rows x cols, 3).
The CSV file have a header "r,g,b" as column names.
We can also make more changes to add more collage layouts and to make more decorative. It depends on us.