├── 00 Setup Azure Computer Vision.ipynb ├── 01 Image Analysis.ipynb ├── 02 Captioning and dense captioning.ipynb ├── 03 Background removal.ipynb ├── 04 Gradio app for background removal.ipynb ├── 05 Image retrieval.ipynb ├── 06 Fashion visual search - Images analysis.ipynb ├── 07 Fashion visual search - Images embeddings.ipynb ├── 08 Fashion visual search - Search using an image or a prompt.ipynb ├── 09 Fashion visual search - Images Clustering.ipynb ├── 10 Fashion visual search - Gradio App.ipynb ├── Azure Computer Vision 4.pdf ├── README.md ├── azure.env ├── azure.py ├── backgroundremovalimage.jpg ├── download.jpg ├── embeddings.jpg ├── fashionheader.png ├── fashionprocess.png ├── florence.jpg ├── image-retrieval.png ├── images ├── arc_triomphe.jpg ├── businesscard.jpg ├── car.jpg ├── car.png ├── car2.jpg ├── cars.jpg ├── cat.jpg ├── drinks.jpg ├── fashionprocess.png ├── fruits.jpg ├── image1.jpg ├── office.jpg ├── postalcard.jpg ├── presentation.png ├── sand.jpg ├── street.jpg ├── tomato.jpg └── whitecar.jpg ├── map1.png ├── map2.png ├── test ├── test1.jpg ├── test2.jpg ├── test3.jpg ├── test4.jpg ├── test5.jpg └── test6.jpg ├── umap1.png ├── umap2.png ├── umap3.png ├── umap4.png ├── vision-studio-home-page.png ├── webapp1.jpg ├── webapp2.jpg ├── without_background.jpg └── workshopheader.jpg /00 Setup Azure Computer Vision.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/00 Setup Azure Computer Vision.ipynb -------------------------------------------------------------------------------- /01 Image Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/01 Image Analysis.ipynb -------------------------------------------------------------------------------- /02 Captioning and dense captioning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/02 Captioning and dense captioning.ipynb -------------------------------------------------------------------------------- /03 Background removal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/03 Background removal.ipynb -------------------------------------------------------------------------------- /04 Gradio app for background removal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/04 Gradio app for background removal.ipynb -------------------------------------------------------------------------------- /05 Image retrieval.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/05 Image retrieval.ipynb -------------------------------------------------------------------------------- /06 Fashion visual search - Images analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/06 Fashion visual search - Images analysis.ipynb -------------------------------------------------------------------------------- /07 Fashion visual search - Images embeddings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/07 Fashion visual search - Images embeddings.ipynb -------------------------------------------------------------------------------- /08 Fashion visual search - Search using an image or a prompt.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/08 Fashion visual search - Search using an image or a prompt.ipynb -------------------------------------------------------------------------------- /09 Fashion visual search - Images Clustering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/09 Fashion visual search - Images Clustering.ipynb -------------------------------------------------------------------------------- /10 Fashion visual search - Gradio App.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/10 Fashion visual search - Gradio App.ipynb -------------------------------------------------------------------------------- /Azure Computer Vision 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/Azure Computer Vision 4.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/README.md -------------------------------------------------------------------------------- /azure.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/azure.env -------------------------------------------------------------------------------- /azure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/azure.py -------------------------------------------------------------------------------- /backgroundremovalimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/backgroundremovalimage.jpg -------------------------------------------------------------------------------- /download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/download.jpg -------------------------------------------------------------------------------- /embeddings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/embeddings.jpg -------------------------------------------------------------------------------- /fashionheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/fashionheader.png -------------------------------------------------------------------------------- /fashionprocess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/fashionprocess.png -------------------------------------------------------------------------------- /florence.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/florence.jpg -------------------------------------------------------------------------------- /image-retrieval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/image-retrieval.png -------------------------------------------------------------------------------- /images/arc_triomphe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/arc_triomphe.jpg -------------------------------------------------------------------------------- /images/businesscard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/businesscard.jpg -------------------------------------------------------------------------------- /images/car.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/car.jpg -------------------------------------------------------------------------------- /images/car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/car.png -------------------------------------------------------------------------------- /images/car2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/car2.jpg -------------------------------------------------------------------------------- /images/cars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/cars.jpg -------------------------------------------------------------------------------- /images/cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/cat.jpg -------------------------------------------------------------------------------- /images/drinks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/drinks.jpg -------------------------------------------------------------------------------- /images/fashionprocess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/fashionprocess.png -------------------------------------------------------------------------------- /images/fruits.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/fruits.jpg -------------------------------------------------------------------------------- /images/image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/image1.jpg -------------------------------------------------------------------------------- /images/office.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/office.jpg -------------------------------------------------------------------------------- /images/postalcard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/postalcard.jpg -------------------------------------------------------------------------------- /images/presentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/presentation.png -------------------------------------------------------------------------------- /images/sand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/sand.jpg -------------------------------------------------------------------------------- /images/street.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/street.jpg -------------------------------------------------------------------------------- /images/tomato.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/tomato.jpg -------------------------------------------------------------------------------- /images/whitecar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/images/whitecar.jpg -------------------------------------------------------------------------------- /map1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/map1.png -------------------------------------------------------------------------------- /map2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/map2.png -------------------------------------------------------------------------------- /test/test1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/test/test1.jpg -------------------------------------------------------------------------------- /test/test2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/test/test2.jpg -------------------------------------------------------------------------------- /test/test3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/test/test3.jpg -------------------------------------------------------------------------------- /test/test4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/test/test4.jpg -------------------------------------------------------------------------------- /test/test5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/test/test5.jpg -------------------------------------------------------------------------------- /test/test6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/test/test6.jpg -------------------------------------------------------------------------------- /umap1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/umap1.png -------------------------------------------------------------------------------- /umap2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/umap2.png -------------------------------------------------------------------------------- /umap3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/umap3.png -------------------------------------------------------------------------------- /umap4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/umap4.png -------------------------------------------------------------------------------- /vision-studio-home-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/vision-studio-home-page.png -------------------------------------------------------------------------------- /webapp1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/webapp1.jpg -------------------------------------------------------------------------------- /webapp2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/webapp2.jpg -------------------------------------------------------------------------------- /without_background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/without_background.jpg -------------------------------------------------------------------------------- /workshopheader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/Azure-Computer-Vision-in-a-day-workshop/HEAD/workshopheader.jpg --------------------------------------------------------------------------------