Search⌘ K
AI Features

Summary

Explore a comprehensive recap of implementing Azure Cognitive Services using FastAPI. Learn how to deploy vision, language, speech, and decision AI models through hands-on projects and understand their real-world applications. This lesson helps solidify foundational knowledge and prepares you for further Azure AI development.

We'll cover the following...

What have we covered?

Let’s quickly summarize what we’ve learned in this course.

  • First, we discussed the FastAPI web framework for Python. We covered the implementation of different types of parameters in FastAPI such as the path parameters, the query parameters, the default parameters, the optional parameters, and the request body.

  • Then, we discussed the concepts of cloud technology and Microsoft Azure. We also discussed Azure Cognitive Services. We started exploring the Azure Vision Cognitive service, and we learned the following:

    • We started our journey in building intelligent solutions using Azure Computer Vision service. We built many small projects to perform OCR, identify the ...