My Projects

A selection of my work in AI, Python, and web development.

Project Image

AI-Powered Blog Engine

This very portfolio website! Built with FastAPI for the backend, serving Markdown articles, and a Gemini API integration.

FastAPI Python Gemini API Tailwind CSS
Project Image

Customer Churn Prediction Model

A machine learning model built for Prologic to identify high-risk customers, improving retention rates by 15%.

Python Scikit-learn Pandas Jupyter
Project Image

Real-time Object Detection API

A FastAPI server that wraps a YOLOv8 model to provide real-time object detection via a simple REST API endpoint.

FastAPI Python YOLOv8 PyTorch