AI Engineering Showcase

Here I demonstrate practical applications of modern AI technologies: From multimodal image analysis to Agentic Workflows with Tool Use. Everything connected live to my Python FastAPI backend.

Built to demonstrate structured outputs with Pydantic — LLMs don't return JSON strings, they return typed objects.

Sentiment Analysis

🎭 AI Mood Barometer

Write a message and let the AI analyze its emotional impact.

Multimodal analysis via LangChain — shows how image inputs are securely validated and type-safely passed to the model.

Vision Intelligence

👁️ Vision Analysis

Upload a screenshot. The AI analyzes UX, design, and code quality.

Drag & drop image here or click

PNG, JPG (max 4MB)

Manual tool loop without framework magic — deliberately built this way because I want to understand what happens before abstracting it away.

Agentic Workflows

Portfolio Agent

Online
Tech: Async Tool-Calling · Multi-Provider Fallback (Groq → Gemini → OpenAI) · LangChain · FastAPI