blog title
10 March 2017

AutoPilot

AutoPilot simulates autonomous driving using Closed Loop Rapidly-exploring Random Tree in Python. It overcomes the constraints dictated by the urban environment.

blog title
05 April 2018

Multi-Max-Clique

Multi-Max-Clique, an application that solves Maximum Clique Problem using the parallel branch and bound approach and achieved linear and super-linear speedups in CUDA.

blog title
05 May 2017

DownloadManager

DownloadManager, a Java application that divides the files to be downloaded into multiple streams and facilitates the downloading of the file streams in parallel.

blog title
12 April 2015

E-Tailer

E-tailer, a product search engine using Trie, Priority Heap in C++. The search history is maintained in Priority Heaps and the user and product data are stored in Trie.

blog title
08 October 2017

Partnership

Partnership is a collaboration platform that Innovators can use to accelerate their projects by crowd-funding skills and time from their colleagues. Smart engineers with niche skills and drive to create an impact will come to this platform to find interesting projects to offer their time.Partnership is for people who have already proven an idea’s worth and looking to take it forward to execution. It is also for people looking for opportunities to engage in interesting innovation projects.

blog title
20 May 2018

BitcoinPricePredictor

The work was based on Predicting Bitcoin Prices using LSTM for building the portfolio.