Skip to content
View ItsAiZEN's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ItsAiZEN

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

👋 Hi, I’m Nir, Welcome to my GitHub page!

  • 🔭 I am currently studying towards my bachelors degree in Computer Science.
  • 👨‍💻 My repositories are mainly personal projects or university projects.
  • 📄 Currently my most used languages are Python, Java, C.

Top Langs

Pinned

  1. Ray-Tracing-implementation-in-Python Ray-Tracing-implementation-in-Python Public

    Ray Tracing implementation in Python. The implementation uses libraries only for faster calculation and not for the implementation itself, most of the code is Linear Algebra calculations combined w…

    Python

  2. Spectral-Clustering-using-C-and-Python Spectral-Clustering-using-C-and-Python Public

    This project implements the spectral clustering algorithm. Most of the code is written in C in order to achieve better performance, The C code is imported into Python using a C API module

    C

  3. PING-a-PONG-game-clone PING-a-PONG-game-clone Public

    A PONG game clone that features "power-ups", an "AI" opponent, dynamic difficulty, menu, background music and sound effects and modern graphics. Made using Python and PyGame

    Python

  4. GrabCut-and-Poisson-Blending-in-Python GrabCut-and-Poisson-Blending-in-Python Public

    Python implementation of GrabCut and Poisson Blending. The implementation was based on the original research paper and another paper on the implementation of GrabCut algorithm.

    Python 1

  5. Procedural-Generation-Project Procedural-Generation-Project Public

    This project is about making terrain using procedural generation utilizing perlin noise and other techniques.

    Python