Smart image sharing platform with image nudity detection, caption generation and ranking using Image Processing, Deep Learning and Wilson's Lower-bound interval respectively.
Detecting the amount of oxygen in blood found by the difference in absorption of white and infrared light using Arduino micro-controller, LED and photo-resistors.
Visualizing the TV Series Rating over the run of the Program.
Simple Python scripts to visualize and analyze WhatsApp chat history, generating message count and word frequency.
A system that allows marking attendance by matching MD5-Hash keys of images and provides CSV files for easy transfer.
A Twitter Sentiment Analyzer using Twitters v1.1 Search API, that requests tweets and classifies them as Positive/Negative along with a visualization. Can be used as a Product Classifier or a Market/Location Research tool.
Linux Shell 'cd' replacement tool. CD on steroids, with fuzzy file finder and a directory bookmark saver.
A simple BASH+Python code to download PHDComics Web Comics sequentially.
A static Blog Generator using BASH(+Python)
A Fun Esoteric Programming Language, developed as a variant of BrainF**k Language. Parses an array of tokens like a turing-strip.
Computing the PageRank on the wt2g-TREC 1997 web crawl. Using the Google PageRank algorithm that uses Markov Chain Model to imitate a Random Web Walk.
A Network/LAN chat client using Socket programming in Python. Uses TCP connection approach with a single server running that can handle multiple client connections.
A Random Number Generator using Linear Congruential Formula.
UNIX style OS for the x86 architecture. Support for Monitor, Descriptor Tables, Paging and a VFS using a Heap Data structure.
First-Fit memory allocator, which uses a singly Linked List to attach the memory freed using free(), and makes it available for reuse.
A maze-search game based on different Graph traversal Algorithms.
Compares the Sieve of Eratosthenes and Nested-for-loops algorithm as well as the Linked-List and Binary Search Tree container on the basis of time taken for different boundary conditions constraints imposed on the range of numbers.
A C++ Implementation of how a society forms and refines over a period of time.
An implementation of the Peter Answers Virtual Tarrot.