Keeping tabs on your photo library with PhotoPrism

Housekeeping

Because PhotoPrism runs in a container, there are a handful of commands you might find useful for managing the application. You already know

docker-compose up -d

starts PhotoPrism. To stop the application, use

docker-compose stop

If you need to reset PhotoPrism and start from scratch, use:

docker-compose exec photoprism photoprism reset

Finally, upgrading PhotoPrism is a matter of running the following commands:

docker-compose pull photoprism
docker-compose stop photoprism
docker-compose up -d photoprism

Wrap-Up

Relegating classification and face recognition tasks to the mighty TensorFlow engine is what sets PhotoPrism apart from pretty much everything else. Does it produce perfect results? Definitely not. But the sheer convenience of being able to plug your entire library into PhotoPrism and let the application do the rest outweighs occasional misses. It would be a mistake to judge PhotoPrism by its machine learning smarts only, though. The application's polished and user-friendly interface coupled with excellent search capabilities makes it a perfect tool for managing large libraries and sharing your photos with the rest of the world.

The Author

Dmitri Popov has been writing exclusively about Linux and open source software for many years. His articles have appeared in Danish, British, US, German, Spanish, and Russian magazines and websites. You can find more on his website at http://tokyoma.de.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Introduction

    This month in Linux Voice.

  • Shotwell Photo Manager

    We show how to use the Shotwell app to process, retouch, and organize your photos.

  • Mozilla Prism Puts the Web on Your Desktop

    The Mozilla Foundation has just released Prism, the pre-release version of an application that removes a Web application’s reliance on a browser. The software, which was previously only available for Windows, is now available as version 0.8 for Linux and Mac OS X.

  • Programming Snapshot – Facial Recognition

    It is not just Facebook – every Linux user can extract faces from photos and assign them to real people, thanks to free libraries. Mike Schilli shows you how to do it.

  • Treasure Hunt

    A geolocation guessing game based on the popular Wordle evaluates a player's guesses based on the distance from and direction to the target location. Mike Schilli turns this concept into a desktop game in Go using the photos from his private collection.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News