Commit History

Remove unneeded load_learner
c105490

Dane Summers commited on

Adds title, description, and examples.
325c700

Dane Summers commited on

fixes function typo
acf24a0

Dane Summers commited on

Load the model from huggingface
90fc31d

Dane Summers commited on

Use openai learner to predict bear type.
5bba94e

Dane Summers commited on

aider: Modify Gradio interface to accept an image as input, call `predict_bear_type` with the image, and display the prediction.
4aa1057

Dane Summers commited on

aider: Created a function `predict_bear_type(img_path)` that opens the image at the given path, converts it to a PILImage, and uses the learner to predict the type of bear in the image.
bdfca3e

Dane Summers commited on

aider: Load a fastai learner from `export.pkl` in `app.py`.
27e2a2c

Dane Summers commited on

aider: Added hello world Gradio app in `app.py`.
063df12

Dane Summers commited on