top of page

COMPLETED PROJECTS

 
Distributed File System

 

Distributed File System :
​        Simple Client - Server Model where clients able to store and download their files from the server. The server is showed as a single entity but it is distributed across many systems. Implemented File Replication, File Recovery, File Permissions. Implemented in Python.

      

Switch Migration Protocol : 
             
            Migrates the switches between the controllers if the load exceeds the threshold. This migration protocol ensures that the safety and liveliness is maintained during the migration. The implementation is done in Ryu Controller in python.
 
​       
 
Software Defined Networks
Switch Migration Protocol

 

 
Graph Processing in Webpage

 

Graph Processing in Web:
             
            A simple HTML webpage where we can draw vertices and edges on the canvas. Then we can find the shortest distance between two vertices using Djkstra's algorithm. The algorithm is implemented in JSP and the webpage sends the information to the server and the server returns the shortest path.
​       
 
   Android app for images

 

Android App for Images:
   
          It is a simple app where we can take pictures or select an image from the gallery. Then we can crop the image and send it to the server. The server recieves the image and converts it into grayscale using JSP and sends it back to the app. Then the app displays the grayscale image.​       

ONGOING PROJECTS

 
ICIC management in LTE                  Hetnets

 

ICIC Management in LTE Hetnets:
         
             Based on the variable radius algorithm already implemented, we try to implement the same algorithm in sectorized cases and compare with already present ICIC management schemes such as FFR-3. Also trying to build a mathematical model to find optimized channel assignment so that we can minimize interference.

      

 
Use of Context in Object                 Detection 

 

Use of Context in Object Detection:
    
              Based on the paper on above title, we try to implement the paper to check whether adding context actually improves the object detection AP. The local detector used is UTOCCI based on PASCAL VOC 2008 results. Then also looking for other novel ideas to improve the performance.

      

bottom of page