AI-Powered Photos App for the Decentralized Web
Go to file
2018-07-18 15:17:56 +02:00
assets/img Updated documentation 2018-03-26 06:32:48 +02:00
cmd/photoprism Implemented migrate-db command 2018-07-18 15:17:56 +02:00
tensorflow Implemented migrate-db command 2018-07-18 15:17:56 +02:00
testdata Implemented working importer and added unit tests 2018-02-27 19:04:48 +01:00
.gitignore Proof-of-concept for running PhotoPrism in Docker 2018-02-28 08:47:50 +01:00
.travis.yml Added docker-compose.travis.yml 2018-02-28 10:31:10 +01:00
album.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
browse.go Initial proof-of-concept 2018-02-04 17:34:07 +01:00
config_test.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
config.example.yml Implemented migrate-db command 2018-07-18 15:17:56 +02:00
config.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
converter_test.go Fixed filenames in tests to make them pass on case-sensitive filesystems 2018-02-28 11:11:26 +01:00
converter.go Implemented convert command 2018-06-16 14:19:18 +02:00
docker-compose.travis.yml Added docker-compose.travis.yml 2018-02-28 10:31:10 +01:00
docker-compose.yml Implemented migrate-db command 2018-07-18 15:17:56 +02:00
Dockerfile Improved docker configuration 2018-02-28 10:04:24 +01:00
export.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
file.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
Gopkg.lock Implemented migrate-db command 2018-07-18 15:17:56 +02:00
Gopkg.toml Initial proof-of-concept 2018-02-04 17:34:07 +01:00
importer_test.go Fixed filenames in tests to make them pass on case-sensitive filesystems 2018-02-28 11:11:26 +01:00
importer.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
indexer.go Initial proof-of-concept 2018-02-04 17:34:07 +01:00
LICENSE Updated README 2018-02-27 20:51:19 +01:00
mediafile_exif_test.go Fixed filenames in tests to make them pass on case-sensitive filesystems 2018-02-28 11:11:26 +01:00
mediafile_exif.go Code clean-up 2018-02-28 10:08:49 +01:00
mediafile_test.go Code clean-up 2018-02-28 10:08:49 +01:00
mediafile.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
photo.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
README.md Updated docs: bash instead of sh 2018-03-26 06:38:02 +02:00
tag.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
thumbnails_test.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
thumbnails.go Implemented migrate-db command 2018-07-18 15:17:56 +02:00
util_test.go Implemented working importer and added unit tests 2018-02-27 19:04:48 +01:00
util.go Code clean-up 2018-02-28 10:08:49 +01:00

PhotoPrism: Digital Photo Archive

Build Status Code Quality GitHub issues MIT License

PhotoPrism is a free tool for importing, filtering and archiving large amounts of JPEG and RAW files. Originals, thumbnails and metadata are stored in the file system for easy backup and reliable long-term accessibility.

Setup

Before you start, make sure you got Git and Docker installed on your system. Instead of using Docker, you can also setup your own runtime environment based on the existing Docker configuration.

Step 1: Run Git to clone this project:

git clone git@github.com:photoprism/photoprism.git

Step 2: Start Docker containers:

cd photoprism
docker-compose up

Note: This docker-compose configuration is for testing and development purposes only.

Step 3: Open a terminal to run commands and unit tests:

docker-compose exec photoprism bash
dep ensure
go test
go build cmd/photoprism/photoprism.go
./photoprism

About

Note: This software is still alpha and under active development. You're welcome to join our team.

Our goal is to provide the following features (tested as a proof-of-concept):

  • High-performance command line tool
  • Web frontend
  • No proprietary or binary data formats
  • Duplicate detection
  • Automated tagging using Google TensorFlow
  • Image search with powerful filters
  • Easy backup and export