AI-Powered Photos App for the Decentralized Web 🌈💎
Go to file
2018-10-13 16:08:14 +02:00
.chglog Removed changelog (will be re-added after first release/tag) 2018-10-09 09:09:43 +02:00
assets Changed wording and removed doc images 2018-10-09 22:51:58 +02:00
cmd/photoprism Moved perceptual hash from photo to file model; code clean-up (go fmt) 2018-09-27 08:59:53 +02:00
configs Changed default port for production to 2342 2018-10-08 21:25:14 +02:00
frontend Set padding for search selects to 2 (aligned with search input) 2018-09-26 16:55:12 +02:00
internal Changed edited postfix from "edit%d" to "edited_%d" 2018-10-09 16:48:10 +02:00
scripts Added deploy section to .travis.yml to automatically push docker images 2018-09-17 12:11:19 +02:00
.dockerignore Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
.gitignore Moved all assets to assets/ and improved config 2018-09-14 12:44:15 +02:00
.travis.yml Renamed migrate-db to migrate 2018-09-18 15:21:22 +02:00
CONTRIBUTING.md Changed wording and removed doc images 2018-10-09 22:51:58 +02:00
docker-compose.travis.yml Fix for .travis.yml and docker-compose.travis.yml 2018-09-17 12:33:48 +02:00
docker-compose.yml Changed port to 2342 2018-10-09 04:01:50 +02:00
Dockerfile Moved all assets to assets/ and improved config 2018-09-14 12:44:15 +02:00
go.mod Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
go.sum Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
LICENSE Changed license back to MIT in the hope it will not be used to undermine our intentions :) 2018-10-13 16:08:14 +02:00
Makefile Renamed migrate-db to migrate 2018-09-18 15:21:22 +02:00
README.md Changed license back to MIT in the hope it will not be used to undermine our intentions :) 2018-10-13 16:08:14 +02:00

PhotoPrism: Browse your life in pictures

MIT License Donate Code Quality GitHub issues Build Status Documentation

We love taking photos. Privacy concerns - and the wish to properly archive them for the next generation - brought us to the conclusion that existing cloud solutions are not the right tool to keep them organized. At the same time, traditional desktop software like Adobe Lightroom lacks many features and can only be used on a single computer. That's why we started working on an easy-to-use application that can be hosted at home or on a private server.

More screenshots: https://photoprism.org/#screenshots

What to expect

  • Clearly structured Web interface for browsing, organizing and sharing your personal photo collection.
  • Import everything without worrying about duplicates or RAW to JPEG conversion.
  • Reverse geocoding and automated tagging based on Google TensorFlow.
  • No monthly costs. No proprietary formats. No privacy concerns.

For the early birds

This is the official way to test our development snapshot. We just started working on the UI and features are neither complete or stable. Feedback early in development helps saving a lot of time. We're a small team and need to move fast.

Before you start, make sure you got Docker installed on your system. It is available for Mac, Linux and Windows. Developers can skip this and move on to the Developer Guide.

Step 1: Download the config file docker-compose.yml (right click and Save Link As...) to a directory of your choice.

By default, a folder named Photos in your home directory will be used to store all images. You don't need to create it.

PhotoPrism will also create the following sub-directories in your Photos folder: Import, Export and Originals. Copy existing photos to Import, not directly to Originals as they need to be renamed and indexed in order to remove duplicates. Files that can not be imported - like videos - will stay in the Import directory, nothing gets lost.

If you prefer to use different directory names, you can change them in docker-compose.yml. See inline comments for instructions.

Step 2: Open a terminal, go to the directory in which you saved the config file and run this command to start the application:

docker-compose up -d

The Web frontend is now available at http://localhost:2342/. The port can be changed in docker-compose.yml. Remember to run docker-compose restart every time you touch the config.

Step 3: Connect to the application container and run photoprism import after putting files in the Import folder:

docker-compose exec photoprism bash
photoprism import

You should now be able to see your photos. You can continue using your favorite tools like Photoshop or Lightroom to edit images in the Originals folder. Run photoprism index to reindex them as needed. Even deleting and adding is possible, if you stick to the naming scheme. Easy, isn't it?

The full documentation can be found on docs.photoprism.org.

How to contribute

If you have a bug or an idea, read the contributing guidelines before opening an issue. Issues labeled help wanted or good first issue can be good first contributions.

The best way to get in touch is to write an email to hello@photoprism.org or join our Telegram group. We'd love to hear from you!

Donations

Please leave a star if you like this project, it provides enough motivation to keep going. If you still want to donate, you can do so via PayPal. Thank you very much! <3

Sponsorship

We are open to sponsorship proposals to improve our funding while we continue working on our first release and beyond. Ideally it also enables us to offer perks for contributions and explore new ways of organizing product development.

In exchange, we would love to share our knowledge and experience with you or your team, either on-site or remote. We can also help you getting existing photo collections tagged or build an API that integrates with your infrastructure.

Please contact us if you're interested in pursuing this unique opportunity.