mizoo

Use deep learning to rename your images with the related caption.


Keywords
captioning
License
MIT
Install
pip install mizoo==0.5

Documentation

mizoo logo


Mizoo rename all your photos with a description of what is in them. It uses Microsoft Computer Vision API's to describe what it sees on the image and rename the file to that description.

By naming your photos with a description of the content you will never have to dig up an old photo from your library ever again, just search for the content!

Warning: Machines are not very good at captioning yet so don't trust this to much... 🤖

Install and usage

> pip install mizoo

> mizoo directory key

Use mizoo -h for help.

Caption samples

sample 1
A cat is wearing a suit and tie

sample 1
Steve Jobs wearing glasses looking at the camera and he seems 😐

TODO

  • what if two captions are the same?
  • change caption for tags?
  • ...