Projects

REVERSE SNAKE

Classic snake but the snake is A.I. and the human places the food. Currently the A.I. runs on a X64 machine but end goal is to make it run on embedded hardware and make a portable Gameboy-esq handheld.
Built using Deep Q-network(DQN) with TensorFlow 2

IMAGE SIMILARITY WEB API

A Dockerized web api when given 2 images, computes the image similarity between them. Uses VGG-19 model for generating the feature vector. API has 2 interfaces:

  • Option to pass 2 image URLs.
  • Option to upload 2 images.
  • SMART MIRROR

    Biometrically authenticated display device with availability and attendance system for departments and organizations; engineered using Raspberry Pi 3 using Python 3, Node.js, and MySQL

    DATA DIODE USING RASPBERRY PI FOR SECURE DATA TRANSFER

    Constructed using Raspberry Pi and modified RJ-45 connector with software written in Python; was cheaper by a factor of 20 when compared with commercially available solutions

    ZEN BINGO

    An Indian Bingo(a.ka. tambola) number caller and tally web application. A cloud application deployed on heroku. Can be installed on smartphones as it's a Progressive web app. Built using Django, Sqlite and Vue.js.
    Can be accessed on https://zen-bingo.herukoapp.com.