top of page
Search
Alibek Jakupov
Mar 19, 20245 min read
Using OpenAI with Azure Managed Identities
Azure OpenAI Service offers REST API access to OpenAI's powerful language models such as the GPT-4, GPT-4 Turbo with Vision,...
545 views0 comments
Alibek Jakupov
Mar 13, 20247 min read
Analyzing different sides of a 3D object with Azure Functions and Azure OpenAI
GPT-4 Turbo with Vision represents an advanced leap in multimodal technology, expertly crafted by OpenAI. This cutting-edge Large...
102 views0 comments
Alibek Jakupov
Jan 4, 20233 min read
Power BI : Partially Colorize Line Charts
Power BI is an interactive data visualization software product developed by Microsoft with a primary focus on business intelligence.It is...
373 views0 comments
Alibek Jakupov
Nov 1, 20225 min read
Azure Text to Speech with Python without SDK
Did you know that your applications, tools, or devices can turn text into human-sounding synthetic speech by using the Azure...
2,261 views0 comments
Alibek Jakupov
Aug 24, 20224 min read
Run Azure ML Pipelines with Azure Functions
The lifespan of a machine learning project can be accelerated and managed using Azure Machine Learning, a cloud service. Professionals in...
1,215 views1 comment
Alibek Jakupov
Aug 17, 20226 min read
Azure Functions with Docker and Container Registry
Azure Functions is a great solution based on the serverless architecture. With this approach you can execute your code on the cloud as a...
4,645 views0 comments
Alibek Jakupov
Dec 31, 20214 min read
What color is deception: 5 days experiment
I've recently had a simple idea of colorizing deceptive reviews based on their sentiment. The principle was quite clear: analyze the ...
255 views5 comments
Alibek Jakupov
Feb 28, 20213 min read
Azure Text Analytics with Databricks: Fast and Furious
Azure Text Analytics is an AI service that uncovers insights such as sentiment, entities, relations and key phrases in unstructured text....
596 views0 comments
Alibek Jakupov
Feb 20, 20213 min read
Data Augmentation for NLP with CamemBERT
In the previous article we've seen how to implement the data augmentation for Computer Vision. In this article we are going to see how to...
770 views8 comments
Alibek Jakupov
Feb 14, 20214 min read
Computer Vision Data Augmentation: Code Sample
I've been recently using Azure Custom Vision for training an image classifier and exporting a trainied model in a tensorflow format. With...
279 views0 comments
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,174 views0 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,853 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,197 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...
393 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
Feb 7, 20204 min read
Bicycle searching app with JAVA EE
The given project is aimed to allow user to localize themselves on the map, see the list of all the stations chosen by previously defined cr
50 views0 comments
Alibek Jakupov
Jan 25, 20202 min read
Azure ML Studio: get prediction probability
In this post we are going to create a sample experiment in Azure Machine Learning studio and build a web service upon this, that allows...
508 views0 comments
bottom of page