×

Projects

{ ChainPuff : Ethereum Node Analyzer }
ChainPuff provides an user interface to send transaction work load to ethereum node or ethereum based nodes (eg: Quorum). ChainPuff will process the transaction request generated and will give back the performance metrics (eg: Latency, Throughput) of the ethereum node.
 
{ Delagram : Social Media Platform@IITB }
Delagram is a social media platform developed for IITB Community. That allows users to share memories with each other and engage in gossip.
  Documentation
{ Motion Controller using Color Segmentation }
The aim of this project is to design and implement a motion controller and keep its cost minimal. To achieve that, color based segmentation is used for tracking the controller and the controller is made of a pen and a plastic ball.
  Documentation
{ mini-ANN.js }
mini-ANN.js is javascript library which provides basic Artificial Neural Network (ANN) functionalities which includes ability to create multilayer architecture, feed forward operation, training through backpropagation and some functions for genetic algorithm.
  Documentation
{ Rangoli Maker }
Converts your random doodles to awesome rangolis!
  Run Project
{ Escape Jump Game }
A simple game where you jump to escape and survive to save yourself from getting crushed by pipe closing at random positions, written using p5.js
  Run Project
{ Neuroevolution on Escape Jump }
Evolving neural network to make computer learn the gameplay for the game itself.
  Run Project
{ Visualisations Blog }
Showcases visualisations of a few Data Structures and Algorithms, for examples Stack data structure and search algorithms.
  Run Project
{ flappyball Game }
A flappybird game clone written using p5.js graphics library.
  Run Project
{ Attendance Management }
Attendance management web application which uses Google Firebase Cloud Firestore as backend.
 
{ Pong Game }
Two player retro game called "Pong", recreated in C++ using SDL2 Library.