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
1,193 views
0 comments

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
1,356 views
5 comments


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
8,952 views
0 comments


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
2,218 views
1 comment

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
60 views
0 comments

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
79 views
0 comments

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
254 views
0 comments

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
408 views
0 comments


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
280 views
5 comments

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
2,027 views
1 comment


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
135 views
0 comments


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
129 views
0 comments

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
228 views
0 comments


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
2,541 views
0 comments


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
165 views
0 comments


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
12,480 views
0 comments


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
9,068 views
8 comments


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
2,615 views
0 comments


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
2,280 views
2 comments


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
48 views
0 comments
bottom of page