Projects
Check out what I've been working on.
Block Chain
· 2023Projects based on Blockchain including games and smart contracts implementation with blockchain at its core, thus enhancing security, fault tolerance and distributed capability.
Cipher Forces
· 2023CipherForces is a Learning Platform for various Security Schemes where one can learn by experimenting (OJ for POIS). It is a Web app for hosting security challenges where the student can interact with different security schemes
Distributed Systems
· 2023Experimenting with multithreading and applications running in a distributed setting, thus making execution faster and handling fault tolerance.
Document Scanner
· 2023An end to end application for Document Scanning to automate data entry from handfilled form data by providing UI for template creation and data extraction using OpenCV, SIFT transformation and OCR
Felicity App
· 2023The official mobile app for IIIT Hyderabad Fest, Felicity 20, created using Flutter
Football Tracker
· 2023Automating data harvesting from live Football Match Telecast. Data like player positions, team classification, types of passes and the location of ball and goal post was fetched from the match images using concepts of Morphology and Homography
Hyperbolic Embeddings for Spatial Transcriptomics
· 2023A hyperbolic graph neural network approach to identify hierarchies in cell types from spatial transcriptomics data obtained from seqFISH+
Knowledge Distillation
· 2023A general knowledge distillation pipeline created for the transformers library, which aids in reducing the inference time and size of large deep learning models with minimal loss in accuracy
NetREx
· 2023A web application aiding in the querying and visualization of Gene Coexpression Networks of Rice Plant under different Stress Conditions
Plane Simulation
· 2023A 3D plane simulation game made using OpenGL in C++ with the option to toggle between different views while also having boatloads of features like sound effects, compass, stunts and smart enemies
Shell and Database
· 2023A terminal-based shell using C supporting piping, redirection, signal handling, background and foreground process management. Also some database impementation like SQL engine and B Treess