Skip to content
View turkEman's full-sized avatar
🐦‍⬛
On vacation
🐦‍⬛
On vacation

Block or report turkEman

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Facial-Recognition-using-Custom-Pipeline Facial-Recognition-using-Custom-Pipeline Public

    Project integrates two models: YOLOv11n for gender detection and EfficientNet_V2_S for celebrity recognition. YOLO, trained on ~2,000 images, achieved high precision (85.7%) for gender classificati…

    Jupyter Notebook

  2. Food-Delivery-on-n8n Food-Delivery-on-n8n Public

    This project demonstrates a simple but complete food-ordering backend workflow built using n8n. A frontend UI (HTML/CSS/JS) deployed on Netlify collects food orders, sends them to an n8n Webhook, p…

  3. IMU_2D_Angle_Kalman_Filter IMU_2D_Angle_Kalman_Filter Public

    A 2D angle estimation system using an IMU (MPU9250) and a Kalman filter. It fuses gyroscope and accelerometer data to compute accurate roll and pitch angles while reducing noise.

    C++

  4. Pi_Estimation_Using_Threads Pi_Estimation_Using_Threads Public

    Pi estimation using the Maclaurin series, implemented in C with four approaches: sequential, multithreaded (pthread), multiprocessed with shared memory (mmap), and multiprocessed with pipes. Uses c…

    C

  5. Social_Media_cpp Social_Media_cpp Public

    This is my university Data Structures & Algorithms (DSA) project: a simple console-based social media app demonstrating BSTs, AVL Trees, Graphs, Maps, and Min/Max Heaps. It features user connection…

    C++