Leen Portfolio

Projects


AI Recipe Generator

Developed a simple system that uses Large Language Models (LLMs) to suggest cooking recipes based on user input.

AI Recipe Generator interface screenshot
AI Recipe Generator

View on GitHub


Coin Detection and Classification using MATLAB

A digital image processing project developed in MATLAB to detect and count coins in an image and classify them into small and large categories. The system applies grayscale conversion, Otsu thresholding, binary segmentation, connected component analysis, and diameter-based classification.

coins
Original image
MATLAB coin detection and classification result
Binary image

View on GitHub