Nextcloud Recognize
Image recognition for Nextcloud
This app goes through your photo collection and adds fitting tags, automatically categorizing your photos. Tagging works via the Nextcloud's Collaborative Tags.
Privacy
This app does not send any sensitive data to cloud providers or similar services. All image processing is done on your nextcloud machine, using Tensorflow.js running in Node.js, which comes bundled with this app.
Categories
This is the list of recognized things and which categories they are currently mapped to. I'm happy to accept pull requests for this file to fine tune predictions.
Install
Requirements
- php 7.3 and above
- Processor
- x86 64bit
- ARM 64bit
- ARMv7 (32bit)
- ~2GB of free RAM (so, depending on your server load, you should probably have 4GB RAM)
One click
Go to "Apps" in your nextcloud, search for "recognize" and click install.
Manual install
Dependencies
Setup
cd /path/to/nextcloud/apps/
git clone https://github.com/marcelklehr/recognize.git
cd recognize
make
Maintainers
Donate
If you'd like to support the creation and maintenance of this software, consider donating.
Contribute
We always welcome contributions. Have an issue or an idea for a feature? Let us know. Additionally, we happily accept pull requests.
In order to make the process run more smoothly, you can make sure of the following things:
- Announce that you're working on a feature/bugfix in the relevant issue
- Make sure the tests are passing
- If you have any questions you can let the maintainers above know privately via email, or simply open an issue on github
Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
More information on how to contribute: https://nextcloud.com/contribute/
Happy hacking ❤️
License
This software is licensed under the terms of the AGPL written by the Free Software Foundation and available at COPYING.