top of page

PROJECTS

List of Projects :
Virtual Sifu, Online Learning Platform using Kinect Xbox
(Art. Neural Network, PHP, JavaScript, )
  • A website where user record, replay actions online & get immediate feedback from Neural Network in real time.

  • Detect user’s wrong motions by showing skeleton joints red, provide performance score using Neural Network.

  • Project URL 

Event Notify App Using FB Graph Search API
(FB Graph Search API,PHP, JavaScript )
  • An app to notify user, their favorite events happening nearby city by tracking user’s recent FB profile activity info..

  • Get user info from Facebook & pass it to Eventbrite so that events that sync with user interest can be suggested.

  • Project URL 

AnglularJS Single page PhoneCat app
(Angular JS, Node.JS , JavaScript, Client MVC )
  • This app displays a list of Android devices, lets you filter the list to see only devices that interest you & view details.

  • This takes an advantage of Client MVC pattern.

jQuery Twitter feeds
(HTML 5, CSS, jQuery, JSON)
  • Get latest tweets from user timeline.

  • It uses API 1.1 authentication for Twitter feed and requests.

  • Used Twitter feed caching to speed up loading of tweets.

  • HTML5, CSS, jQuery, JSON

Shopping card & PayPal
(HTML 5, CSS, JS, PHP, MySql)
  • Built a website like EBay and PayPal

  • Implemented  modules like Checkout, setting up cart, Sending cart to PayPal, Instant payment notification.

  • HTML5, CSS, jQuery, PHP, MySql

Built an Inverted Index for Search Engine
(Java, Cosine & Boolean retrieval algorithm)
  • built an inmemory inverted index on a collection of text file using solr and lecene.

  • Implemented methods to traverse the index for conjunctive and disjunctive queries using Binary & Gallop search

  • Calculated Recall, Precision and Map score

Multi Path TCP (MPTCP) Implementation
(C, Socket Programming, ns3)
  • Worked on Congestion control algorithm given in IEEE research paper "Design , Implementations & evaluation of congestion control for multipath TCP using C Socket Programming"

Broadcasting low exponent (RSA Attack)
(C, Bigdigit Library)
  • Performed an attack on RSA algorithm , the most efficient algorithm is subjected to attack due to low exponent.

  • Designed & developed C program to recover the plaintext without private key using Chinese remainder theorem.

bottom of page