photos-network / core

๐Ÿง  The core system of photos.network an open-source project for a self-hosted photo management application
https://photos.network
GNU Affero General Public License v3.0
16 stars 2 forks source link
face-detection face-recognition google-photos googlephotos object-detection photo-management photos scene-classification scene-recognition

Photos.network

License GitHub contributors GitHub Workflow Status

Photos.network is a free and open source, privacy first, self-hosted photo storage and sharing service for fediverse.

Its core features are:

๐Ÿง  Core

This repository contains the core system of the project. It is responsible for main tasks e.g.:

๐Ÿงช Development

The core is written in ๐Ÿฆ€ Rust and highly customizably by using a Plugin-system.

๐Ÿ”ฌ Testing

To run tests for all crates in this workspace, run:

$ cargo test --workspace --all-targets

Run continuous checks on a specific crate during development.

$ cargo watch --exec 'test -p media'

๐Ÿ“œ Roadmap (MvP)

๐Ÿงฉ Contribution

This is a free and open project and lives from contributions of the community.

See our Contribution Guide

๐Ÿ›๏ธ License

Photos.network ยท A privacy first photo storage and sharing service for fediverse
Copyright (C) 2020 Photos network developers

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 <https://www.gnu.org/licenses/>.