LangExtract
LLM
Python
Learn how to define extraction tasks and schemas for data extraction using LangExtract and Pydantic.
ACCESS_FILE >>FastAPI
Pydantic
Python
Learn how to handle data input in FastAPI using Pydantic models and request bodies for structured data validation.
ACCESS_FILE >>On-Device AI
TinyLLM
Agentic AI
Connect on-device Speech-to-Text (STT) output to a local TinyLLM for intent recognition and entity extraction, forming the core of your AI agent.
ACCESS_FILE >>FastAPI
Python
CRUD
Learn to build a simple CRUD API using FastAPI and Pydantic for data validation.
ACCESS_FILE >>AI Safety
Guardrails
LLM
Learn how to design and implement robust AI guardrail systems to ensure safety, reliability, and compliance for your AI applications in production.
ACCESS_FILE >>LangExtract
LLM
Pydantic
Learn how to use LangExtract and Pydantic to extract key information from legal contracts.
ACCESS_FILE >>LangExtract
Pydantic
Financial Reports
Learn to build a LangExtract solution for extracting structured financial data from reports.
ACCESS_FILE >>FastAPI
Python
Uvicorn
Step-by-step tutorial: Build a REST API with FastAPI. A functional REST API using FastAPI, demonstrating setup, route definition, data validation, …
ACCESS_FILE >>FastAPI
Authentication
User Management
Learn how to refine user registration and login flows in a FastAPI application, including data validation, password hashing, and secure user …
ACCESS_FILE >>