top of page
Search


Deploy a Gradio app on Azure using a Python Azure App Service
Gradio is an open-source Python package that lets you easily build a demo or web app for your machine learning model, API, or any Python...
Alibek Jakupov
Apr 22, 20245 min read
575 views
0 comments


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,...
Alibek Jakupov
Mar 19, 20245 min read
635 views
0 comments


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...
Alibek Jakupov
Mar 13, 20247 min read
106 views
0 comments


Azure Machine Learning with GitHub Actions : Tips and Tricks
There's an excellent guide available on Microsoft Docs, which details the process of establishing a Continuous Integration and Continuous...
Alibek Jakupov
Jun 14, 20237 min read
181 views
0 comments


Azure Custom Question Answering : Personal Experience
Azure question answering is a cloud-based solution that uses Natural Language Processing (NLP) to enable a conversational layer over your...
Alibek Jakupov
May 24, 20235 min read
504 views
0 comments


Azure Custom Neural Voice: Tips and Tricks
Custom Neural Voice (CNV) is a part of Azure Cognitive Services that lets you create a customized, synthetic voice for your applications....
Alibek Jakupov
May 7, 20234 min read
356 views
0 comments


Power Automate : Convert PDF to Text with Python
Power Automate is an online workflow service that automates actions in the most common applications and services. For example, you can...
Alibek Jakupov
Feb 10, 20234 min read
1,187 views
0 comments


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...
Alibek Jakupov
Jan 4, 20233 min read
374 views
0 comments


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...
Alibek Jakupov
Nov 1, 20225 min read
2,310 views
0 comments


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...
Alibek Jakupov
Aug 24, 20224 min read
1,348 views
1 comment


Microsoft Computer Vision Recipes: Tips and Tricks
There's an excellent repository on the internet providing examples and best practice guidelines for building computer vision (CV)...
Alibek Jakupov
Aug 19, 20227 min read
173 views
1 comment


Azure Functions : install PyTorch and Tensorflow
Many of you have already had the opportunity to use Azure Functions. Azure Functions is an on-demand cloud service that provides all the...
Alibek Jakupov
Jun 16, 20225 min read
2,628 views
0 comments


Python pandas: flatten headers
In this short blog post we are going to see how to flatten your pandas dataframe after aggregation operation. Why flatten your columns?...
Alibek Jakupov
Jul 24, 20213 min read
1,352 views
0 comments


Create your own Covid-19 assistant with Azure Q&A maker
Who can be vaccinated now? How many confirmed cases of Covid-19 are there in France and around the world? What measures should employers...
Alibek Jakupov
May 17, 20213 min read
84 views
0 comments

Azure ML inference pipelines with clustering models
Clustering is a form of machine learning in which related objects are grouped together based on their characteristics. It is an example...
Alibek Jakupov
May 16, 20219 min read
2,278 views
0 comments

Sentence Transformers on Databricks: Tips and Tricks
What is Sentence Transformers? Sentence Transformers are Multilingual Sentence, Paragraph, and Image Embeddings using BERT & Co. These...
Alibek Jakupov
May 6, 20214 min read
2,917 views
0 comments


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....
Alibek Jakupov
Feb 28, 20213 min read
602 views
0 comments


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...
Alibek Jakupov
Feb 14, 20214 min read
283 views
0 comments

Azure Machine Learning : Pricing details
There are many references explaining how to train a model on Azure Machine Learning. There're also plenty of documents demonstrating how...
Alibek Jakupov
Feb 6, 20212 min read
800 views
0 comments


Rookie's research: how Scinan helps in learning
Recently I've started my PhD research in NLP, with focus in the analysis of deceptive language on the Internet. This usually takes the...
Alibek Jakupov
Jan 1, 20213 min read
129 views
0 comments
bottom of page