From 15b1f3dd3d67b6c4568ee0ad82a7d9b56f346e45 Mon Sep 17 00:00:00 2001 From: Dima Timofeev <1127655+CuriousDima@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:12:00 -0700 Subject: [PATCH] add deploymnet guide --- deep-learning/fastai-2-cv-train-and-deploy/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deep-learning/fastai-2-cv-train-and-deploy/README.md b/deep-learning/fastai-2-cv-train-and-deploy/README.md index c158ba2..1c4d02a 100644 --- a/deep-learning/fastai-2-cv-train-and-deploy/README.md +++ b/deep-learning/fastai-2-cv-train-and-deploy/README.md @@ -4,4 +4,5 @@ - Lesson: [course.fast.ai/Lessons/lesson2.html](https://course.fast.ai/Lessons/lesson2.html) - Competition: [kaggle.com/competitions/dog-breed-identification](https://www.kaggle.com/competitions/dog-breed-identification) -- Model: [huggingface.co/TheDima/resnet50-dog-breed-identification](https://huggingface.co/TheDima/resnet50-dog-breed-identification) \ No newline at end of file +- Model: [huggingface.co/TheDima/resnet50-dog-breed-identification](https://huggingface.co/TheDima/resnet50-dog-breed-identification) +- Deployment guide: [curiousdima.medium.com/deploying-a-computer-vision-model-as-a-streamlit-app-on-huggingface-spaces-243c02ec2081](https://curiousdima.medium.com/deploying-a-computer-vision-model-as-a-streamlit-app-on-huggingface-spaces-243c02ec2081)