Abhijith Nair (abhijith97)

abhijith97

Geek Repo

Company:International Institute of Information Technology

Location:Hyderabad

Github PK Tool:Github PK Tool

Abhijith Nair's repositories

Universal-Style-Transfer

A Keras implementation of Universal Style Transfer via Feature Transforms by Li et al. The core architecture is an auto-encoder trained to reconstruct from intermediate layers of a pre-trained VGG19 image classification net. Stylization is accomplished by matching the statistics of content/style image features through the Whiten-Color Transform (WCT), which is implemented here using NumPy library. No style images are used for training, and the WCT allows for 'universal' style transfer for arbitrary content/style image pairs.

Language:PythonStargazers:4Issues:0Issues:0

MNET-Cerebellum

MNET Cerebellum

Language:PythonStargazers:2Issues:0Issues:0

Automatic-Directory-Syncer

A python application level program to keep two separate directories synced, similar to Dropbox using low-level socket programming. The program follows a client-server architecture, actively listening to the communication channel for file transfer requests. Files and directories are transferred automatically when updated preserving the file permissions at the source directory. The file transfer incorporates checksum to handle file transfer errors. Occurrences of race conditions are prevented by cross-process file locks. Additionally, a simple, intuitive, and composable command-line interface was developed.

Language:PythonStargazers:1Issues:0Issues:0

Distributed-Banking-System

A cloud infrastructure for banking with a command-line interface. It is a client-server setup developed using Java’s RMI protocol. Optimized data structures like hash tables were used to optimise the data enquiry. The system is scalable to multiple clients at different geographical locations and the communication is encrypted using Diffie Hellman key exchange protocol.

Language:JavaStargazers:1Issues:0Issues:0

Reflection-Removal

This project was done as the course project for the Digital Image Processing course and was mentored by Prof. Avinash Sharma. I developed a matlab implementation of the paper “Reflection removal using ghosting cues” by YiChang et al. It includes Reflection Removal using Ghosting Cues and Patch Priors which is modeled as a half Quadratic Optimization Problem.

Language:FortranStargazers:1Issues:2Issues:0

Shell

A C - implementation of a basic bash-like Linux Shell

Language:CStargazers:1Issues:2Issues:0

Aquarium

Aquarium made in Javascript and WebGL. Objects were designed in blender and rendered using WebGL.

Language:JavaScriptStargazers:0Issues:0Issues:0

Brick-Breaker

Brick Breaker game built using OpenGL

Language:CStargazers:0Issues:0Issues:0

CFStalker

A small node.js script that can be run on the command line to find out the submissions of other people on codeforces on the basis of the the difficulty of the question. We can also get to know what which class of questions the problem belong to and many other information.

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

crashmonkey

CrashMonkey: tools for testing file-system reliability (OSDI 18)

Language:C++License:Apache-2.0Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

leveldbjni

A Java Native Interface to LevelDB

Language:ShellLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0

pebblesdb

The PebblesDB write-optimized key-value store (SOSP 17)

Language:C++License:BSD-3-ClauseStargazers:0Issues:0Issues:0

Personal-Website

Personal Website hosted on the iiit web server

Language:CSSStargazers:0Issues:0Issues:0
Language:PHPStargazers:0Issues:0Issues:0

PyProxy-Proxy-Server

A transport layer server for proxying HTTP/HTTPS requests with support for concurrent sessions, resource caching using socket programming with real time logging and statistics. Supports blacklisting of IPs and handles proxy authentication using Basic Access Authentication method. Used the server to demonstrate vulnerabilities like MITM, stealing the decrypted payload of passing HTTPS requests and responses.

Language:PythonStargazers:0Issues:0Issues:0

QuestionAnswer

ITWS-2 Project, Question and Answer blog using web2py framework

Language:PythonLicense:NOASSERTIONStargazers:0Issues:0Issues:0

Survey-System

A Survey System implemented using Ruby on Rails

Language:RubyStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Tetris

Tetris game made with python using pygame library

Language:PythonStargazers:0Issues:0Issues:0

Ultimate-Tic-Tac-Toe-bot

This project was done as the course project for the Artificial Intelligence course and was mentored by Prof. Praveen Paruchuri. Since computation for the best move for each possible state on a 4*4*4*4 Tic-Tac-Toe board is computationally infeasible, it uses minimax algorithm with alpha-beta pruning and a smart heuristic function to find the next optimal move at every step.

Language:PythonStargazers:0Issues:0Issues:0

Web-based-Survey-System

It is a platform independent online survey tool supporting graphical visualization of statistics with a web interface. It lets users respond to surveys and the admin user can add surveys. It was implemented using the Ruby on Rails web application framework. The backend database was implemented using MySQL. Different forms of database queries were made to multiple tables on the database to support the various features offered by the site.

Language:RubyStargazers:0Issues:0Issues:0

YCSB

Yahoo! Cloud Serving Benchmark

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0
Language:JavaLicense:NOASSERTIONStargazers:0Issues:0Issues:0