bears / compress.py
marcmaniez's picture
Detect bears
f89c808
raw
history blame contribute delete
204 Bytes
import bz2file as bz2
from fastai.vision.all import *
from huggingface_hub import push_to_hub_fastai
learn = load_learner('bears_model.pkl')
push_to_hub_fastai(learner=learn, repo_id="marcmaniez/bears")