Skip to content

cooperhammond/your-technocrats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🙏 👽 💦

forthebadge forthebadge


An incredibly simple application of deep learning in an overly complicated medium. At its base, this program will recognize the following famous technocrats. While the accuracy is 97.5%, it is an overtrained model, guessing Elon Musk more often than not.

  1. Bill Gates
  2. Elon Musk
  3. Jack Ma
  4. Jeff Bezos
  5. Larry Ellison
  6. Larry Page
  7. Mark Zuckerberg

The model was trained off of roughly 900 images total gathered through google images and sanitized by hand. See the jupyter notebook technocrats.ipynb for more info.

See the website to try it out or git clone it and run python app/server.py serve to get a local version running.