Dibakar Saha


Pursuing B. Tech in Computer Science and Engineering

Portfolio


About Me


Greetings visitor. My name is Dibakar Saha. Presently I am pursuing B. Tech in Computer Science and Engineering. I love programming in Python, C, C++, Java and Android. What you saw were some of my most liked projects.

For more of my projects like Sentiment Analysis, Spam Detection etc check out my github page. I hope you will like my other projects too. Want to know more about me? Check "Around the Web" section.

Gesture Recognition


A motion gesture recognition system that can recognize 16 gestures. Created using Python and OpenCV. Source code here http://github.com/evilport2/simplegesturerecognition

Close Project

Facial Recognition


A very simple Facial Recognition system. Not very accurate. Source code here https://evilport2.github.io/Face-Recognition

Close Project

Gesture Driven Virtual Keyboard


This keyboard is displayed on your webcam feed. On doing a "click" gesture the keyboard emulates a keypress which is sent to the current program. Inspired from Intel RealSense. Source code here https://github.com/EvilPort2/Virtual-Keyboard

Close Project

Virtual Mouse


Controlling your mouse using the camera. 2 fingers means controlling the mouse movement. Bringing 2 fingers together for small time is right click whereas long hold is left click and hold. Source code here https://github.com/EvilPort2/Virtual-Mouse

Close Project

Unlocking using Facial Password


Inspired from Apple's FaceID technology. Using the "L" gesture you can lock the computer. On locking an overlay containing a green text saying "Computer is Locked" is displayed. Simultaneously, both the keyboard and the mouse get disabled. The computer can be only unlocked using the face that is set as the password. Source code here https://github.com/EvilPort2/final-year-project

Close Project

DirectX input to PC video games using phone's accelerometer


Inspired from PS4 and XBox One. One of my favourite projects. The phone here acts like a wireless controller for the video game. According to the phone's inclination DirectX inputs are sent to the game over the local network. This is done using real time reading of the accelerometer data, socket programming and DirectX input using Python. Source code here https://github.com/EvilPort2/NFS-MW-2013-Remote

Close Project