Part 3: Building Resilient and Distributed Data Science Systems with FastAPI
This part will introduce you to the basic concepts of data science and machine learning, as well as the most popular Python tools and libraries for those tasks. We’ll see how to integrate those tools into a FastAPI backend and how to build a distributed system to perform resource-intensive tasks in a scalable way.
This section comprises the following chapters:
- Chapter 11, Introduction to Data Science in Python
- Chapter 12, Creating an Efficient Prediction API Endpoint with FastAPI
- Chapter 13, Implementing a Real-Time Object Detection System Using WebSockets with FastAPI
- Chapter 14, Creating a Distributed Text-to-Image AI System Using the Stable Diffusion Model
- Chapter 15, Monitoring the Health and Performance of a Data Science System