Skip to content

armeetj/genpeeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genpeeps

https://genpeeps.vercel.app

Leveraging LLMs with vision capabilities to automatically generate profile pictures in a notion-like "sketch" style using vector graphics from open-peeps. Rendered with opeeps.fun's React wrapper.

User Flow

Planned User Flow

  1. user uploads image
  2. ViT/foundation model is used to describe properties (hair style, gender, accessories, etc.)
  3. LLM/foundation model picks the best react-peeps assets
  4. user manually fine-tunes their avatar
  5. user downloads svg avatar

TODO

  • make frontend
  • prompting w/ sanity testing
  • wrap microservice in flask
  • make backend (maybe next.js or part of flask)