AI kitchen companion that streamlines grocery planning and batch-cooking so you enjoy balanced, stress-free meals all week.
Tools: Gemini API, Google ADK, Python, GCP Cloud Run
This project was created as part of the "Google DevFest 2025 London: Building Safe, Secure and Scalable Solutions with AI and Cloud" event.
I directed a 90 minutes interactive workshop: Exploring Agentic AI: Hands-On with Gemini in Kaggle
Tools: Gemini API, Google ADK, Python
Financial reports are dense and time-consuming to analyze. This project uses Retrieval-Augmented Generation (RAG) with Gemini to automatically generate concise, context-aware summaries by combining document retrieval with multimodal reasoning. The output includes a structured summary table for quick insight.
Tools: Gemini API, Python
In this notebook, I analyze bank statements from my everyday banking account and my two credit cards using Topic Modelling. The idea is to classiffy the transactions. I also take a look on how my transactions have been affected by COVID 19.
Tools: Pandas, Scikit-Learn (LDA), Seaborn, Plotly
In this notebook I perform customer segmentation using a credit card dataset from Kaggle. K-Means is used for the clustering.
Tools: Pandas, Scikit-Learn (KMeans), Seaborn