Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etnguyen03/photomanager
Self hosted Google Photos alternative
https://github.com/etnguyen03/photomanager
django google-photos keras python self-hosted tensorflow
Last synced: about 2 months ago
JSON representation
Self hosted Google Photos alternative
- Host: GitHub
- URL: https://github.com/etnguyen03/photomanager
- Owner: etnguyen03
- License: agpl-3.0
- Created: 2020-11-12T21:20:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T05:18:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T00:24:07.089Z (8 months ago)
- Topics: django, google-photos, keras, python, self-hosted, tensorflow
- Language: Python
- Homepage:
- Size: 605 KB
- Stars: 61
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# photomanager
_Because fuck Google Photos._
![CI](https://github.com/etnguyen03/photomanager/workflows/CI/badge.svg?branch=master&event=push)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e6d2ba974509498fbfe7885e9d94c9f3)](https://www.codacy.com/gh/etnguyen03/photomanager/dashboard?utm_source=github.com&utm_medium=referral&utm_content=etnguyen03/photomanager&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/e6d2ba974509498fbfe7885e9d94c9f3)](https://www.codacy.com/gh/etnguyen03/photomanager/dashboard?utm_source=github.com&utm_medium=referral&utm_content=etnguyen03/photomanager&utm_campaign=Badge_Coverage)
[![GitHub stars](https://img.shields.io/github/stars/etnguyen03/photomanager)](https://github.com/etnguyen03/photomanager/stargazers)
[![GitHub license](https://img.shields.io/github/license/etnguyen03/photomanager)](https://github.com/etnguyen03/photomanager/blob/master/LICENSE.md)**NOTE**: Definitely not ready for any production usage.
My goal is to be somewhat close to production ready by the time that
Google Photos goes non-free (currently set for July 2021) but
that might be missed.`photomanager` is an effort to clone as many features of Google Photos as possible
in a high-quality manner, while still remaining free, open-source software
accessible to all.The goals include:
* Per-user authentication
* Nextcloud integration, perhaps with a simple read-only mount
* Easier to auto-upload - app already exists
* [Tensorflow NASNet](https://www.tensorflow.org/api_docs/python/tf/keras/applications/NASNetMobile)
for autotagging images
* [`face-recognition`](https://github.com/ageitgey/face_recognition) for
face recognitionFor further information on deployment and development, see the Wiki
([here](https://github.com/etnguyen03/photomanager/wiki)).---
This project is definitely not endorsed by Google, Alphabet Inc.,
or anyone else affiliated with Google Photos.Copyright (c) 2020 Ethan Nguyen and contributors. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .