From 6f8d5cdd839f49082f9f446aad2db920cc31d9a0 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 27 Feb 2018 19:46:50 +0100 Subject: [PATCH] Updated README --- LICENSE | 2 +- README.md | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4ea4a3f76..ab33920f0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 PhotoPrism +Copyright (c) 2018 Michael Mayer and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d00990385..8ad799543 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# photoprism \ No newline at end of file +# PhotoPrism - Open-Source Photo Management + +[![Build Status](https://travis-ci.org/photoprism/photoprism.png?branch=master)][ci] +[![Code Quality](https://goreportcard.com/badge/github.com/photoprism/photoprism)][code quality] +[![GitHub issues](https://img.shields.io/github/issues/photoprism/photoprism.svg)][issues] +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)][license] + +[ci]: https://travis-ci.org/photoprism/photoprism +[code quality]: https://travis-ci.org/photoprism/photoprism +[issues]: https://github.com/photoprism/photoprism/issues +[license]: https://github.com/photoprism/photoprism/blob/master/LICENSE + +**PhotoPrism is still under development. Your welcome to join our team.** + +Our goal is to provide a free software for managing large amounts of +JPEG and RAW photos on your own server. Images are stored in the file +systems for easy backups and reliable long-term accessibility. + +- High-performance command line tool +- Optional Web frontend +- No proprietary or binary data formats +- Duplicate detection +- Automated tagging using Google TensorFlow +- Image search with powerful filters +- Easy backup and export \ No newline at end of file