Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
SilentCanary
Follow

Advitiya Prakash SilentCanary

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