nextcloud-custom-apps-face-.../facerecognition/appinfo/info.xml
2024-09-03 09:12:12 +05:00

60 lines
3.7 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>facerecognition</id>
<name>Face Recognition</name>
<summary>A face recognition app</summary>
<description><![CDATA[**Detect and group faces of your loved one in your cloud**
⚠️ This application requires minimum of 1GB of RAM memory to work! See [Requirements](https://github.com/matiasdelellis/facerecognition/wiki/Requirements-and-Limitations) for details.
⚠️ Setup of this app requires access to terminal and even getting your hands dirty with installation of additional software. See [Installation](https://github.com/matiasdelellis/facerecognition/wiki/Installation) for details.
- **😏 Detect faces from images:** Use FaceRecognition app to detect _any_ face in _any_ of your images!
- **👪 Group faces to persons:** Detected faces are grouped together based on similarity and then FaceRecognition app can recognize persons!
- **🔒 Built-in privacy:** No data is leaving your cloud. Defaults are always off and each user controls enabling/disabling face detection. Images from every directory can be excluded from face detection, if needed.
- **⚙️ Power of AI:** FaceRecognition app leverages power of AI and already built neural network models through extensive usage of [DLib](http://dlib.net/) library.
- **🚀 Build your own thing:** FaceRecognition app is just a basic building block. Through FaceRecognition API, you can build your advanced scenarios - automatically add tags to images, connect contacts and persons, share images from specific person… We want to hear your ideas!
]]>
</description>
<version>0.9.51</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<author>Branko Kokanovic</author>
<namespace>FaceRecognition</namespace>
<types>
<filesystem/>
</types>
<category>multimedia</category>
<website>https://github.com/matiasdelellis/facerecognition</website>
<bugs>https://github.com/matiasdelellis/facerecognition/issues</bugs>
<repository type="git">https://github.com/matiasdelellis/facerecognition.git</repository>
<screenshot small-thumbnail="https://matiasdelellis.github.io/img/facerecognition/facerecognition-persons-view-small.jpeg">https://matiasdelellis.github.io/img/facerecognition/facerecognition-persons-view.jpeg</screenshot>
<screenshot>https://matiasdelellis.github.io/img/facerecognition/facerecognition-person-photos.jpeg</screenshot>
<screenshot>https://matiasdelellis.github.io/img/facerecognition/facerecognition-photos-integration.jpeg</screenshot>
<screenshot>https://matiasdelellis.github.io/img/facerecognition/facerecognition-assign-initial-name.jpeg</screenshot>
<dependencies>
<php min-version="8.0" max-version="8.3" />
<nextcloud min-version="28" max-version="29"/>
</dependencies>
<repair-steps>
<uninstall>
<step>OCA\FaceRecognition\Migration\RemoveFullImageScanDoneFlag</step>
</uninstall>
</repair-steps>
<commands>
<command>OCA\FaceRecognition\Command\BackgroundCommand</command>
<command>OCA\FaceRecognition\Command\MigrateCommand</command>
<command>OCA\FaceRecognition\Command\ProgressCommand</command>
<command>OCA\FaceRecognition\Command\ResetCommand</command>
<command>OCA\FaceRecognition\Command\SetupCommand</command>
<command>OCA\FaceRecognition\Command\StatsCommand</command>
<command>OCA\FaceRecognition\Command\SyncAlbumsCommand</command>
</commands>
<settings>
<admin>OCA\FaceRecognition\Settings\Admin</admin>
<admin-section>OCA\FaceRecognition\Settings\AdminSection</admin-section>
<personal>OCA\FaceRecognition\Settings\Personal</personal>
<personal-section>OCA\FaceRecognition\Settings\PersonalSection</personal-section>
</settings>
</info>