Skip to content
View brkyzdmr's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report brkyzdmr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
brkyzdmr/README.md

Berkay Ezdemir

Senior Game Developer

๐Ÿงฑ Projects

๐ŸŽฎ Game Development ๐Ÿ•น๏ธ

  • FlappyBird: Flappy Bird clone in Java using LibGDX library.
  • indieyogurt: Mobile game company
  • MatchPool3D: Simple Match3D game using Entitas Framework
  • RollingDice: Simple board game that has deterministic dice mechanics influenced by Board Kings

๐Ÿง  Deep Learning ๐Ÿ•ธ๏ธ

๐Ÿ“ท Computer Vision ๐Ÿ‘๏ธ

  • TemplateMatcher: Locating the defining area as scale and rotation invariant in the map image and return the coordinates of the matched location.
  • FeatureDetection-Server: Feature matching based navigation application on images.
    • It is a solution created in the context of image processing against the problem of locating and navigating due to the fact that the global position system cannot be used under certain extreme conditions.
    • Basically, it calculates feature vector using SIFT algorithm in navigation images, then it finds the proximity of the images in the feature space using K-Nearest Neighbour algorithm.
    • With this approach, we can find a spesific image's location if it's inside the data set.
    • This project created within the scope of my undergraduate thesis.
    • Accomplishment: By reducing the vector space with PCA, I achieved a speed increase of about 100 times without decreasing the performance rate.
  • OpenCVImageMatching: Scale and rotation invariant feature based location detector.
  • Segment Anything Model Flask Inmplementation: Flask implementation project of Meta's image segmentation model SAM

๐Ÿ“„ Data Science ๐Ÿ’ก

๐Ÿ’ป Software Development ๐Ÿงฎ

  • PointRegionQuadTree: Point region quad tree Java implementation
  • MapTrajectory: Multithreaded map trajectory data processing server and client service.
    • In this project, it is possible to send the trajectory data, which is taken as a text document by the help of an interface in the client side, to the server side and allows various reduction operations.
    • The server visualizes trajectory data using the Google API and returns the result to the user after performing the reduction by using the Ramer-Douglas-Peucker algorithm.
    • Multithreaded architecture supports more than one client.
  • SearchEngine: Basic page ranking based search engine demo in Python
  • ImageEditor: Basic image editing software that can transform/crop etc. images in pixel level using C#.
  • SudokuSolver: Sudoku solver using stochastic search paradigm in C#.
  • TravellingSalesman: Solving travelling salesman problem using Dijkstra algorithm in C and Windows API. Full featured GUI is available.
  • TextEditor: Console based text editor that can operate binary-level various string operation in C.
  • 3DPrinter: Custom boot screen configuration for Marlin based Tevo Tarantula 3D printer.
  • Laside: Comprehensive word saving application in Python. I create this project for saving words that I learn easily and effectively.

Pinned Loading

  1. TemplateMatcher TemplateMatcher Public

    Scale and rotation invariant template matcher

    Python 68 16

  2. MatchPool3D MatchPool3D Public

    Simple Match3D game using Entitas Framework

    C# 17 1

  3. segment-anything-flask segment-anything-flask Public

    Flask implementation of Meta's Segment Anything Model.

    Python 2 2

  4. A3C-Breakout A3C-Breakout Public

    The agent exploring the Breakout game environment using Asynchronous Advanced Actor Critic algorithm.

    Python 1

  5. TensorflowPractice TensorflowPractice Public

    It contains several basic Tensorflow applications.

    Jupyter Notebook 2

  6. RollingDice RollingDice Public

    A simple board game that has deterministic dice mechanics influenced by Board Kings.

    C#