Skip to content
View ashishkulkarnii's full-sized avatar
🐢
learning
🐢
learning

Highlights

  • Pro
Block or Report

Block or report ashishkulkarnii

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

Pinned

  1. opengl opengl Public

    A space for my OpenGL projects. It starts with basic 2-d projects, such as the Sierpinski triangle, or building a convex hull around points using Graham's scan algorithm, all the way up to implemen…

    C++ 3

  2. image-editing-cli image-editing-cli Public

    Semester 4: Linear Algebra Project. Image editing command-line with implementations of greyscale, Gaussian blurring, masking based on colour range (HSV), etc. from scratch using OpenCV, NumPy, Pill…

    Python 1

  3. covibot covibot Public

    A Reddit bot which gives COVID-19 stats of a specific region to Redditors based on their post title.

    Python

  4. retinal-fundus-glaucoma-classification retinal-fundus-glaucoma-classification Public

    Using CNNs to classify an image into normal or glaucomatous, using retinal fundus images by transfer learning.

    Jupyter Notebook

  5. graph-based-recommender graph-based-recommender Public

    Semester 6: NAM Project. A recommender system using link prediction algorithms and GCN.

    Jupyter Notebook 1

  6. connect4-socket connect4-socket Public

    Semester 4: CN Lab Project. A multiplayer simulation of "Connect Four" by Hasbro using Python 3 socket programming.

    Python