-
Notifications
You must be signed in to change notification settings - Fork 3
Only Show Faces (Avatars That Look Like People) #230
Copy link
Copy link
Open
Labels
T1dTime Estimate 1 DayTime Estimate 1 DaydiscussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueelixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedresearchResearch required; be specificResearch required; be specifictechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Metadata
Metadata
Assignees
Labels
T1dTime Estimate 1 DayTime Estimate 1 DaydiscussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueelixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedresearchResearch required; be specificResearch required; be specifictechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Context
Currently running the
WhoApp onlocalhostand only did a partial crawl and there are6k+users:That's already enough to require some scrolling when viewing the "wall of faces" ... 📜
This will only increase when we run the full crawl in
prod...I expect around
35kuniqueusersstarring across all @dwyl repos 👤 ⭐Problem
The problem with this is we want to display a "Wall of Faces"; 😍
not a wall of
userswho couldn't be bothered to change their profile picture. 🙃It's especially visible in the large block of "space invaders" avatar images:
But if you look carefully at the rest of the wall above, ⬆
there are many other non-human-face avatar images. 😕
Task
Get the
image-classifierproject running on yourlocalhosthttps://github.com/dwyl/image-classifierT1de.g. on
MBP "16#38Figure out if we can feed an avatar image into the existing model and have it confirm if it includes a human face.
Deploy the project to
Hetzneron a$3.99/month(4GB RAMserver) hetzner learn-devops#97 with an API key to protect it from abuse.priority-2because this is a supernice-to-have; not costing us any cash, but would be awesome to have.shouldonly be worked on after we've deployed thewhoapp toprod