Skip to content

Commit

Permalink
Adding AOAI service readme
Browse files Browse the repository at this point in the history
Adding useful resources to learn more about Azure OpenAI service, skilling up from beginner level to advanced.
  • Loading branch information
carlotta94c committed Apr 28, 2023
1 parent 8f35010 commit 1a5c5ed
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions AzureOpenAIService/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Learn Azure Open AI service

## Start here!

1. [Create an Azure Subscription](https://azure.microsoft.com/en-us/free/students/?WT.mc_id=academic-95355-cacaste)
2. [Apply for access to the Azure OpenAI Service](https://aka.ms/oai/access)
3. [Watch Introduction to Azure OpenAI Service](https://www.youtube.com/watch?v=HTw4cJy3XNk)
4. [Get familiarized with the product content](https://azure.microsoft.com/products/cognitive-services/openai-service/?WT.mc_id=academic-95355-cacaste)
5. [Review how other customers are using Azure AI](https://www.microsoft.com/ai/azure-customer-stories-ai?WT.mc_id=academic-95355-cacaste)

## Learn the basics

1. [Understand what is Azure OpenAI](https://learn.microsoft.com/azure/cognitive-services/openai/overview?WT.mc_id=academic-95355-cacaste)
2. [Work through Introduction to Azure OpenAI Service training module](https://learn.microsoft.com/training/modules/explore-azure-openai/?WT.mc_id=academic-95355-cacaste)
3. [Explore key Responsible AI guidelines and principles](https://learn.microsoft.com/legal/cognitive-services/openai/transparency-note?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext&WT.mc_id=academic-95355-cacaste)

## Advance to intermediate level
1. Discover How-To guides about [Generate embeddings](https://learn.microsoft.com/azure/cognitive-services/openai/how-to/embeddings?tabs=console&WT.mc_id=academic-95355-cacaste) and [Fine-tune](https://learn.microsoft.com/azure/cognitive-services/openai/how-to/fine-tuning?pivots=programming-language-studio&WT.mc_id=academic-95355-cacaste)
2. [Complete embeddings and document search tutorial](https://learn.microsoft.com/azure/cognitive-services/openai/tutorials/embeddings?tabs=command-line&WT.mc_id=academic-95355-cacaste)
3. Learn [How your data is processed, used and stored](https://learn.microsoft.com/legal/cognitive-services/openai/data-privacy?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext?WT.mc_id=academic-95355-cacaste)
4. Review the [Enterprise Data with ChatGPT](https://techcommunity.microsoft.com/t5/ai-applied-ai-blog/revolutionize-your-enterprise-data-with-chatgpt-next-gen-apps-w/ba-p/3762087?WT.mc_id=academic-95355-cacaste) tech blog, and its accompanying [GitHub repository](https://github.com/Azure-Samples/azure-search-openai-demo/)
5. [Discover the REST APIs](https://learn.microsoft.com/rest/api/cognitiveservices/?WT.mc_id=academic-95355-cacaste)

## Advanced content
1. Learn more in the [Azure OpenAI Workshop](https://github.com/Azure/azure-openai-samples)
2. See examples in the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/tree/main/examples)
3. [Get support and help](https://learn.microsoft.com/azure/cognitive-services/cognitive-services-support-options?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext&WT.mc_id=academic-95355-cacaste)

0 comments on commit 1a5c5ed

Please sign in to comment.