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.
Sentiment Analysis
🎭 AI Mood Barometer
Write a message and let the AI analyze its emotional impact.
Detected Emotion:
UNDEFINED
NEGATIV POSITIV
💡 AI TIP:
undefined
● Tech Stack: Pydantic v2, LangChain, FastAPI. The AI analyzes text and delivers guaranteed JSON structured output.
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)
Analysis Result:
Neutral
Usability Score
0 / 10
Design Feedback
Improvements
Tailwind Snippet
Tailwind CSS ● Tech Stack: Google Gemini Vision Model. Uploads images, encodes them to Base64, and semantically analyzes UI/UX elements.
Agentic Workflows
Portfolio Agent
An autonomous AI agent with tools. He can calculate, tell the time, and search projects.
Agent Output:
● Tech Level 6: ASynchronous Tool-Calling, Gemini Flash, LangChain, FastAPI