Hi there!
I'm interested in how software and hardware blend to create meaningful solutions.
📍Somewhere between reality and a joke gone too far
Hi there!
I'm interested in how software and hardware blend to create meaningful solutions.
📍Somewhere between reality and a joke gone too far
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.
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 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
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.