bread-or-dog / README.md
xhiroga's picture
Upload folder using huggingface_hub
9f934ac verified

A newer version of the Gradio SDK is available: 5.20.1

Upgrade
metadata
title: bread-or-dog
app_file: app.py
sdk: gradio
sdk_version: 4.19.0

Fine-Tuning VGG16 to detect bread or dog

See <>.

Prerequisites

conda env create -f environment.yml
conda activate fine-tuning-vgg16-bread-or-dog
Invoke-WebRequest -Uri https://raw.githubusercontent.com/anishathalye/imagenet-simple-labels/master/imagenet-simple-labels.json -OutFile ./data/imagenet-simple-labels.json

Demo

# Before Fine-Tuning
python vgg16.py

# After Fine-Tunin
python app.py

Deploy

gradio deploy

References