Skip to content
View Arshdeep-Singh-01's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Arshdeep-Singh-01

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
Arshdeep-Singh-01/README.md

Arshdeep Singh is a Senior year undergrad at the Indian Institute of Technology, Ropar, in Computer Science and Engineering.

Pinned

  1. Academic-Management-System Academic-Management-System Public

    This is a CLI based interactive Academic Management System. This is designed using strategy design pattern.

    Java

  2. Human-Activity-Recognition-using-MutliHead-Convolutional-Attention Human-Activity-Recognition-using-MutliHead-Convolutional-Attention Public

    This is Deep Learning based Human Activity Recognition Model. The model is trained over WISDM dataset, using the acceleration values over time to classify the activity of the human into 6 categorie…

    Python 1

  3. Bag-of-Features-based-Matching-on-MNIST-fashion-database Bag-of-Features-based-Matching-on-MNIST-fashion-database Public

    Bag of words-based matching/categorization solutions on the MNIST-fashion database.

    Python

  4. Railway-Ticket-Reservation-System Railway-Ticket-Reservation-System Public

    Forked from khan-shahnawaz/TicketReservationSystem

    This is the implementation of an scalable database system for train tickets booking in postgres. It can handle multiple user accesses to the database system through concurrency control protocols.

    PLpgSQL

  5. UCP-CHAMPSIM UCP-CHAMPSIM Public

    This project implements UCP based Cache Partitioning using ChampSim. UCP is a partitioning method in which based on the utilization of the resources, cache is partitioned among the processes

    C++ 2 2

  6. Canny-Edge-Detector Canny-Edge-Detector Public

    This project is the implementation of the 'Canny Edge Detection' from scratch using python.

    Python