zeke / github-avatars

A machine learning model to detect whether a GitHub user has a custom or default avatar
https://replicate.com/zeke/github-avatars
13 stars 3 forks source link

use pre-trained model in predictor #7

Closed zeke closed 2 years ago

zeke commented 2 years ago

Weaning ourselves off the notebook. We were training the classifier every time we imported the notebook. Now we're pre-training the classifier and importing it into the predictor.

🍐 @andreasjansson

zeke commented 2 years ago

Some extra notes from our pairing session: