Projects
All Projects
-
StockForumX Go · JS
Real-time stock discussion platform — WebSocket predictions, accuracy-based reputation, Go backend, Docker. 16★
-
TrafficManagementSystem Python
AI traffic signal control using YOLOv4 + OpenCV to analyze live video and dynamically reduce congestion instead of relying on fixed timers. 5★
-
ChatViaLan Rust
P2P LAN chat over TCP — room-based messaging, fully offline, no cloud needed. Fast and minimal with async Rust.
-
peer-wire C++
P2P file sharing with tracker-based peer discovery, parallel chunk transfers, and integrity checks using hashing.
-
NanoTextLM Python
Minimal GPT-style Transformer built from scratch in PyTorch — full training loop, tokenizer, and inference pipeline.
-
MinV C++
Dependency-free terminal text editor with modal editing and syntax highlighting. No libraries, pure C++.
-
devterm Rust
TUI dashboard for git status, system resources, and Docker — all in one terminal view.
-
OnlineWorkshopServer Java
Spring Boot backend with REST APIs and JWT auth for workshop management and attendance tracking.
-
ImageClassifier C++
MNIST classification using KNN and a small neural network — comparing model behavior without any ML framework.