Building Data Science Applications with FastAPI - Second Edition: Develop, manage, and deploy efficient machine learning applications with Python
Voron, François
- 出版商: Packt Publishing
- 出版日期: 2023-07-31
- 售價: $1,800
- 貴賓價: 9.5 折 $1,710
- 語言: 英文
- 頁數: 422
- 裝訂: Quality Paper - also called trade paper
- ISBN: 183763274X
- ISBN-13: 9781837632749
-
相關分類:
Python、程式語言、Machine Learning、Data Science
立即出貨 (庫存=1)
買這商品的人也買了...
-
$580$493 -
$680$578 -
$2,800$2,660 -
$620$490 -
$600$468 -
$500$450 -
$520$411 -
$630$498 -
$680$537 -
$480$379 -
$720$562 -
$630$498 -
$680$340
相關主題
商品描述
Learn all the features and best practices of FastAPI to build, deploy, and monitor powerful data science and AI apps, like object detection or image generation.
Purchase of the print or Kindle book includes a free PDF eBook
Key Features
- Uncover the secrets of FastAPI, including async I/O, type hinting, and dependency injection
- Learn to add authentication, authorization, and interaction with databases in a FastAPI backend
- Develop real-world projects using pre-trained AI models
Book Description
Building Data Science Applications with FastAPI is the go-to resource for creating efficient and dependable data science API backends. This second edition incorporates the latest Python and FastAPI advancements, along with two new AI projects – a real-time object detection system and a text-to-image generation platform using Stable Diffusion.
The book starts with the basics of FastAPI and modern Python programming. You'll grasp FastAPI's robust dependency injection system, which facilitates seamless database communication, authentication implementation, and ML model integration. As you progress, you'll learn testing and deployment best practices, guaranteeing high-quality, resilient applications.
Throughout the book, you'll build data science applications using FastAPI with the help of projects covering common AI use cases, such as object detection and text-to-image generation. These hands-on experiences will deepen your understanding of using FastAPI in real-world scenarios.
By the end of this book, you'll be well equipped to maintain, design, and monitor applications to meet the highest programming standards using FastAPI, empowering you to create fast and reliable data science API backends with ease while keeping up with the latest advancements.
What you will learn
- Explore the basics of modern Python and async I/O programming
- Get to grips with basic and advanced concepts of the FastAPI framework
- Deploy a performant and reliable web backend for a data science application
- Integrate common Python data science libraries into a web backend
- Integrate an object detection algorithm into a FastAPI backend
- Build a distributed text-to-image AI system with Stable Diffusion
- Add metrics and logging and learn how to monitor them
Who this book is for
This book is for data scientists and software developers interested in gaining knowledge of FastAPI and its ecosystem to build data science applications. Basic knowledge of data science and machine learning concepts and how to apply them in Python is recommended.
目錄大綱
- Python Development Environment Setup
- Python Programming Specificities
- Developing a RESTful API with FastAPI
- Managing Pydantic Data Models in FastAPI
- Dependency Injection in FastAPI
- Databases and Asynchronous ORMs
- Managing Authentication and Security in FastAPI
- Defining WebSockets for Two-Way Interactive Communication in FastAPI
- Testing an API Asynchronously with pytest and HTTPX
- Deploying a FastAPI Project
- Introduction to Data Science in Python
- Creating an Efficient Prediction API Endpoint with FastAPI
- Implementing a Real-Time Object Detection System Using WebSockets with FastAPI
- Creating a Distributed Text-to-Image AI System Using the Stable Diffusion Model
- Monitoring the Health and Performance of a Data Science System