LincolnC2008 / student3

MIT License
0 stars 0 forks source link

ML #8

Open LincolnC2008 opened 6 months ago

LincolnC2008 commented 6 months ago

My score: 2.7/3.0 These are screenshots of code I helped with below and to sum it up, it essentially just resizes the image to 227 by 227 first with the image_resize function so cv2 library can read it. It then formats the image with blob and then predicts age and gender. The puttext function puts the text for how accurate it was and the drawing box function draws a border around the picture. It then returns the image in base64.

Screenshot (151)

Screenshot (150)

Screenshot (148)

Screenshot (149)