Summary

A review of concepts that were covered in this course.

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 ...