top of page
Search
Alibek Jakupov
Dec 12, 20203 min read
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...
1,176 views0 comments
Alibek Jakupov
Dec 12, 20202 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...
1,346 views5 comments
Alibek Jakupov
Nov 15, 20201 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,...
8,869 views0 comments
Alibek Jakupov
Oct 31, 20205 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...
2,200 views0 comments
Alibek Jakupov
Oct 24, 20203 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...
60 views0 comments
Alibek Jakupov
Oct 17, 20202 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,...
79 views0 comments
Alibek Jakupov
Oct 17, 20205 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...
253 views0 comments
Alibek Jakupov
Oct 11, 20203 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...
396 views0 comments
Alibek Jakupov
May 1, 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...
278 views5 comments
Alibek Jakupov
Nov 25, 20192 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...
2,024 views1 comment
Alibek Jakupov
Sep 17, 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...
134 views0 comments
Alibek Jakupov
Sep 2, 20194 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...
129 views0 comments
Alibek Jakupov
Aug 30, 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...
216 views0 comments
Alibek Jakupov
Aug 11, 20193 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...
2,531 views0 comments
Alibek Jakupov
Jul 4, 20194 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...
165 views0 comments
Alibek Jakupov
Jun 30, 20191 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...
12,394 views0 comments
Alibek Jakupov
Jun 25, 20192 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...
9,040 views8 comments
Alibek Jakupov
Jun 25, 20191 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...
2,609 views0 comments
Alibek Jakupov
Jun 23, 20193 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...
2,239 views2 comments
Alibek Jakupov
Jun 18, 20192 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...
48 views0 comments
bottom of page