-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open source local provider #6
Comments
Hi FerronN ! You're welcome ! Unfortunately, I don't work in the project anymore... But I developped the app thinking of different ways to generate the tags ! I encourage you to clone the repository and try to adapt it, create a new api_class in this folder. If you have any question, you can ask them here, and if you succeed to developp it, don't hesitate to do a merge request to let the other enjoy your work ! |
So you have to : Inform the plugin of your new API After that it should work, notice me if you find bugs |
Thank you for the description! I'm going to try to make it work :) |
The extension is not specifically designed for face recognition right (if I look at the code)? |
Hum at the start no you're right, but in fact the input is an image and the output is an array of text so you can do what ever you want. |
True, but then I would need a page in Piwigio to show all recognized faces so you can name them. Any suggestions how to approach this? |
With my extension yeah it should be hard to do, maybe with this plugin ? |
@FerronN, could you test this code? Let me know if you need help! https://github.com/Piwigo/piwigo-tag-recognition/issues/7 |
Hi @Zacharieg,
Thank you for writing this extension! I'm going to run Piwigo and face tag is a must have.
I have Azure and could use that but I'm always for the most secure option and that's running is peace of software myself.
I'm looking to use deepface or compreface. Both supply a simple REST api. I'm going to run one of these two in a docker container like piwigo itself.
What do you think? Could we work together to implement one of these products and there api for a self-hosted solution?
The text was updated successfully, but these errors were encountered: