Mobile Attendance System

It was in my second year of B.Tech, I started working on a project on Internet Technologies(a subject in curriculum) for which we people are divided into teams. We had decided to do a project which will be useful to take attendance using mobile instead of traditional attendance register. Hence we named our project as Mobile Attendance System (MAS). We used HTML, Bootstrap, Javascript for designing static webpages. since we didn't know php at that time, it ended up there. The layout of the webpage is shown below. If you wish to open it in new tab click here.


License Plate Detection

License Plate detection has many practical uses since many process can be automated. This can be used in detecting license plate at toll plazas, automation of detecting license plate of vehicles by traffic police and penality can be imposed on the drivers who violate the traffic rules without human involvement. We have done the basic implementation of it and can be modified as per the requirement. The code and working of it is shown here.

Click here to see the stepwise working it

Finger detection and recongnition

This project was done when I attended as a trainer on a benchmark workshop which created a record in India book of records. The workshop is on Computer vision and Machine Learning.

We have done this project in a very limited period since we were informed to do a project one week prior to the workshop. Our python program detects number of fingers shown in front of the ip camera when fingers are shown inside a given rectangular portion. Then our program prints number of fingers shown by the user. If the number of fingers shown are two the whole video which is being streamed will be converted to gray scale and if number of fingers is equal to four then the whole video will be blurred.

The working of the project is demonstrated here