#AzureML – Sample 🐍 Python app using a WebCam to perform Image Analysis from an image classification AzureML HTTP REST Endpoint

Hi ! In my previous post I wrote How to create a custom dataset with images to be used on a Azure Machine Learning Designer project. How to use the custom data set and how to train an image classification model. How to publish the model to be used as a WebService / HTTP REST…… Continue reading #AzureML – Sample 🐍 Python app using a WebCam to perform Image Analysis from an image classification AzureML HTTP REST Endpoint

#AzureML – Sample 🐍 Python app to consume a image classification AzureML HTTP REST Endpoint

Hi ! In my previous post I wrote How to create a custom dataset with images to be used on a Azure Machine Learning Designer project. How to use the custom data set and how to train an image classification model. How to publish the model to be used as a WebService / HTTP REST…… Continue reading #AzureML – Sample 🐍 Python app to consume a image classification AzureML HTTP REST Endpoint

#AzureML – Creating a HTTP Rest Endpoint to consume an AzureML Designer based on the DenseNet template πŸŽ¨

Hi ! In my previous post I wrote about how to create a custom dataset with images to be used on a Azure Machine Learning Designer project. The second post was about how to use the custom data set and how to train the model. Today let’s publish the model to be used as a…… Continue reading #AzureML – Creating a HTTP Rest Endpoint to consume an AzureML Designer based on the DenseNet template πŸŽ¨

#AzureML – Using a custom images πŸ–ΌοΈ dataset on the AzureML Designer with the DenseNet template πŸŽ¨

Hi ! In my previous post I wrote about how to create a custom dataset with images to be used on a Azure Machine Learning Designer project. Today I’ll share the steps to use it. Let’s start by creating a project based on the “Image Classification using DenseNet” template. Next step is to select the…… Continue reading #AzureML – Using a custom images πŸ–ΌοΈ dataset on the AzureML Designer with the DenseNet template πŸŽ¨

#AzureML – How to create a dataset with images to be used on the AzureML Designer DenseNet samples

Hi ! I didn’t found this online, so I decided to write it down. How to create a dataset with images to be used on the Azure Machine Learning designer, when training a model using the DenseNet prefab and samples. Let’s start defining which Azure Storage Account we will use. I’ll use the default one.…… Continue reading #AzureML – How to create a dataset with images to be used on the AzureML Designer DenseNet samples

#Python 🐍- Working with Environment Variables and python-dotnenv

Hi ! The Microsoft Cloud Advocates team is great and, hey everyday I learn something new. A couple of days ago we were talking about working with Environment Variables and Virtual Environments. I wrote several times about working with Virtual Envs, like WindowsTerminal and Anaconda, start an Anaconda Virtual EnvironmentHow to List and Remove Virtual…… Continue reading #Python 🐍- Working with Environment Variables and python-dotnenv

#AzureFunctions ⚑- Pip and TLS/SSL error on Debugging with #Python πŸ

Hi! There is something wrong with my current development environment. I have an Azure Function with these dependencies: azure-functions requests Pillow numpy flask tensorflow opencv-python And I got this error when I press F5 / Run the project in local mode. > Executing task: .venv\Scripts\python -m pip install -r requirements.txt < WARNING: pip is configured…… Continue reading #AzureFunctions ⚑- Pip and TLS/SSL error on Debugging with #Python πŸ

#Event – January is #Serverless in Toronto @MSFTReactor

Hi ! January is a Serverless month in the Microsoft Reactor Toronto. During the full month we wil host these session, presented by amazing friends: Jan 11, Azure Custom Vision running on Azure functions. Recording English, Spanish (coming soon!)GitHub MaterialsJan 18, Computer Vision using LOBE running on Azure functionsRecording English, Spanish (coming soon)GitHub MaterialsJan 20,…… Continue reading #Event – January is #Serverless in Toronto @MSFTReactor

#reTerminal – Installing TensorFlow, @Code and recognizing 🐿️🐺 using a Camera πŸ€³

Hi ! Let’s start with some posts using reTerminal with a very simple scenario: Install TensorFlow and Code on reTerminal to run an object recognition app. The desired output is something similar to this one. Live demo in a tweet ! https://twitter.com/elbruno/status/1481002326110445572?s=20 And letΒ΄s start with the base commands to install Visual Studio Code. Oficial…… Continue reading #reTerminal – Installing TensorFlow, @Code and recognizing 🐿️🐺 using a Camera πŸ€³

#Python 🐍 – Export Video Frames as Images from a video file πŸŽ₯

Hi ! I can’t believe I didn’t write about this before. I usually do this, at least 2 times per month, and hey, now it’s on the blog for my future reference. Simple Scenario: Open a video file and export each frame as an image. Some notes: The sample uses OpenCV. I wrote a lot…… Continue reading #Python 🐍 – Export Video Frames as Images from a video file πŸŽ₯