Bipul Islam's repositories
latex2html
This is a simple project that used Flex and Bison to parse a latex file and generate the corresponding HTML representation.
segmentation-2Dsnakes-wt-interactive-control
This is a complete python package that explores variational methods for 2D image segmentation popularly known as snakes. The package consists of already implemented methods like Chan Vese & Yezzi (mean seperation), Bhattacharya (Probability distribution separation), also, Interactive feedback control approach to snakes
coloring_SAT
Solving a K-coloring problem with SAT
automated-document-index-building
This repository consists of a frame-work along with a test bed that builds automated document index with various ML methods and then evaluates different executed strategies. Methods explored are simple TFIDF based approach, LDA, Word embedding.
ibipul.github.io
My User site
InteractiveGraphVizFramework
This repositary consists of a D3.js frontend over Flask framework for interactively modifying a graph. We can add nodes, links and also modify node and link weights on the fly. It was built on python 2.7 (some aspects may break)
llvm-pass-skeleton
example LLVM pass
map-reduce-projects
This repository contains some interesting Map reduce related projects like Word frequency/word count, Set difference, Singular value decomposition on large images etc.
statistical_viz
This projects focusses on PCA based Statistical Visualization for multivariate large data sets. Popular methods for visualizing PCA transformations are performed in R.
UnixSockets
This repositary contains Unix IPC using sockets to implement a client to server based chat application designed in C.
openGLproj
A short openGL project that involves a few 3D cube models
WebsitePageLoadAnalysis
This project implements a detail test bed in python that can be used to analyze performance improvement of website loading time in presense and absense of ad-blocks via a selenium environment.