Tensorflow Assisted Image Organizer

I’ve been working on this program for a week and now it’s quite usable, it’s my first time touching python and machine learning stuff so I would like to get some feedback to make it better.

Here’s what the program do:

  1. Read images from input folder
  2. Detects faces and crop it
  3. Get the character name from the cropped face
  4. Store the info to a list
  5. Iterates through the list, user will decide for each image
  6. Move the image to an organized folder

More detail is available on github.

3 Likes

Nice. Imma try this out when I get a chance!

1 Like