-
Notifications
You must be signed in to change notification settings - Fork 7
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
Avatar Photo should display a human being #980
Comments
Example of an avatar that shouldn't be valid: https://animina.de/Linus ![]() |
@wintermeyer |
80% is good enough. |
@wintermeyer |
Good question. Ideally we should invalidate it when uploaded. But that depends on the time it takes to run the AI. I don't want the user to have to wait for it too long. And we should display some sort of sandclock or status bar or anything to make it obvious what happens right now in case the user has to wait.
That can become a foot gun pretty fast. Search for "Oban" in the issues and see what I am talking about. |
@wintermeyer |
When ever an avatar photo is uploaded or edited we should check if that photo really displays a human being or if it is a dog/cat/whatever or a smiley. It doesn't have to be a 100% solution but we should be able to filter out most of the "funny" ones.
@Kimutai01 You are Mr. AI. 😉 Please check if there is a https://ollama.com compatible AI that we can use for this and tell me which one it is. Do you want to implement this feature? I don't know how we can do this because it should be something similar to a validation. Maybe we do it as a validation and pay the price for it.
The text was updated successfully, but these errors were encountered: