Posts

Showing posts with the label Azure AI search

Step by step: Training Azure Custom Vision and predicting the outcome using C#

Image
  Wassup guys?!!! Here comes another step by step walkthrough on setting up and leveraging Azure Custom Vision to load, tag, train and predict images, using awesome capabilities of Azure Custom Vision. Just in case  you are not aware of Azure Custom Vision, they help you easily customize your own state-of-the-art computer vision models that fit perfectly with your unique use case. All you need is to bring up a few examples of labeled images, train them and let Custom Vision do the hard work of identifying and predicting if any future image is matching its training set.  The trick is to label or tag your data. More you data you can provide and you keep classing them, and feed them to Azure, more precise would be the prediction.  The following article would give you an idea of how all this could be done. Pre-requisities:   An active Azure subscription Visual Studio Community Edition (just in case you want to run the code given along with this example).  Some...

Talk to your data Using Azure AI search and Azure Open AI studio

Image
  Wassup guys?  I am back with yet another blog on amazing capabilities of Azure AI search. It can give you an idea as to how you can set up a search model, based on data and search indexes. And then you can query the same from Azure Open AI studio, using normal conversation languages.  Interested? Read on, guys 👇👇👇👇👇 To get started you can launch from Azure portal to search for Azure AI search: While tryig to create the Azure AI search, you can fill out the folloiwng dialog screen as needed: Click on Review + create >> Create to finish the wizard. This will take a while to finish the depoyment of the resource. This is how the resource you created, should look like:   Whew, a lot of things to explore from: a. Connect your data: this is where you can load the data from any external/desired source. We would be coming to this topic, in next step. b. Explore your data: Once you import the data, you can query it, talk to it, just like you do with your friends...