Pinned Repositories
AR-Lock
Augmented Reality Authentication Mechanism that allows users to authenticate themselves by interacting with a virtual keypad (involving no touch and only by moving the phone).
Big-Data-Analysis
Aggregated data from Twitter, New York Times and Common Crawl, applied a big data analytic method (Hadoop MapReduce) on data obtained, and built a data visualization product with Tableu.
Deep-Q-Learning
A program to train an agent on a simple tile based environment using deep Q-networks (Neural Networks and Q-learning) and a program to train an agent to play the Breakout ATARI game.
Handwriting-Analysis
Programs to recognize MNIST, USPS digits using Neural Networks, SVM and Random forests, and to compare handwriting samples to determine if it were written by the same person on the CEDAR datasets.
ImageSegmentation-Clustering-MorphologicalProcessing
Programs to detect clusters in data using GMM and compressed images (Color Quantization) using k-means clustering methods, detect bone fragments in an X-ray image using Segmentation and de-noise binary images using Morphological Image Processing.
KeyPointDetection-Homography-EpipolarGeometry
Programs to detect keyPoints in Images using SIFT, compute Homography and stitch images to create a Panorama and compute epilines and depth map between stereo images.
OrderedMulticast
Implemented a multicast protocol that allows users to multicast messages to other devices on a network, in an ordered fashion ( FIFO and total orderings), with failure handling on Android.
PintOS
Improved Multi-threading capabilities (with priority scheduling) and User Program execution in the PintOS kernel.
SecretDocs
Android Augmented Reality application that uses Google's ARCore to display documents (using pre-generated markers) based on User credentials and permission levels.
SimpleDynamoDB
Implemented a Dynamo-style key-value storage with Partitioning, Replication, and Failure handling, that provides Availability and Linearizability at the same time across multiple Android devices.
dani-amirtharaj's Repositories
dani-amirtharaj/KeyPointDetection-Homography-EpipolarGeometry
Programs to detect keyPoints in Images using SIFT, compute Homography and stitch images to create a Panorama and compute epilines and depth map between stereo images.
dani-amirtharaj/ImageSegmentation-Clustering-MorphologicalProcessing
Programs to detect clusters in data using GMM and compressed images (Color Quantization) using k-means clustering methods, detect bone fragments in an X-ray image using Segmentation and de-noise binary images using Morphological Image Processing.
dani-amirtharaj/SecretDocs
Android Augmented Reality application that uses Google's ARCore to display documents (using pre-generated markers) based on User credentials and permission levels.
dani-amirtharaj/Handwriting-Analysis
Programs to recognize MNIST, USPS digits using Neural Networks, SVM and Random forests, and to compare handwriting samples to determine if it were written by the same person on the CEDAR datasets.
dani-amirtharaj/AR-Lock
Augmented Reality Authentication Mechanism that allows users to authenticate themselves by interacting with a virtual keypad (involving no touch and only by moving the phone).
dani-amirtharaj/Big-Data-Analysis
Aggregated data from Twitter, New York Times and Common Crawl, applied a big data analytic method (Hadoop MapReduce) on data obtained, and built a data visualization product with Tableu.
dani-amirtharaj/Deep-Q-Learning
A program to train an agent on a simple tile based environment using deep Q-networks (Neural Networks and Q-learning) and a program to train an agent to play the Breakout ATARI game.
dani-amirtharaj/Edge-Point-Line-Circle-CursorDetection
Programs to detect edges in Images using the Sobel filter, detect points using the Laplacian kernel, detect lines and circles using the Hough transform and detect cursors using template matching.
dani-amirtharaj/PintOS
Improved Multi-threading capabilities (with priority scheduling) and User Program execution in the PintOS kernel.
dani-amirtharaj/Software2.0-LeToR
A program to show differences between Software 1.0 and 2.0 programming approaches using Neural Networks and a data-driven ranking program (LeToR) with Linear regression and Radial Basis Functions.
dani-amirtharaj/OrderedMulticast
Implemented a multicast protocol that allows users to multicast messages to other devices on a network, in an ordered fashion ( FIFO and total orderings), with failure handling on Android.
dani-amirtharaj/search-tweets-python
Python wrapper for Twitter Premium and Enterprise Search APIs
dani-amirtharaj/SimpleDynamoDB
Implemented a Dynamo-style key-value storage with Partitioning, Replication, and Failure handling, that provides Availability and Linearizability at the same time across multiple Android devices.
dani-amirtharaj/sceneform-android-sdk
Sceneform SDK for Android
dani-amirtharaj/Social-unrest-prediction
Developed a location based predictive model to forecast occurrences of riots and protests in various Indian cities, (with a minimum lead time of 2 days) using data mined from Twitter and News sources.
dani-amirtharaj/twython
Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.