photoprism/README.md

135 lines
9.1 KiB
Markdown
Raw Normal View History

2021-10-11 21:32:13 +00:00
PhotoPrism: Browse Your Life in Pictures
========================================
2018-08-23 12:44:21 +00:00
[![License: AGPL](https://img.shields.io/badge/license-AGPL-blue.svg)][license]
2021-12-12 19:15:52 +00:00
![Build Status](https://dl.photoprism.app/img/badges/badge-build-success.svg)
2019-04-29 15:20:33 +00:00
[![GitHub contributors](https://img.shields.io/github/contributors/photoprism/photoprism.svg)](https://github.com/photoprism/photoprism/graphs/contributors/)
2020-06-07 11:26:13 +00:00
[![Documentation](https://img.shields.io/badge/read-the%20docs-4aa087.svg)][docs]
[![Community Chat](https://img.shields.io/badge/chat-on%20gitter-4aa087.svg)][chat]
2021-10-23 18:34:01 +00:00
[![GitHub Discussions](https://img.shields.io/badge/ask-%20on%20github-4d6a91.svg)][ask]
2021-05-15 08:48:37 +00:00
[![Twitter](https://img.shields.io/badge/follow-@photoprism_app-00acee.svg)][twitter]
2018-02-27 18:46:50 +00:00
2021-10-20 06:54:23 +00:00
PhotoPrism® is an AI-powered app for browsing, organizing & sharing your photo collection.
It makes use of the latest technologies to tag and find pictures automatically without getting in your way.
2021-10-18 19:47:03 +00:00
You can run it at home, on a private server, or in the cloud.
2018-09-27 13:46:20 +00:00
2021-12-12 19:15:52 +00:00
![](https://dl.photoprism.app/img/ui/desktop-1000px.jpg)
2021-12-12 17:26:16 +00:00
To get a first impression, you're welcome to play with our public demo at [demo.photoprism.app](https://demo.photoprism.app/).
2021-10-18 15:09:32 +00:00
## Feature Overview ##
2018-09-27 13:46:20 +00:00
2021-12-12 19:14:07 +00:00
* Browse [all your photos](https://docs.photoprism.app/user-guide/organize/browse/) and [videos](https://demo.photoprism.app/videos) without worrying about [RAW conversion, duplicates or video formats](https://docs.photoprism.app/user-guide/settings/library/)
2021-12-12 17:26:16 +00:00
* Easily find specific pictures using [powerful search filters](https://demo.photoprism.app/browse?view=cards&q=flower%20color%3Ared)
* Privacy-friendly: No data is ever sent to Google, Amazon, Facebook, or Apple unless you explicitly upload files to one of their services 🔐
2021-12-12 17:26:16 +00:00
* Recognizes [the faces of your family and friends](https://demo.photoprism.app/people)
* [Automatic classification](https://demo.photoprism.app/labels) of pictures based on their content and location
* [Play Live Photos](https://demo.photoprism.app/live) by hovering over them in [albums](https://demo.photoprism.app/albums) and [search results](https://demo.photoprism.app/browse?view=cards&q=type%3Alive)
* Since the [User Interface](https://demo.photoprism.app/) is a [Progressive Web App](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps),
2021-10-14 16:54:47 +00:00
it provides a native app-like experience, and you can conveniently install it on the home screen of all major operating systems and mobile devices
2021-12-12 17:26:16 +00:00
* Includes four high-resolution [World Maps](https://demo.photoprism.app/places) to bring back the memories of your favorite trips
2021-10-14 18:27:56 +00:00
* Metadata is extracted and merged from Exif, XMP, and other sources such as Google Photos
2021-12-12 17:26:16 +00:00
* Many more image properties like [Colors](https://demo.photoprism.app/browse?view=cards&q=color:red), [Chroma](https://demo.photoprism.app/browse?view=cards&q=mono%3Atrue), and [Quality](https://demo.photoprism.app/review) can be searched as well
2021-11-30 21:30:36 +00:00
* Use [PhotoSync](https://www.photosync-app.com/) to securely backup iOS and Android phones in the background
2021-12-12 19:14:07 +00:00
* WebDAV clients such as Microsoft's Windows Explorer and Apple's Finder [can connect directly](https://docs.photoprism.app/user-guide/sync/webdav/) to PhotoPrism, allowing you to open, edit, and delete files from your computer as if they were local
2020-11-27 17:14:56 +00:00
2020-11-26 19:45:48 +00:00
## Getting Started ##
2021-12-10 14:45:45 +00:00
<img align="right" width="25%" src="https://photoprism.app/user/pages/01.home/03._screenshots/iphone-maps-hybrid-540px.png">
2020-11-29 11:39:49 +00:00
Step-by-step installation instructions for our self-hosted [community edition](https://photoprism.app/get) can be found
2021-12-12 19:14:07 +00:00
on [docs.photoprism.app](https://docs.photoprism.app/getting-started/) -
2021-10-01 03:12:36 +00:00
all you need is a Web browser and [Docker](https://docs.docker.com/get-docker/) to run the server.
It is available for Mac, Linux, and Windows.
2021-12-12 19:14:07 +00:00
The [stable version](https://docs.photoprism.app/release-notes/) and development
2021-12-10 21:38:47 +00:00
preview have been built into a single [multi-arch image](https://hub.docker.com/r/photoprism/photoprism) for 64-bit AMD, Intel,
2021-12-12 19:14:07 +00:00
and ARM processors. That means, [Raspberry Pi](https://docs.photoprism.app/getting-started/raspberry-pi/) 3 / 4 owners can pull
2021-12-10 21:38:47 +00:00
from the same repository, enjoy the exact same functionality, and can follow the regular
2021-12-12 19:14:07 +00:00
[installation instructions](https://docs.photoprism.app/getting-started/docker-compose/)
after going through a short list of [requirements](https://docs.photoprism.app/getting-started/raspberry-pi/).
2021-12-10 21:38:47 +00:00
Existing users are advised to update their `docker-compose.yml` config based on our examples
2021-12-12 19:15:52 +00:00
available at [dl.photoprism.app/docker/](https://dl.photoprism.app/docker/).
2021-10-14 10:54:14 +00:00
## Back us on [Patreon](https://www.patreon.com/photoprism) or [GitHub Sponsors](https://github.com/sponsors/photoprism) ##
2021-12-03 16:46:17 +00:00
Your continued support helps us provide services like world maps and develop new features.
2021-11-01 13:29:37 +00:00
GitHub now also offers [one-time donations](https://github.com/sponsors/photoprism?frequency=one-time).
2021-11-02 13:45:37 +00:00
You're welcome to [contact us](https://photoprism.app/contact) for other options.
2021-10-08 12:54:24 +00:00
Also, please [leave a star](https://github.com/photoprism/photoprism/stargazers) on GitHub if you like this project.
It provides additional motivation to keep going.
2021-10-09 06:05:52 +00:00
Thank you very much! 💜
2021-10-07 13:20:58 +00:00
## Roadmap ##
2021-10-18 15:55:13 +00:00
Our vision is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.
2021-10-07 13:20:58 +00:00
The [roadmap](https://github.com/photoprism/photoprism/projects/5) shows what tasks are in progress,
2021-10-14 15:27:54 +00:00
what needs testing, and which features are going to be implemented next.
2021-10-07 13:20:58 +00:00
Please give ideas you like a thumbs-up 👍 , so that we know what is most popular.
You are welcome to submit specific feature requests via [GitHub Issues](https://github.com/photoprism/photoprism/issues)
if you have verified that no similar [idea](https://github.com/photoprism/photoprism/labels/idea) or
[todo](https://github.com/photoprism/photoprism/labels/todo) already exists.
2021-11-02 13:45:37 +00:00
Ideas endorsed by silver, [gold and platinum sponsors](SPONSORS.md) receive a [golden label](https://github.com/photoprism/photoprism/issues?q=is%3Aissue+is%3Aopen+label%3Asponsor) and will be prioritized.
## Questions?
Follow us on [Twitter](https://twitter.com/photoprism_app) or join our [Community Chat](https://gitter.im/browseyourlife/community)
2021-10-21 11:31:41 +00:00
to get regular updates, connect with other users, and discuss your ideas. Don't be afraid to ask silly questions.
2021-10-21 10:36:47 +00:00
## Getting Support ##
2021-10-31 14:34:57 +00:00
Please use [GitHub Issues](https://github.com/photoprism/photoprism/issues) only to report clearly identified bugs to us. If you are not sure, first use [GitHub Discussions](https://github.com/photoprism/photoprism/discussions)
2021-12-12 19:14:07 +00:00
or ask in our [Community Chat](https://gitter.im/browseyourlife/community). [Sponsors](https://docs.photoprism.app/funding/)
receive direct [technical support](https://photoprism.app/contact) via email.
When reporting a problem, please include the version you are using and information
about your environment such as browser, operating system, installed memory, and
processor type.
2021-10-07 13:20:58 +00:00
## Contributions ##
We welcome contributions of any kind, including bug reports, testing, writing documentation,
2021-11-27 17:53:21 +00:00
tutorials, blog posts, and pull requests.
2021-12-12 19:14:07 +00:00
The [Developer Guide](https://docs.photoprism.app/developer-guide/) contains all information
2021-11-27 17:53:21 +00:00
necessary to get you started.
Issues labeled [help wanted](https://github.com/photoprism/photoprism/labels/help%20wanted) /
[easy](https://github.com/photoprism/photoprism/labels/easy) can be good (first) contributions.
Because we want to create the best possible product for our users,
2021-12-12 19:14:07 +00:00
we have a set of [guidelines](https://docs.photoprism.app/developer-guide/pull-requests)
2021-11-27 17:53:21 +00:00
to ensure that all source code submissions are acceptable.
They include step-by-step instructions for submitting new features,
bug fixes, and documentation improvements.
**Reviewing, testing and finally merging pull requests requires significant resources
on our side. If it's not just a small fix, it can take several months.**
2021-10-07 13:20:58 +00:00
## Trademarks ##
PhotoPrism® is a registered trademark of Michael Mayer. You may use it as required to describe
our software, run your server, for educational purposes, but not for offering commercial
goods, products, or services without prior written permission. In other words, please ask.
[wiki:classification]: https://github.com/photoprism/photoprism/wiki/Image-Classification
[wiki:xmp]: https://github.com/photoprism/photoprism/wiki/XMP
[wiki:geocoding]: https://github.com/photoprism/photoprism/wiki/Geocoding
[wiki:raw]: https://github.com/photoprism/photoprism/wiki/Converting-RAW-to-JPEG
2018-11-19 03:24:43 +00:00
[license]: https://github.com/photoprism/photoprism/blob/develop/LICENSE
[patreon]: https://www.patreon.com/photoprism
[paypal]: https://www.paypal.me/photoprism
[goreport]: https://goreportcard.com/report/github.com/photoprism/photoprism
2018-11-19 03:24:43 +00:00
[coverage]: https://codecov.io/gh/photoprism/photoprism
[ci]: https://drone.photoprism.app/photoprism/photoprism
2021-12-12 19:14:07 +00:00
[docs]: https://docs.photoprism.app/
2018-12-20 18:35:52 +00:00
[issuehunt]: https://issuehunt.io/repos/119160553
[chat]: https://gitter.im/browseyourlife/community
2021-10-23 18:34:01 +00:00
[ask]: https://github.com/photoprism/photoprism/discussions
2021-05-15 08:52:16 +00:00
[twitter]: https://twitter.com/photoprism_app
[unfunded issues]: https://github.com/photoprism/photoprism/issues?q=is%3Aissue+is%3Aopen+label%3Aunfunded
[sponsored issues]: https://github.com/photoprism/photoprism/issues?q=is%3Aissue+is%3Aopen+label%3Asponsor