Skip to content
View SilentCanary's full-sized avatar

Block or report SilentCanary

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. SilentCanary.github.io SilentCanary.github.io Public

    This is my personal wizardry portfolio — a realm where code meets magic. ✨

    JavaScript

  2. CivicIQ-Verifier CivicIQ-Verifier Public

    End-to-end Python package for verifying Indian ID documents (Aadhaar & PAN) with OCR, secure QR decoding, face match, and DigiLocker integration.

    HTML

  3. Jetpack-Joyride Jetpack-Joyride Public

    This is a pure C++ game application that uses SFML for the graphics and user interaction. It uses Quad Tree for efficient collision detection by spatially partitioning game objects, a queue to mana…

    C++

  4. Social-Media-ChatApp Social-Media-ChatApp Public

    A real-time chat application built using MongoDB, Node.js, and JavaScript, featuring user authentication (Twilio) and Socket.io for seamless messaging. Future plans include to integrate machine lea…

    JavaScript

  5. Neural-Network Neural-Network Public

    This project implements a feedforward neural network from scratch in C++ using the Eigen library to classify handwritten digits from the MNIST dataset using ReLU activation, and an output layer wit…

    C++

  6. RL RL Public

    A simple TIC-TAC-TOE agent built using RL(value iteration with minmax style opponent simulation)

    C++