From 66936ea56fd37c2966a809f898241e60bee7b2fe Mon Sep 17 00:00:00 2001 From: mrdbourke Date: Fri, 26 Apr 2024 13:40:14 +1000 Subject: [PATCH] add link to demo --- .../end-to-end-dog-vision-v2.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/section-4-unstructured-data-projects/end-to-end-dog-vision-v2.ipynb b/section-4-unstructured-data-projects/end-to-end-dog-vision-v2.ipynb index 4275be222..ad49b201a 100644 --- a/section-4-unstructured-data-projects/end-to-end-dog-vision-v2.ipynb +++ b/section-4-unstructured-data-projects/end-to-end-dog-vision-v2.ipynb @@ -20,6 +20,7 @@ "* **Data:** Images of dogs from [Stanford Dogs Dataset](http://vision.stanford.edu/aditya86/ImageNetDogs/) (120 dog breeds, 20,000+ images).\n", "* **Problem type:** Multi-class classification (120 different classes).\n", "* **Runtime:** This project is designed to run end-to-end in [Google Colab](https://colab.research.google.com/) (for free GPU access and easy setup). If you'd like to run it locally, it will require environment setup.\n", + "* **Demo:** See a [demo of the trained model running on Hugging Face Spaces](https://huggingface.co/spaces/mrdbourke/dog_vision).\n", "\n", "Welcome, welcome!\n", "\n",