photoprism/README.md

92 lines
4.8 KiB
Markdown
Raw Normal View History

2018-10-05 17:19:46 +00:00
PhotoPrism: Browse your life in pictures
2018-10-05 06:27:45 +00:00
========================================
2018-08-23 12:44:21 +00:00
2018-09-08 08:13:49 +00:00
[![Powered By](https://img.shields.io/badge/powered%20by-Go,%20TensorFlow%20%26%20Vuetify-blue.svg)][powered by]
2018-10-06 14:51:44 +00:00
[![GPL License](https://img.shields.io/badge/license-GPL-blue.svg)][license]
2018-02-27 18:46:50 +00:00
[![Code Quality](https://goreportcard.com/badge/github.com/photoprism/photoprism)][code quality]
[![GitHub issues](https://img.shields.io/github/issues/photoprism/photoprism.svg)][issues]
2018-09-07 10:06:09 +00:00
[![Build Status](https://travis-ci.org/photoprism/photoprism.png?branch=master)][ci]
[![Documentation](https://readthedocs.org/projects/photoprism-docs/badge/?version=latest&style=flat)][docs]
2018-02-27 18:46:50 +00:00
2018-09-07 09:53:46 +00:00
[powered by]: https://www.tensorflow.org/install/install_go
2018-09-07 10:06:09 +00:00
[license]: https://github.com/photoprism/photoprism/blob/master/LICENSE
2018-02-28 14:56:32 +00:00
[code quality]: https://goreportcard.com/report/github.com/photoprism/photoprism
2018-02-27 18:46:50 +00:00
[issues]: https://github.com/photoprism/photoprism/issues
2018-09-07 10:06:09 +00:00
[ci]: https://travis-ci.org/photoprism/photoprism
[docs]: https://docs.photoprism.org/en/latest/
2018-02-27 18:46:50 +00:00
2018-10-06 14:51:44 +00:00
We love taking photos and they belong to our most valuable (and storage consuming) assets. 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.
2018-09-27 20:02:18 +00:00
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.
2018-09-27 13:46:20 +00:00
![](assets/docs/img/screenshot-detailview.jpg)
More screenshots: https://photoprism.org/#screenshots
2018-10-05 14:31:57 +00:00
Features
--------
We focus on what really matters for photographers:
2018-09-27 13:46:20 +00:00
2018-10-05 14:31:57 +00:00
* 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.
2018-09-27 20:40:38 +00:00
*Note: This is not a photo editor. All images are stored in the file system, so you can continue using your favorite tools like Photoshop or Lightroom. No upload or download needed, if you run it at home. Easy, isn't it?*
Installation
------------
2018-10-08 17:12:49 +00:00
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](https://store.docker.com/search?type=edition&offering=community) installed on your system. It is available for Mac, Linux and Windows.
2018-10-07 13:59:17 +00:00
Developers can skip this and move on to the [Developer Guide](https://github.com/photoprism/photoprism/wiki/Developer-Guide) in our [Wiki](https://github.com/photoprism/photoprism/wiki).
**Step 1:** Download [docker-compose.prod.yml](https://github.com/photoprism/photoprism/blob/master/docker-compose.prod.yml), rename it to `docker-compose.yml` and set the default photo path `~/Photos` to whatever directory you want to use on your local computer:
```yaml
volumes:
2018-10-08 05:33:26 +00:00
- ~/Photos:/Photos
```
PhotoPrism will create the following sub-directories in your photo path: `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.
2018-10-08 05:33:26 +00:00
Files that can not be imported - like videos - will stay in the `Import` directory, nothing gets lost.
**Step 2:** Start PhotoPrism using `docker-compose` in the same directory:
2018-10-08 05:35:53 +00:00
```bash
docker-compose up -d
```
2018-10-08 05:33:26 +00:00
The Web frontend is now available at http://localhost/. The port can be changed in `docker-compose.yml` if needed. Remember to run `docker-compose restart` every time you change the config.
2018-10-08 17:12:49 +00:00
**Step 3:** Open a terminal to import your photos:
2018-10-08 05:33:26 +00:00
2018-10-08 05:35:53 +00:00
```bash
docker-compose exec photoprism bash
2018-10-08 05:36:44 +00:00
photoprism import
```
2018-10-08 17:12:49 +00:00
The full documentation is available at https://docs.photoprism.org/en/latest/.
2018-10-05 14:31:57 +00:00
Contribute
----------
We are currently setting up the infrastructure necessary to coordinate a remote team and keep everyone up-to-date.
At the moment, the best way to get in touch is to write an email to hello@photoprism.org. We'd love to hear from you!
2018-10-05 17:21:31 +00:00
Donations
---------
To continue working full-time and build a community, we are looking for public funding or a private sponsor who shares our vision. Any help and advice is much appreciated.
Since the software is not released yet, we don't want to ask for small donations from individuals. Please leave a star if you like this project, it provides enough motivation to keep going.
Sponsors
--------
Support this project by becoming a sponsor. Your logo will show up here with a link to your website and we can help you or your development team getting started with any of the technologies we use, either on-site or remote.