Skip to content
View sunnyallana's full-sized avatar
😄
Studying
😄
Studying

Block or report sunnyallana

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sunnyallana/README.md

⚡ $ whoami

Senior BSCS student at FAST NUCES, Karachi, crafting software across Rust, C/C++, Python, Next.js, and the MERN stack — with hands-on experience spanning freelance, open-source, academic, and self-initiated projects. Beyond conventional development, he explores Quantum Computing, Computer Vision, and Cybersecurity for both learning and fun.

struct SunnyShabanAli;

impl Developer for SunnyShabanAli {
    fn location(&self) -> &str { "Karachi, Pakistan 🇵🇰" }
    fn education(&self) -> &str { "BSCS Senior @ FAST NUCES" }
    fn stack(&self) -> Vec<&str> { vec!["Rust", "C/C++", "Python", "Next.js", "MERN"] }
    fn obsessions(&self) -> [&str; 3] { ["Quantum Computing ⚛️", "Computer Vision 👁️", "Cybersecurity 🔐"] }
    fn currently(&self) -> &str { "Deepening Rust — one segfault-free build at a time 🦀" }
    fn os(&self) -> &str { "Arch Linux (btw) 🐧" }
}
🏅 Highlight 📌 Detail
🥈 1st Runner-Up — HackOps'25 AI skincare analyzer · 83.8% mAP@50
💎 Emerald Contributor Microsoft Azure DB for MySQL
🧠 Subject Matter Expert MongoDB — certification content reviewer
🚀 Postman Student Leader Championing API literacy
🏭 Top Intern · Golden Key — Dawlance LineSentry replaced a €60K vendor solution · live on 4 machines
Open Source ML4W Hyprland Starter (880+ ★) — 2 PRs merged upstream
📜 25+ Certifications Microsoft · IBM · MongoDB · Postman · GitHub

Driven by curiosity and impact — always up for collaborations that build, break, and refine systems.



🛠️ Tech Arsenal

💻 Languages

Languages

🎨 Frontend

Frontend

⚙️ Backend · AI · Data

Backend and AI

🗄️ Databases & Cloud

Databases and Cloud

🔧 DevOps & Tools

DevOps and Tools

🖥️ The Battlestation — Arch + Hyprland (btw)

sunny-allana-arch-linux

2025-02-03_20-04-32



🚀 Featured Builds

Scribe · The Collaborative LaTeX Editor You Can Actually Own


Scribe Collaborative LaTeX Editor


Self-hostable Overleaf alternative where one Rust (Axum) binary runs the whole API: REST routes, a Yjs CRDT hub for multi-cursor editing, a Redis-backed compile queue, and an AI proxy wired for OpenAI, Anthropic, Gemini, Ollama, LM Studio, or any OpenAI-compatible endpoint. Collaborators get WebRTC voice chat right in the editor. The Tauri 2 desktop bundles the Tectonic engine and mirrors projects to SQLite, so a clean Windows machine compiles a paper on first launch and offline edits sync back through three-way conflict resolution. Ships as signed MSI/NSIS installers, licensed AGPL-3.0.

Agentic Multi-Modal Triage of Citizen Flood Reports at Scale · Final Year Project


Agentic Multi-Modal Triage of Citizen Flood Reports


Constructed and released the Close-View Flood Dataset (CVFD) on Kaggle: 7,855 images with pixel-wise semantic segmentation masks across 3 operationally motivated rescue classes, with inter-annotator agreement of Cohen's κ = 0.81. Benchmarked 7 vision architectures on CVFD and identified fine-tuned DINOv3 as optimal at 98.84% accuracy (±0.08) with 21.6M parameters, matching Swin Transformer at one-quarter the parameter count. Built an agentic triage pipeline fusing a CV Agent (DINOv3 + SAM 3) with a zero-shot multilingual LM Agent into a composite priority scorer, validated via Spearman's ρ and Cohen's κ.

LineSentry · Industrial IoT at Dawlance


LineSentry Industrial Analytics Platform


