AI Integration in This Portfolio
Three controlled LLM interfaces as live proof: type validation, error handling, and multi-provider fallback
Proof: async tool-calling with controlled context, multi-provider fallback, and typed response structure.
LangChain Tool Calling Groq LPU FastAPI Multi-provider fallback depending on feature and availability
Proof: Pydantic-validated LLM response as typed object – no unchecked free-text, but structured classification with schema guarantee.
Pydantic Structured Output Groq LPU Multi-provider fallback depending on feature and availability FastAPI
Proof: multimodal vision endpoint with Base64 encoding, Gemini-first fallback, and semantic UI analysis.
Gemini-first Vision Multimodal Pydantic FastAPI