top of page
Search


Azure Machine Learning: Fake News detection
Context Opinions such as online reviews are the main source of information for e-commerce customers to help with gaining insight into the...

Alibek Jakupov
Dec 12, 20203 min read
Â
Â
Â


Azure Databricks: Credential Passthrough with R
In this short article we are going to discuss how to organize a Role-based access using Azure Active Directory Passthrough. No deep...

Alibek Jakupov
Dec 12, 20202 min read
Â
Â
Â


Python OpenCV fullscreen webcam video : improve image quality
In one of the previous articles we've already discussed how to use exported Azure Custom Vision models with OpenCV in real time. However,...

Alibek Jakupov
Nov 15, 20201 min read
Â
Â
Â


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...

Alibek Jakupov
Oct 31, 20205 min read
Â
Â
Â


Azure Custom Vision: analyze multiple objects simultaneously using Tensorflow
In this short article we are going to classify multiple objects simultaneosly in real time using Python and Tensorflow. When may this be...

Alibek Jakupov
Oct 24, 20203 min read
Â
Â
Â


Azure Custom Vision : Object detection for retraining
In one of our previous articles we discussed the necessity of limiting the region being analyzed for a better performance. For instance,...

Alibek Jakupov
Oct 17, 20202 min read
Â
Â
Â


Azure Custom Vision on Video Stream: face analysis on local.
In this short article we are going to discuss how to analyze face on video stream using Azure Custom Vision, OpenCV and Tensorflow. Feel...

Alibek Jakupov
Oct 17, 20205 min read
Â
Â
Â


Azure Custom Vision: download all training images with Python and Power Shell
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...

Alibek Jakupov
Oct 11, 20203 min read
Â
Â
Â


Azure Custom Vision: Run multiple models simultaneously in real time
Azure Custom Vision API offers an awesome possibility to train your own classifier using only several images, due to the hardest...

Alibek Jakupov
May 1, 20203 min read
Â
Â
Â


Azure Custom Vision : download training images with Python
Quote from the official web-site: Customize and embed state-of-the-art computer vision for specific domains. Build frictionless...

Alibek Jakupov
Nov 25, 20192 min read
Â
Â
Â


Azure Functions with Python : get environment details
In this short article we are going to discover one more tip to get more information about Azure Functions environment. Up we go! Before...

Alibek Jakupov
Sep 17, 20192 min read
Â
Â
Â


Microsoft Academic Graph: practical experience, step 2
Here are the steps implemented in the previous article: Get Microsoft Academic Graph on Azure storage Set up Azure Data Lake Analytics...

Alibek Jakupov
Sep 2, 20194 min read
Â
Â
Â


Microsoft Academic Graph: practical experience
In this article we provide a brief summary of the steps we implemented while testing Microsoft Academic Graph. Though the official...

Alibek Jakupov
Aug 30, 20194 min read
Â
Â
Â


Read Excel files from SFTP Server "on-fly"​
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...

Alibek Jakupov
Aug 11, 20193 min read
Â
Â
Â


Visualize your deep learning model trained with Custom Vision API
Azure Custom Vision API offers an awesome possibility to train your own classifier using only several images, due to the hardest...

Alibek Jakupov
Jul 4, 20194 min read
Â
Â
Â


Connecting to SFTP server from Azure Functions
One of the most fascinating things about Azure Functions is the ability to easily deploy your HTTP or Time triggered web services. What...

Alibek Jakupov
Jun 30, 20191 min read
Â
Â
Â


Azure OCR with PDF files
Azure OCR is an excellent tool allowing to extract text from an image by API calls. Azure's Computer Vision service provides developers...

Alibek Jakupov
Jun 25, 20192 min read
Â
Â
Â


Azure Functions + Docker + PyODBC
In one of our previous articles we explained how to create an Azure Function with Docker Image. However installing PyODBC may turn out to...

Alibek Jakupov
Jun 25, 20191 min read
Â
Â
Â


Azure Functions : Custom Docker Configuration
There is an excellent official documentation of Microsoft explaining how to create a simple Azure Function on Python. If you create it...

Alibek Jakupov
Jun 23, 20193 min read
Â
Â
Â


Open CV : Real-time video streaming with graphical elements
OpenCV (Open source computer vision) is a library of programming functions mainly aimed at real-time computer vision.Originally developed...

Alibek Jakupov
Jun 18, 20192 min read
Â
Â
Â
bottom of page


