My Projects

shishira.com

The website that you're currently on. It's a static site built using SvelteKit and hosted on Github Pages.

Source Demo

RVSAT

A microbiological satellite built by Team Antariksh at RVCE. I worked on electronics and software.

Lifebuoy

A flood rescue system that uses a self-healing mesh-network of microcontrollers on floating buoys to map the location and status of victims.

Source

Face Recognition door lock

A door lock that works based on face recognition. It also supports remote unlock and intruder detection.

Source

BookMyShow++

A web app that lets users book movie tickets. It also comes with a map that shows theatre locations and a chatbot that helps users with their queries.

Source

Home Lab

Docker compose for setting up tailscale, nginx, calibre and other services. Also contains ARM templates for an Azure VM that acts as a proxy.

Source

HealthCompanion

A single solution for all your health needs. It includes nutrition tracking using image recognition, doctor appointments, IoT based tablet reminders and privacy protected heath reports among other things.

Source

PotholeDetector

A system that detects potholes on roads using Sony Spresence. Pothole density is overlaid on a map to help drivers pick the best route.

Source

HardwarePasswordManager

A USB tool that generates and stores passwords for different websites. The passwords stored are encrypted and require a master password and a time-based OTP to access.

Source

AccidentDetector

A system that detects road accidents using ML. A dashboard of accidents is shown to first responders. There is also an app that lets users report accidents.

Source

Proximity Networking

A proximity based networking system that allows entrepreneurs and developers to connect with each other during events and conferences.

Source

Disastometer

An image classification model that detects and identifies natural disasters like floods, fires and landslides.

Source

ChainReaction

A web clone of the android game Chain Reaction. It supports online multiplayer using websockets.

Source

Avionics Data Logger

A data logger that reads data from a CAN bus and logs it in a rugged data key. FAT32 file system is implemented over SPI on the datakey.

Source

Book Companion

My first ever hackathon project (makes me nostalgic). It's a library management system for a charity that hands out books in an orphanage.

Source

Image Processing

My own implementation of Kernel Convolution and Image Steganography using only Numpy. It's exposed as a web app using Flask.

Source

Tower of Hanoi

A web based animation of the solution to the Tower of Hanoi problem using P5.js.

Source

2048

My (terrible) implementation of the game 2048 in C.

Source