Skip to content
View megamiii's full-sized avatar
  • Seoul, South Korea
  • 19:02 (UTC +09:00)
Block or Report

Block or report megamiii

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
megamiii/README.md

Alt text

Hello, I'm Damla 👋

About me:

  • 🎓 I recently earned my Computer Science and Engineering degree from Seoul National University.
  • 📚 Many of my projects are based on the homework assignments I've completed throughout my studies, which demonstrate my hands-on experience with the concepts I've learned in a rigorous academic setting.
  • 🏆 I'm a Google Certified Project Manager.
  • 💻 My main skills include C, C++, C#, Java, Python, and Unity. I also have previous experience with Verilog, R, MATLAB, and OCaml.
  • 🌱 I’m on a continuous journey of learning and personal development.
  • 🥅 2024 Goals: Secure a role where I can grow and contribute meaningfully!
  • ⚡ Fun fact: I was awarded a scholarship where I received over 71,984,000 won in educational support!

GitHub Stats:

Top Langs Damla's GitHub stats

Pinned

  1. RedLightGreenLightCVGame RedLightGreenLightCVGame Public

    Python codebase for our computer vision-enhanced 'Red Light, Green Light' game. Implements motion detection and posture analysis with OpenCV and MediaPipe, designed to work in real-time settings. I…

    Python 1

  2. AI-HOG-FaceDetection AI-HOG-FaceDetection Public

    This repository presents a Python implementation of the Histogram of Oriented Gradients (HOG) for face detection. It details the process of image preprocessing, gradient computation, orientation bi…

    Python

  3. KNN KNN Public

    A Python implementation of the k-Nearest Neighbors (KNN) algorithm. This repository includes scripts for loading data, computing Euclidean distances, and classifying data points based on their near…

    Python

  4. JavaChessGame JavaChessGame Public

    JavaChessGame is a Java application that simulates a chess game following standard chess rules, featuring a GUI with interactive chess pieces, turn-by-turn gameplay, and mechanisms to detect check …

    Java

  5. DeepLearningPortfolio DeepLearningPortfolio Public

    DeepLearningPortfolio is a comprehensive collection of Jupyter notebooks showcasing my deep learning projects and experiments. It includes implementations and explorations of advanced image augment…

    Jupyter Notebook

  6. OCSP-Cert-Validator OCSP-Cert-Validator Public

    OCSP-Cert-Validator is a tool designed for validating SSL certificates using OCSP. It connects to servers, retrieves certificate chains, checks revocation status, and provides detailed insights. Id…

    C