Sarbajit Saha

Projects
These are a few projects that I have worked on during my college days. Please note most of these haven't been updated in a long time. You can visit my Github profile and Play Store profile for a detailed list of all projects.
  • Pierra - An Android app which applies the styles of famous painters such as Picasso, Pierre, da Vinci onto your images, turning them into unique pieces of art, built using Tensorflow Mobile and OpenCV Library

  • Batch Uninstaller - An Android app to uninstall multiple apps at once(works on non-rooted devices too). It's an open source app, available on F-droid as well.

  • Cluster Comparison Algorithms - A collection of 5 different cluster comparison algorithms based on the paper - Efficient Clustering of Short Messages into General Domains(implemented in C++)

  • Chip8 Emulator - A Chip 8 emulator written in C++.
    CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker. CHIP-8 programs are run on a CHIP-8 virtual machine.
    Catch testing framework was used for implementing tests