The Lab

Early experiments, CLI tools, and projects that shaped the path.

Streamlit Project Template

A streamlit project template for cleaner code and cost-efficient maintainable apps.

Python Streamlit Docker

AdGen — Generative Advertising

Custom ad generator using Stable Diffusion. Streamlit UI + FastAPI backend.

Python Stable Diffusion FastAPI

RecommendMe

Generative movie recommendation app based on your favorites. GPT-3.5 + Streamlit.

Python Streamlit GPT

IMDB Sentiment Analysis

Binary sentiment classification on 50K movie reviews. EDA + TF-IDF, ~90% accuracy.

Python NLP Kaggle

Ops-SpamDetector

Spam detection microservice — learning k8s with ModelAPI + WebAPI, kind cluster deployment.

Python Kubernetes Docker

Forecast Bus Demand

Forecasting bus demand in Banana Republic municipalities. Time series + notebooks.

Python Time Series Jupyter

Ames House Prices

Advanced regression on Ames Housing dataset. Kaggle submission.

Python Regression Kaggle

Autonomous Car

Teknofest Robotaxi — full-scale autonomous vehicle. Python, OpenCV, Darknet.

Python OpenCV Computer Vision

Neural Networks From Scratch

Implementing neural networks from scratch — learning the fundamentals.

Python ML NumPy

CU-BIS

CLI to access Cukurova University Student Information System (CUBIS/OBS).

Python CLI Selenium

Spotify CLI

Command-line interface for Spotify. Control playback from the terminal.

Python CLI Spotify API

CEVD-OT Weed Detection

YOLO-based weed detection. Multi-image and real-time webcam inference.

Python YOLO OpenCV

Fako

Fake data generator or similar utility.

Python

Content-Based Filtering

Simple content-based movie recommender by content similarity.

Python Recommendation

Deep Learning Exercises

Exercises while learning DL — ML/neurons, CNNs, RNNs, NLP, GANs, transfer learning.

Python PyTorch Jupyter

Eyes

OpenCV module for batch image operations — easier, flexible multi-image processing.

Python OpenCV

Bank Queue Simulation

Queue simulation for banks & office boxes. C++ with OOP design.

C++ Simulation

Fenestration CLI

Database for windows and building components. SQL + CLI interface.

Python SQL CLI

DS Projects

Data structures class projects — array subsets, palindromes, binary trees, etc.

C++ C Python Data Structures