~/projects — zsh

projects/

ls -la projects/

  • 📁 aisuite-chatbotui/

    AI Chatbot UI for aisuite
    A Flask interface for chatting with multiple AI models in one place: saved histories, cost estimates and more. Built for the SAÜ AI Society chatbot workshop.

    Dec 15, 2024 #llm#flask#workshop

  • 📁 ai-interpretability-journey/

    AI Interpretability Journey
    My digital notebook for learning AI interpretability: notes, experiments and insights on making models more transparent.

    Jul 2, 2024 #interpretability#llm#transformerlens

  • 📁 pytorch-sota-implementations/

    PyTorch SOTA Implementations
    From-scratch PyTorch implementations of state-of-the-art deep learning models, including the Transformer.

    Aug 9, 2023 #pytorch#llm#deep-learning

  • 📁 ff-algorithm-pytorch-implementation/

    Forward-Forward Algorithm in PyTorch
    An unofficial PyTorch implementation of Geoffrey Hinton's Forward-Forward algorithm, a backprop-free way to train neural networks.

    May 3, 2023 #pytorch#deep-learning#research

  • 📁 sysprog-assignment-sau/

    tarsau: a tiny archiver in C
    A simple archiver for Linux/Unix written in C: bundles multiple text files into one .sau archive and extracts them back.

    May 22, 2026 #c#linux#systems

  • 📁 bilgisayargormesi-sanalayna/

    Sanal Ayna: Virtual Mirror
    A real-time virtual mirror: camera filters, face accessories and face swapping. Computer Vision course project at Sakarya University.

    Apr 27, 2026 #computer-vision#python#opencv

  • 📁 kuaforyonetimsistemi/

    Barber Shop Management System
    Appointment and management system for barber shops. Web Programming course project at Sakarya University (2024-25).

    Dec 7, 2024 #web#fullstack

  • 📁 tiktok-sliding-blue-line-filter/

    TikTok Blue Line Filter
    A recreation of the viral TikTok 'sliding blue line' time-warp filter.

    Mar 8, 2023 #computer-vision#python#fun

  • 📁 kanbagisiyapabilirmiyim/

    Kan Bağışı Yapabilir miyim? (Can I donate blood?)
    After the 2023 earthquakes, a quick web check to see whether you can donate blood before going to a hospital or Kızılay tent, based on the Ministry of Health guideline.

    Feb 7, 2023 #web#social-good#javascript

  • 📁 django-movie-series-information-site/

    Movie & Series Info Site
    A basic Django project for browsing movie and series information, built to learn the framework.

    Dec 8, 2022 #django#web#python

  • 📁 mlp-from-scratch-cpp/

    MLP From Scratch (C++)
    The same from-scratch multilayer perceptron, this time in C++.

    Oct 22, 2022 #deep-learning#cpp#from-scratch

  • 📁 mlp-from-scratch-python/

    MLP From Scratch (Python)
    A multilayer perceptron written in plain Python, with no deep learning framework, to really understand backprop.

    Oct 12, 2022 #deep-learning#python#from-scratch

  • 📁 2048-basic-python/

    2048 in Python
    The 2048 game as a Python script.

    May 27, 2022 #python#game

  • 📁 basketball-simulation-reinforced-learning/

    Basketball Simulation with RL
    A basketball shooting simulation where an agent learns to score through reinforcement learning.

    Mar 4, 2022 #reinforcement-learning#python

  • 📁 connect-4-game/

    Connect-4
    Connect-4 in Python, played in the terminal.

    Feb 15, 2022 #python#game

  • 📁 iscoin-blok-zincir/

    ISCoin: Educational Blockchain
    A non-commercial, Bitcoin-inspired blockchain built while learning how blockchains work.

    Jan 18, 2022 #blockchain#python

  • 📁 sankal-sanal-kalem/

    SANKAL: Virtual Pen
    Tracks handwriting on a surface through a camera and brings it to the computer screen.

    Jun 12, 2021 #computer-vision#python