Portfolio

AI-Powered Security Drone

A practical implementation using a Tello drone equipped with a YOLO-based model to detect people in restricted areas. The system was designed to act as a security drone, alerting personnel whenever a human presence was identified in monitored zones. Link to the repository can be found here.

A Tello drone
AI-Powered Security Drone

Text-Based Adventure Game

A story-driven adventure game built in Python with a state-tracking system that keeps record of items the player collects and updates the narrative depending on the player's inventory and choices. Link to the repository can be found here.

Python game code output
One of the possible endings of the game

LLM Recipe Generator

A simple tool that generates recipe ideas using a pretrained large language model. It takes user input, formats it into structured prompts, and returns complete recipes and variations. Link to the repository can be found here.

LLM project code output
LLM Recipe Generator Output