Piyush Kansal (@piyushkansalongit)
  • Stars
    star
    18
  • Global Rank 684,145 (Top 24 %)
  • Following 5
  • Registered over 4 years ago
  • Most used languages
    Python
    40.0 %
    C++
    20.0 %
    Java
    10.0 %
    Go
    10.0 %
    Assembly
    10.0 %
    C
    10.0 %
  • Location 🇮🇳 India
  • Country Total Rank 27,920
  • Country Ranking
    Assembly
    296
    Go
    3,494
    C
    6,609
    C++
    8,041
    Python
    9,549

Top repositories

1

Medical-Image-Segmentation-

UNet is a state-of-the-art CNN based architecture typically used in segmentation tasks. I have used this for semantic segmentation of Anterior and Posterior Views of Human Spine. The catch here is that the architecture is trained on just 30-90 masks and can be as large as 30 million parameters and yet achieves an IoU >70.
Python
4
star
2

Image-Stitching

Panoramic Stitching
Python
2
star
3

Unity3d-SpaceShooter

1
star
4

IITD--COL731-Operating-System

C++
1
star
5

recipe-app-api

1
star
6

IITD-COL730

Parallel Programming Assignments
C++
1
star
7

Real-Time-SSD

Python
1
star
8

GroceryRouter

Java
1
star
9

VectorSpaceRetrieval

1
star
10

Raft-Distributed-Consensus

Implementation of a fault tolerant distributed consensus algorithm called Raft using Go.
Go
1
star
11

Ciphers

Hardware implementation of light weight cryptographic ciphers PRESENT and ESF on logisim.
1
star
12

Assembly-Language-Programming

Assembly
1
star
13

Vision-Moving-Object-Axis-Detector

Detecting the medial axis of a moving object is done by extracting the frames from the video, a background subtraction, filtering, edge detection, line detection, contour detection. Each of the file below corrrespond to these operations.
Python
1
star
14

HTML-to-Latex-Converter

HTML to Latex converter can be directly used to make pdfs from input html files. It does so by doing lexical analysis of html followed by parsing and building of an Abstract Syntax Tree. The tree is maped to an euivalent AST of latex whose preorder traversal gives you the "texmaker" compilable code.
C
1
star