Azure Functions with Python: first steps towards 'Clean Code'
I like my code to be elegant and efficient. The logic should be straightforward to make it hard for bugs to hide, the dependencies...
I like my code to be elegant and efficient. The logic should be straightforward to make it hard for bugs to hide, the dependencies...
In this short article we are going to classify multiple objects simultaneosly in real time using Python and Tensorflow. When may this be...
In one of our previous articles we discussed the necessity of limiting the region being analyzed for a better performance. For instance,...
In this short article we are going to discuss how to analyze face on video stream using Azure Custom Vision, OpenCV and Tensorflow. Feel...
In the previous tutorial we found out how to download training images from Azure Custom Vision. In this article we are going to learn how...
Azure Custom Vision API offers an awesome possibility to train your own classifier using only several images, due to the hardest...
Quote from the official web-site: Customize and embed state-of-the-art computer vision for specific domains. Build frictionless...
In this short article we are going to discover one more tip to get more information about Azure Functions environment. Up we go! Before...
Here are the steps implemented in the previous article: Get Microsoft Academic Graph on Azure storage Set up Azure Data Lake Analytics...
In this article we provide a brief summary of the steps we implemented while testing Microsoft Academic Graph. Though the official...
In this short article we are going to cover some tips and tricks that may be useful in treating Excel files taken from SFTP server. Up...
Azure Custom Vision API offers an awesome possibility to train your own classifier using only several images, due to the hardest...
One of the most fascinating things about Azure Functions is the ability to easily deploy your HTTP or Time triggered web services. What...
Azure OCR is an excellent tool allowing to extract text from an image by API calls. Azure's Computer Vision service provides developers...
In one of our previous articles we explained how to create an Azure Function with Docker Image. However installing PyODBC may turn out to...
There is an excellent official documentation of Microsoft explaining how to create a simple Azure Function on Python. If you create it...
OpenCV (Open source computer vision) is a library of programming functions mainly aimed at real-time computer vision.Originally developed...
One great advantage of Azure Machine Learning studio is the ability to easily deploy your trained model as a web service. Set Up For...
Oversampling and undersampling in data analysis are techniques used to adjust the class distribution of a data set (i.e. the ratio...
What if you want to connect your unity project and connect it to your database. For instance, you have a set of users and a set of skills...