A fun project built to solve a very real problem: when a group of friends goes on a long trip and all the photos get mixed up — WhoDis helps you instantly find all the photos you’re in, so you can post to Instagram, Facebook, Snapchat, or even Tinder without the chaos.
Current architecture:
ui/is the Next.js frontend.api/is the FastAPI service.- Jobs run inside the API service via FastAPI background tasks, so Redis and a separate Celery worker are no longer required.