Connect on-device Speech-to-Text (STT) output to a local TinyLLM for intent recognition and entity extraction, forming the core of your AI …
Tag: Pydantic
Articles tagged with Pydantic. Showing 8 articles.
Chapters
Learn how to design and implement robust AI guardrail systems to ensure safety, reliability, and compliance for your AI applications in …
Learn how to define extraction tasks and schemas for data extraction using LangExtract and Pydantic.
Learn how to use LangExtract and Pydantic to extract key information from legal contracts.
Learn to build a LangExtract solution for extracting structured financial data from reports.
Learn how to handle data input in FastAPI using Pydantic models and request bodies for structured data validation.
Learn to build a simple CRUD API using FastAPI and Pydantic for data validation.
Learn how to refine user registration and login flows in a FastAPI application, including data validation, password hashing, and secure user …