Projects

Explainable Neural Network Architecture Search

Fully explainable and human controllable Neural Network Architecture Search. This helps in finding the best NN architecture for your problem without manual fiddling.

3D Object Detection for Autonomous Vehicles

Creating object detection deep neural networks for Lidar (3D) point clouds. Used in self driving cars.

Automated Infographics Generation

Checkout our paper on how to automatically generate infographic (poster) designs by simply proving some cues to the system.

Mozilla's Update Handling Server

I worked as an Open Source Developer for Mozilla’s Update handling server – Balrog. Access my contributions with this link.

User Task Classification with Eye Tracking

This is the study of classifying user tasks from the eye movements. Presented at ACM ETRA 2019.

Road Accidents Visual Analytics

Road Accidents in the UK (Analysis and Visualization) poster presented at IEEE VIS 2018.

Analysis of Synthetic Lethals

I developed a synthetic lethals analysis toolkig in MATLAB while working in Raman Lab at IIT Madras.

Real time NFL predictions

We designed a real time prediction system for NFL games to predict the chances of winning for each team for an ongoing match.

Bayesian Optimization for Cloud Configurations

I studied various optimization techniques to find the near optimal AWS configurations for a given job, by deploying them from command line.

Predicting Actions from a Sequence of Images

Classify actions from a sequence of images using RNNs. Kaggle leaderboard ranking 31/74.

Predicting Goodness of Wine

Prediction of goodness of wine using Ridge Regression and LOOCV Cross Validation technique. Kaggle leaderboard ranking 20/74.

Image Classification with CNNs

Deep learning project to classify images from the Imagenet dataset. Kaggle leaderboard ranking 12/74.

Guitar Tuner

A simple guitar tuner built in MATLAB. Example code for recording sound and using Fourier transforms with MATLAB/OCTAVE.

ICE

An interactive visualization tool to understand large categorical datasets with real time interactions. To appear in proc. of VAST, IEEE VIS, 2019.

Games in C

I built the game of Frogger and Cannon Combat (Save your car from a cannon) from scratch in C with user interactions.

Wikipedia Search Engine

I created a search engine for Wikipedia with Hadoop’s inverted index in Java.

Speed Bump Predictor

Android application to predict the upcoming speed bumps on the road. This app is controlled by a Django server.

Book Sharing Portal

Book sharing portal and app built with Waterfall Software Engineering methodology in a team of 10. Great Documentation!!

3D Graphics Design

An example of designing 3D scenes with PyOpengl and Pygame. This demo is available on pip.

Text Image Translator app

Android app to grab an English text from image and translate it to Hindi. Thanks to the Tesseract API.

Weekly Task Manager

Another android app to help you manage your tasks. I used it for myself in my undergrad days.