My Projects:

The Physicist
This open source project used OpenGL and numerical integration methods to study/render simple mechanical simulations. Bodies are represented as spherical blobs. The software is capable of rendering orbits, projectile trajectories and more. Collision is also accounted for. Coded in C++ and uses Qt for GUI.

libsyntactic
This is also an open source project. It consists of a library of multiple customizable neural network architectures such as Feed forward , simple time series and Self organizing maps. There is also provision to write custom functions for network node behaviour. Coded in C++.

Vedvarsha
Another open source project utilizing the above library to perform handwriting recognition and Optical character recognition. This project won me a scholarship in a coding competition organized by Redhat and IIT Bombay. Also coded in C++ and uses Qt.

Kriebo
A robotic project done as my final year project for my undergrad degree. This consists of a stationary base, robotic turret with 4 degrees of freedom. It essentially scans the environment for predefined targets and focuses and fires a laser pinpointing it if there is one. This project got me the highest project grades in the entire department! This was coded in C++ on a linux platform. Interfacing was done with a PC via the parallel port.