Skip to content

chiranjeev-21/WhoDis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhoDis

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.
  • Local SQLite is the default database, so Postgres/Render/Vercel are not required.
  • Images are downloaded from Google Drive for local processing, cleaned up as each file finishes, and optional ZIP downloads are removed after download.
  • Matching now uses confident face matches first, then local semantic fallback for likely partial-face, back-turned, or face-hidden photos. Crowd scenes reject body-only guesses unless a face/partial-face match is present.
  • Matched originals are cached locally during scanning, so ZIP creation no longer re-downloads every match from Drive for new jobs.

Run locally:

./start-local.sh

Open http://localhost:3000.

GenAI Ref

Further Plans

About

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.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors