Ankit Vadehra (Projects and Doings.)
April, 2016

ShareIt

Smart image sharing platform with image nudity detection, caption generation and ranking using Image Processing, Deep Learning and Wilson's Lower-bound interval respectively.

November, 2015

Pulse Oximeter

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.

October, 2015

TVSeries Rating Visualization

Visualizing the TV Series Rating over the run of the Program.

May, 2015

Vizualizing WhatsApp Chat History

Simple Python scripts to visualize and analyze WhatsApp chat history, generating message count and word frequency.

April, 2015

Attendance Management System

A system that allows marking attendance by matching MD5-Hash keys of images and provides CSV files for easy transfer.

Feb, 2015

What Are People Saying?

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.

Jan, 2015

goto

Linux Shell 'cd' replacement tool. CD on steroids, with fuzzy file finder and a directory bookmark saver.

Jan, 2015

GetComics

A simple BASH+Python code to download PHDComics Web Comics sequentially.

Dec, 2014

CaffeinePost

A static Blog Generator using BASH(+Python)

Oct, 2014

BroCode

A Fun Esoteric Programming Language, developed as a variant of BrainF**k Language. Parses an array of tokens like a turing-strip.

Oct, 2014

PageRank

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.

Sep, 2014

Tweety

A fun and awesome Twitter Clone built in PHP+MySQL. Has features for following/un following users posting tweets and searching for users/tweets. Live At: Tweety..

Sep, 2014

Network Chat Client

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.

July, 2014

Random Number Generation

A Random Number Generator using Linear Congruential Formula.

May, 2014

VadOS

UNIX style OS for the x86 architecture. Support for Monitor, Descriptor Tables, Paging and a VFS using a Heap Data structure.

April, 2014

Malloc()

First-Fit memory allocator, which uses a singly Linked List to attach the memory freed using free(), and makes it available for reuse.

Sep, 2013

Batman and Joker

A maze-search game based on different Graph traversal Algorithms.

Aug, 2013

Prime Generation Optimality

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.

July, 2013

Conways Game Of Life

A C++ Implementation of how a society forms and refines over a period of time.

July, 2013

Computer Answers Virtual Tarrot

An implementation of the Peter Answers Virtual Tarrot.