Real-time OEE / MTTR / MTBF analytics platform, a vendor-neutral replacement for costly legacy industrial monitoring (€60K saved), live on 4 injection-molding and assembly-line machines at Dawlance and designed to scale to hundreds across multiple PLCs. Per-PLC Tokio daemons on Raspberry Pi read Siemens S7 bytes via snap7-rs and POST hex frames to a Rust (Axum) backend that decodes Q{byte}.{bit} pins through a multi-PLC registry, runs a 4-state machine, and persists to MongoDB with timezone bucketed aggregations. React 18 dashboards stream over Socket.IO with Recharts visualizations, guided machine setup, and SAP-linked stoppage classification; secured with JWT, reCAPTCHA, rate limiting, and RBAC, shipped via Docker Compose.

Trainiac · Agentic AI Fitness at MazikGlobal


Trainiac AI Fitness Platform


AI fitness platform anchored by a modular LangChain tool-calling agent (mood tracking, RAG-based Q&A, report generation, profile updates) with CNN-based real-time posture detection in TensorFlow at 94% accuracy. Video-based workout-plan generation via FastAPI and a React progress dashboard; MongoDB-stored evolving user summaries cut chatbot response latency on repeat interactions.

Jild · AI Skincare Analysis · HackOps'25


Jild AI Skincare Analyzer


1st Runner-Up at HackOps'25 for an AI skincare analyzer detecting acne and dark circles at 83.8% mAP@50 on a ~2k-image dataset, returning severity scores and matched product/routine recommendations. React + Tailwind + MUI frontend on Vercel with a Dockerized Flask inference service and Supabase, IaC via Terraform; GitHub Actions CI/CD with SonarCloud, GitGuardian, and Dependabot held critical vulnerabilities at zero through release.

Hyprland Starter · Open-Source · 880+ ★


ML4W Hyprland Starter Contribution


Contributed an open-source screenshot tool to ML4W Hyprland Starter, a popular Arch Linux desktop project (880+ GitHub stars); supports region, fullscreen, interactive, clipboard, and color-picker capture, all triggered via Print Screen shortcuts. Merged 8 keyboard shortcuts (volume, brightness, mute, microphone, WiFi, screen refresh) and a lockscreen display fix for 1920×1080 monitors, across 2 pull requests upstream.

Coders Cup · ACM Event Registration


Coders Cup Registration App


Built the Coders Cup contest portal in React + Tailwind on Azure Web App with multi-field client validation and Google reCAPTCHA v2, handling 2,500+ users and 900+ team registrations for ACM NUCES. Ranked top-3 on Google for "Coders Cup" keywords with 9,900 page views; shipped via GitHub Actions CI/CD and awarded Special Mention for leading platform development.

Automated Invoice Processor · Python OCR


Automated Invoice Processor


AI-powered OCR tool using Python, PyTesseract, Matplotlib, and PyQt5 to parse 100+ invoice formats at 93% accuracy, reducing manual processing time by 40% through automated extraction and validation.

AlgoViz · Interactive Algorithm Visualizer


AlgoViz Interactive Algorithm Visualizer


Interactive visualizer for 27 classic algorithms across sorting, searching, geometry, math — and quantum computing — running one step at a time with synced pseudocode highlighting, plain-English narration of every move, live operation counters, and full timeline control at 1–25 steps per second. Every algorithm is a pure step generator driven by a single playback engine, built with React 18 + Vite + Tailwind. The quantum suite is an exact state-vector simulation: a clickable Bloch sphere, interfering amplitude bars, and Shor's genuine QFT spectrum. A verification harness asserts every generator against reference implementations with 340k+ checks.



📊 GitHub Analytics



Contribution snake



Contribution graph

🥇 Certifications & Badges

IBM Quantum Basics IBM Quantum Machine Learning IBM Fundamentals of Quantum Algorithms GitHub Foundations Microsoft Certified AI Fundamentals MongoDB Associate Developer Badge Postman Student Leader Badge Postman Student Expert Badge Microsoft Ai Skills Challeneg Microsoft Azure DB For MySQL Emerald Contributor Badge Microsoft Azure DB For MySQL Gold Contributor Badge IBM Full Stack Badge IBM Data Analyst Badge IBM Applied Data Science Badge


Quote of the day

loop { build(); break_things(); refine(); } // 💜 on Arch, btw

footer

Pinned Loading

  1. sunnyallana sunnyallana Public

    An aesthetic README.md for my GitHub profile

    2