@tiffanylin43 @SylviaCHS @kkl18 One of the things we will be looking for in this assignment is the use of comments in the GitHub issues as a way of intra-team communication. So, as you are working ov…
To process the image, I convert the base64 string into an np.array and perform processing. I also must convert the processed np.array back to a base64 string so it can be stored in the database. The o…