Skip to content
View SilentCanary's full-sized avatar

Block or report SilentCanary

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. Autonomous-Predictive-Maintenance Autonomous-Predictive-Maintenance Public

    Agentic AI system for vehicle maintenance: prediction, diagnosis, and human-like customer interaction

    Python

  3. Finserv-Insurance-Agent Finserv-Insurance-Agent Public

    Finserv Insurance Agent — RAG-Based Insurance Question Answering System built to answer insurance-related queries by extracting relevant information from uploaded policy documents (PDF / DOCX / EM…

    Python 1

  4. EarthSentinel EarthSentinel Public

    Forked from AditS-H/EarthSentinel

    A deep learning pipeline for landslide prediction from multi-temporal satellite imagery. Raster patches across different weeks are encoded using a shared Siamese Conv-LSTM network to learn spatio-t…

    Python

  5. 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++

  6. 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++