Skip to content
#

azure-openai

Here are 169 public repositories matching this topic...

This demo repository demonstrates how to analyze customer reviews with Azure OpenAI Service (AOAI). I leveraged "ASOS Customer Review" from Kaggle to obtain valuable insight from the customer review content.

  • Updated Feb 14, 2023
  • Jupyter Notebook

This demo repository illustrates how to use Python to scrape news articles from Google based on a given keyword. The scraped articles are then processed by Azure OpenAI Service (AOAI)'s GPT-3 model, which generates concise summaries of the main points. The summaries are then formatted and sent via email using MailJet API.

  • Updated Apr 22, 2023
  • Jupyter Notebook

I have improved the demo by using Azure OpenAI’s Embedding model (text-embedding-ada-002), which has a powerful word embedding capability. This model can also vectorize product key phrases and recommend products based on cosine similarity, but with better results. You can find the updated repo here.

  • Updated Apr 25, 2023
  • Jupyter Notebook

Discover knowledge with ease using - AzureOpenAI, Chroma, and Langchain. This solution generates a knowledge base from a given URL and efficiently responds to queries, streamlining the information discovery process.

  • Updated May 24, 2023
  • Python

Improve this page

Add a description, image, and links to the azure-openai topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the azure-openai topic, visit your repo's landing page and select "manage topics."

Learn more