From bb06f3af34e6b71bde6acddcc1da73fe162e3c14 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 8 Dec 2022 13:02:29 -0800 Subject: [PATCH] docs: update for facerecognition (fix #146) --- CHANGELOG.md | 1 + README.md | 2 +- appinfo/info.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfbaf98..25b282e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This file is manually updated. Please file an issue if something is missing. - **Feature**: Support for GPU transcoding ([#194](https://github.com/pulsejet/memories/issues/194)) - **Feature**: Allow downloading entire albums - **Feature**: Allow editing more EXIF fields ([#169](https://github.com/pulsejet/memories/issues/169)) +- **Feature**: Alpha integration with the face recognition app ([#146](https://github.com/pulsejet/memories/issues/146)) - Fix downloading from albums ([#259](https://github.com/pulsejet/memories/issues/259)) - Fix support for HEVC live photos ([#234](https://github.com/pulsejet/memories/issues/234)) - Fix native photo sharing ([#254](https://github.com/pulsejet/memories/issues/254), [#263](https://github.com/pulsejet/memories/issues/263)) diff --git a/README.md b/README.md index d3f1754b..93362ca4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Memories is a _batteries-included_ photo management solution for Nextcloud with - **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data. - **⏪ Rewind**: Jump to any time in the past instantly and relive your memories. -- **🤖 AI Tagging**: Group photos by people and objects using AI, powered by [recognize](https://github.com/nextcloud/recognize). +- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition). - **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others. - **🫱🏻‍🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance. - **📱 Mobile Support**: Works on devices of any shape and size through the web app. diff --git a/appinfo/info.xml b/appinfo/info.xml index 9d3f90f1..cb2aca2b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with - **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data. - **⏪ Rewind**: Jump to any time in the past instantly and relive your memories. -- **🤖 AI Tagging**: Group photos by people and objects using AI, powered by [recognize](https://github.com/nextcloud/recognize). +- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition). - **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others. - **🫱🏻‍🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance. - **📱 Mobile Support**: Works on devices of any shape and size through the web app.