Skip to content
View kacper673's full-sized avatar

Block or report kacper673

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. CI-network-sim CI-network-sim Public

    Simulator of critical infrastructure network failures, attacks and resilience

    Python 2

  2. Chess-Engine Chess-Engine Public

    Implementation of a chess engine, combining traditional approaches with modern ML and DL techniques.

    C++ 1

  3. Monte-Carlo-Localization Monte-Carlo-Localization Public

    A 2D Monte Carlo Localization (MCL) simulator with a ray-casting LIDAR, written in C++17 and SFML. It demonstrates probabilistic robot localization using particles, sensor models, and resampling. D…

    C++ 1

  4. Linear-Approximation-From-Scratch Linear-Approximation-From-Scratch Public

    Implementation of linear regression (least squares method) and piecewise linear interpolation in C++ with a graphical interface built on SFML. The program allows manual or random generation of data…

    C++

  5. Preceptron-classifier-from-scratch Preceptron-classifier-from-scratch Public

    A perceptron classifier for the Iris dataset implemented entirely from scratch in C++. Includes manual CSV parsing, handcrafted train/test splitting, basic weight initialization, explicit perceptro…

    C++

  6. Scroller Scroller Public

    Camera-based gesture controller for Windows. Powered by MediaPipe Hands + OpenCV, it recognizes natural hand gestures and maps them to system actions

    Python