Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooperhammond/your-technocrats
:pray: :alien: :sweat_drops: An excuse to use deep learning
https://github.com/cooperhammond/your-technocrats
deep-learning fastai fastai-v3 python
Last synced: 20 days ago
JSON representation
:pray: :alien: :sweat_drops: An excuse to use deep learning
- Host: GitHub
- URL: https://github.com/cooperhammond/your-technocrats
- Owner: cooperhammond
- License: gpl-3.0
- Created: 2020-05-28T18:38:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T02:11:21.000Z (over 2 years ago)
- Last Synced: 2024-10-25T01:26:17.478Z (2 months ago)
- Topics: deep-learning, fastai, fastai-v3, python
- Language: Jupyter Notebook
- Homepage: https://technocrats.onrender.com
- Size: 4.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> :pray: :alien: :sweat_drops:
---
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
1. Elon Musk
1. Jack Ma
1. Jeff Bezos
1. Larry Ellison
1. Larry Page
1. Mark ZuckerbergThe model was trained off of roughly 900 images total gathered through google images and sanitized by hand. See the jupyter notebook [technocrats.ipynb](https://github.com/cooperhammond/your-technocrats/blob/master/technocrats.ipynb) for more info.
See the [website](https://technocrats.onrender.com/) to try it out or `git clone` it and run `python app/server.py serve` to get a local version running.