Logo

Hi there!


I'm interested in how software and hardware blend to create meaningful solutions.


📍Somewhere between reality and a joke gone too far


abt


sots

Rayvn: Autonomous Victim Detection and Communication Mesh Bots

Hybrid IoT/AI-powered rescue bots for victim detection and communication in crisis zones - integrating aerial drones + ground crawler bots with sensors + LoRa mesh network + CV human detection + path planning logic into one modular system.

Road Incident Detection System

Road Incident/Fire Detection and SMS Alert System

Real-time road incident and fire detection + SMS alert notification system developed using computer vision models, T5 string generation, and Twilio SMS API.

Libraries used:
- Flask, Gunicorn: Backend routing + production server
- OpenCV, YOLOv8: Frame processing + incident detection
- PyTorch, Transformers, scikit-learn: AI inference + clustering logic
- MongoDB (pymongo): Incident logs + alert database
- Twilio API: Automated SMS alert notifications

Crowd and Cluster Detection/Heatmap System

Crowd and Cluster Detection + Heatmap System

Crowd monitoring and cluster detection system developed using Python & OpenCV.

Libraries used:
- cv2: OpenCV library for image processing and computer vision
- numpy: For array/matrix operations
- DBSCAN: Density-based clustering algorithm from scikit-learn

sots

Shadows On The Sands Game

⚙︎ C

C preview

C is a powerful, general-purpose programming language that provides a foundation for many modern languages. Known for its efficiency and control, C is commonly used in system programming, embedded development, operating systems, and video games.

🐍 Python

Python preview

Python is a powerful, versatile, high-level, interpreted, object-oriented programming language, driving innovation across data science, machine learning/deep learning, web development, and automation.

$ Bash

Bash preview

Bash (short for Bourne Again Shell) is a command-line language and scripting shell used primarily on Unix and Linux systems to interact with the automate tasks. It serves both as an interactive shell—where users can execute commands, manage files, and control processes—and as a scripting language that allows writing programs to perform repetitive or complex operations efficiently.