How to automatically tag images using ExifTool and TensorFlow

Описание к видео How to automatically tag images using ExifTool and TensorFlow

In this video, I will show you how to use ExifTool and TensorFlow to automatically tag images based on their contents. This can save you a lot of time and effort when you have thousands of images to organize. You will learn how to download and install ExifTool and TensorFlow, how to write a simple Python script that uses a neural network to recognize objects in images, and how to add tags to the metadata of image files using ExifTool. You will also see some examples of the results and how to search for images by tags. Enjoy!

python: https://www.python.org/downloads/
IMAGENET list classes: https://deeplearning.cms.waikato.ac.n...
home page exiftool: https://exiftool.org/
script from video: https://drive.google.com/file/d/1nJfm...

install modules:
pip install Pillow
pip install tensorflow

Комментарии

Информация по комментариям в разработке