- Notifications
You must be signed in to change notification settings - Fork3
Description
Context
Currently running theWho
App onlocalhost
and only did apartial 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 thefull crawl inprod
...
I expect around35k
uniqueusers
starring across all@dwyl repos 👤 ⭐

Problem
The problem with this is we want to display a "Wall of Faces"; 😍
not a wall ofusers
who couldn't be bothered to change their profile picture. 🙃
It'sespecially visible in the large block of "space invaders" avatar images:

But if you look carefully at the rest of the wall above, ⬆
there aremany other non-human-face avatar images. 😕
Task
Get the
image-classifier
project running on yourlocalhost
https://github.com/dwyl/image-classifierT1d
e.g. onMBP "16
#38Figure out if we can feed an avatar image into theexisting model and have it confirm if it includes a human face.
Deploy the project to
Hetzner
on a$3.99/month
(4GB RAM
server)hetzner learn-devops#97 with an API key to protect it from abuse.
priority-2
because this is asupernice-to-have
; not costing us any cash, but would be awesome to have.should
only be worked onafter we've deployed thewho
app toprod